Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

CD Drive Control - C++ tutorial


Enumerates all CD-ROM drives and allows them to be opened and closed at the touch of a button.
Category: C++ tutorials > Programming - Difficulty:


More cool C++ tutorials:



Storing Strings in Arrays in C
Storing Strings in Arrays in C
Storing Strings in Arrays in C
Category: C++ tutorials > Games - Difficulty:
SWIG - Way to link High level Programming languages and C/C++ modules
SWIG - Way to link High level Programming languages and C/C++ modules
SWIG(Simplified Wrapper and Interface Generator) is a software development tool , an interface compiler that connects programs written in C and C++ with a variety of scripting languages such as Perl, Python, Ruby, and Tcl and also non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), Java, Lua, Modula-3, OCAML and R. . "Scripts" are often treated as distinct from programs which execute independently from any other application.
Category: C++ tutorials > Programming - Difficulty:
Stream class hierarchy - C++
Stream class hierarchy - C++
The figure shows the hierarchy of the classes used for input and output operations with console and file, ios stream is the base class for istream and outstream which are in turn base classes for iostream.
Category: C++ tutorials > Basics - Difficulty:
Typecasting
Typecasting
Typecasting: making variables look like another data-type.
Category: C++ tutorials > Programming - Difficulty:
 Serialization In C#
Serialization In C#
Many applications need to communicate with other applications to exchange data or store data in the hard disk. The .Net framework has made these tasks quite simple by including the serialization technique, which can convert objects into binary, SOAP(Simple Object Access Protocol ) or XML documents in order to provide a convenient way for storing and transferring information. Besides the three mentioned format types you can also implement custom serialization to take complete control of the serialization output.
Category: C++ tutorials > Networking - Difficulty: