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

SWIG - Way to link High level Programming languages and C/C++ modules - C++ tutorial


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:


More cool C++ tutorials:



Transforming a string into ASCII
Transforming a string into ASCII
Transforming a string into ASCII code using int() and the 'while' loop. Good for beginners in programming and C++.
Category: C++ tutorials > Basics - Difficulty:
A Small Intro to C/C++ - Get started with this basic guide to programming in C
A Small Intro to C/C++ - Get started with this basic guide to programming in C
A Small Intro to C/C++ - Get started with this basic guide to programming in C
Category: C++ tutorials > Basics - Difficulty:
A Critique of C++
A Critique of C++
An intermediate tutorial designed for experienced C++ programmers.
Category: C++ tutorials > Programming - Difficulty:
Loops in C++
Loops in C++
All you want to know about Loops.
Category: C++ tutorials > Programming - Difficulty:
 Binary Serialization In C#
Binary Serialization In C#
In a previous tutorial we talked about serialization and the various option for formatting its data output. In this document we will talk about binary serialization. Binary serialization is used for communication between .Net applications and is not a human-readable format. Windows relies on serialization for many important tasks such as remoting and copying items to the clipboard.
Category: C++ tutorials > Networking - Difficulty: