Article Search...
Subcategories
Windows Development 2
A collection of source code examples for Microsoft Windows Operating systems. Code examples will contain information to whether they work on Win 9X, or NT (From 95 - Windows 10). It is strongly advised that you run from source code, or examine the source code before compiling executable applications. Alternative methods would be to work on these applications or source code from within virtual machines to add a layer of safety. To download a virtual machine please see the following locations: <a href="http://www.virtualbox.org">Oracle Virtualbox</a> or <a href="http://www.vmware.com">VMware</a>. <b><font color="red">Although we will strive to provide code examples that WILL NOT harm your system, it is an added level of security to run development applications, or source code once compiled within a virtual machine before testing on your own system.</b></font>. We will strive to do our best regarding software development and code examples.
Microsoft Windows C/C++ 2
This area will be dedicated to Windows Software development, and source code examples in C/C++. The examples here will be marked for which operating systems they currently work, and how to execute the applications (require administrator, or run from local user.) If you would like to work along with the source code examples, or build your own software please download and utilize one of the following C/C++ Development Environments. <a href="https://netbeans.org/">NetBeans Development Environment.</a>, or <a href="http://www.bloodshed.net/download.html">BloodShed C++</a>, or <a href="http://codeblocks.org/downloads/26">Code::Blocks</a> or, <a href="https://www.visualstudio.com/">Micro$oft Vi$ual $tudio (CHECK THE FREE ONE)</a>.