Sponsors
Tips and Tutorials
Adding Reference Counting to the SSCLI
Moving to a garbage-collected environment in the Common Language Runtime has, for the most part, made memory leaks a problem of the past. However, the lack of deterministic finalization implied by the garbage collection scheme makes management of non-memory resources more difficult. The C++ community has found that the "resource acquisition is initialization" [1] idiom is very effective in managing those resources that need to be freed as soon as possible.
Price: free Rate:
0.0(out of 5) Vote:0
Free Programming in C email course
This is a free email course in C programming. You also have access to support forums to ask your questions and there is an optional personal tutor service also available.
Price: free Rate:
0.0(out of 5) Vote:0
Interacting with TinyPic from C#
The following snippet will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application, using the WebRobot component available from http://foxtrot-xray.com/w eb-robot/
Price: free Rate:
0.0(out of 5) Vote:0
C++ for Dumies
An easy to follow and understand 3-page C tutorial for absolute beginners.
Price: Free Rate:
5.0(out of 5) Vote:1
qsort: sorting array of strings, integers and structs
qsort() is standard C function for sorting arrays. It is defined by ISO C standard, and implemented in most C/C++ standard libraries(stdlib.h). This article contains an example of using qsort() for sorting integers, strings and structs
Price: free Rate:
0.0(out of 5) Vote:0
r to r, n converter
This is a tutorial that can be used in reading the Unix documents in note pad since it helps in converting characters. Author says that Unix editors accept and understand the
s where as the note pad does not do that. So author puts a solution to solve this problem, people can find all these things elaborately in this tutorial.
Price: Free Rate:
0.0(out of 5) Vote:0
A SIMPLE INTRO TO SDL
SDL or Simple Directmedia Layer is a simple introduction to making multi-platform games. SDL is an easy to use library for Sound, Input, Timers, and 2D graphics (3D graphics are accomplised through the use of OpenGL). It teaches you how to make your basic SDL window that you can compile on any platform!
Price: Free Rate:
5.0(out of 5) Vote:2
Cprogramming.com: Your Resource for C and C++ Programming
A site designed to help you learn C or C++ and provide you with C and C++ programming resources, including a guide for beginners, and tips, tricks and articles for more experienced programmers.
Price: Free Rate:
0.0(out of 5) Vote:0
DirectX Programming
It is a tutorial made to help C++ programmers who are new to DirectX for them to get acquainted with the libraries, in particular DirectDraw and DirectInput.
Price: Free Rate:
0.0(out of 5) Vote:0
Casting in C++
This tutorial discusses one of the minor extensions: the new C++ casting operators. The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few.
Price: Free Rate:
0.0(out of 5) Vote:0

