Website probably not up-to-date for Nim installation

2022-07-20 Thread robertsteven
The use of DLLs helps break up code into modules, reuse code, use memory efficiently and reduce disk space. When a program uses a DLL, a problem called dependency can cause the program not to run. When a program uses a DLL, a dependency is created.

Creating generic procs with a template

2021-04-15 Thread robertsteven
Can I adjust this template to my design?