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
15 hours 25 min ago
16 hours 38 min ago
19 hours 54 min ago
22 hours 1 min ago
1 day 25 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 6 hours ago
1 day 9 hours ago
1 day 10 hours ago