Category: windows
September 20, 2014
32 bit, algorithms, animation, c / c++, code, code library, implementation, linux, programming languages, windows, windows command shell
The following is a up-to-date summary of posts with source codes and binaries. Coding examples help us learn better and quicker. The programming examples are as ‘it is’. I …
September 20, 2014
BASH Shell, beginner, c / c++, code, code library, console, I/O File, implementation, programming languages, windows, windows command shell
On Linux BASH shell, the ‘nl’ utility is used to print out text file (or string) with line numbers. If you type in nl –help you will have a …
Under WSH (Windows Script Host), you can access the COM object WScript.Shell for some useful functions. For example, the collection Environment provides the environment variables, so you can easily …
September 12, 2014
beginner, code, code library, implementation, javascript, Office, Processing and ProcessingJS, VBA, vbscript, windows, windows command shell, windows scripting host
WSH (Window Scripting Host) is a powerful and handy scripting environment. It is installed by default and can be found on almost every windows versions since Win98. There are …
CodeBlocks is a open source, free C/C++ IDE that just works across platforms. The create-project wizard is so easy to use and it gives you a very good starting …