Beginner’s Guide To c++

This is a guide to the very basics of c++ its aimed at people who have never programmed in C++, it covers setting up the program, and also the basics of variable definition, commenting, the cout and cin function and basic operators.
Read more…

Using Amfphp 1.9 with the Adobe Flex 2 SDK

This article shows how you can make PHP interact with Adobe Flex. Adobe Flex is a technology to support the development and deployment of rich Internet applications based on their proprietary Macromedia Flash platform.
Read more…

An Explanation of Pointers (C++)

Pointers are basically the same as any other variable. However, what is different about them is that instead of containing actual data, they contain a pointer to the memory location where information can be found. This is a very important concept, and many programs and ideas rely on pointers as the basis of their design, linked lists for example.
Read more…

Pages (13): « First ... « 8 9 10 [11] 12 13 »