C/C++
Learning C/C++ Step-By-StepLearning C/C++ Step-By-Step Many people are really interested in learning and implementing C/C++ programs on their favorite platforms like DOS/Windows or Linux. If you are the one looking for a step-by-step guide to get started, this tutorial is for you. Let me know your comments on my tiny attempt to serve the community. An Explanation of Pointers (C++)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. Beginner's Guide To c++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. |




print:
Recent comments
13 hours 39 min ago
14 hours 36 min ago
14 hours 48 min ago
20 hours 53 min ago
23 hours 22 min ago
1 day 33 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 8 hours ago