C and C++ - General Development Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Found 13 Tutorials |
|
Most Recent Tutorials |
-
Simple C++ DLL Example with Implicit and Explicit Calls
Learn how to build a C++ DLL using the command line, with implicit linking to the lib file and explicit linking via GetProcAddress
http://codediaries.blogspot.com/2009/11/simple-windows-dll-example-with.html
-
Pointer Usage in C++: Beginner to Advanced
The article is targetted at beginners and intermediate users of C++.
http://www.geocities.com/varunhostel/TechnicalArticles/PointerArticle/PointerArticle_Intro...
-
Function overloading in C++
In function overloading, the function is said to be overloaded when same name is given to different functions.
http://www.onlinehowto.net/Tutorials/29/Function-overloading---C++/65/1
-
Short tutorial on function overloading in C++
In function overloading, the function is said to be overloaded when same name is given to different functions.
http://www.onlinehowto.net/Tutorials/C++/Function-overloading---C++/65/1
-
Storing Strings in Arrays in C
As for a limit on how many dimensions of arrays you can have... Theres an unlimited amount.
http://tutorial-portal.net/forums/index.php?topic=103.0
-
The Mysteries of Header Files
A header file is any file that ends with the .h extension and contains C declarations and macro definitions that are going to be shared.
http://easyctutorials.com/the-mysteries-of-header-files/
-
The Art of Maintainable Code
The problem with a lot of code is that it is not written in a maintainable way.
http://easyctutorials.com/the-art-of-writing-maintainable-code/
-
C Simple Pointers - An introduction to pointers
Pointers are memory cells that hold offsets of other memory cells.
http://www.furix.net/c-simple-pointers-part-i
-
C++ Win32 API wrapper
Everyone knows that creating a window is not an simple task but a rather tedious one.
http://www.furix.net/c-win32-api-wrapper
-
C Simulating Keys Simplified!
Ok, for those who do not know already, the simplest way to simulate a key press is by using the Windows API function.
http://www.pixel2life.com/publish/tutorials/778/_c_simulating_keys_simplified/
-
Using the Template function
Function templates act like general templates and are for functions.
http://forum.codecall.net/c-tutorials/7105-using-template-function.html
-
PREPROCESSOR DIRECTIVES
Preprocessor directives are not program statements but directives for the preprocessor.
http://forum.codecall.net/c-tutorials/7108-preprocessor-directives.html
-
Command Line Arguments
So here is four short programs that simply output these arguments.
http://corymathews.com/index.php?p=21
« PreviousNext »


