Free Educational Resource Center for teachers and students. Includes Interviews,
Sourcecode, Free Software, Research Papers, Articles, Tutorials and much more..
     R E S E A R C H A C T I V I T Y . C O M
Our Fellow Research Center for Ph.D Schollars
Home About Submit & Earn Archives: C And C + + Programming » Dev Packages » Interviews » Php Mysql Programming » Windows Programming
search

Articles




Implementing Associative Arrays In C Plus Plus (September 11, 2009)
Implementing associative arrays in C/C++ This article demonstrates using string/char* indexes in regular C array, e.g. myArray["age"]=10; We usually use numaric indexes in arrays with C and C+...


Using Vector Instead Of Arrays To Prevent Most Of Memory Leaks (August 21, 2009)
Using vector instead of arrays to prevent most of memory leaks Most of beginners define arrays of limited size such as: int array[100]; // array that can accomodate 100 integer values ...


Easy Cplusplus Delegates Generic Properties Closures Thunks (August 22, 2009)
Easy C++ - Delegates / Generic Properties / Closures / Thunks Purpose of this document is not to start yet another discussion, but taking implementation of delegates in C++ (which nomrally most of ...


Tcc Efficient C Compiler Discovery (August 22, 2009)
There are many C compilers available around you, some are free and some are packaged as commercial products. The ones you definitely already know are: Microsoft Compilers GNU Free Compilers (G...