i wish to learn the basics on c++ programming
Basic samples of dataflow,if/else/and statement in c++ programming?
Read C++ books.
Download some source code of C++ language and try to understand them.
n do some practice.
Reply:There are a lot of good examples in google search.
Why not give a try there, you will find good stuffs and learn from these.
Few examples from the links
http://richardbowles.tripod.com/cpp/cpp7...
http://www.cprogramming.com/tutorial/les...
http://www.intap.net/~drw/cpp/cpp04_02.h...
http://www.freeprogrammingresources.com/... - good forum/free books
Reply:Hi Mardine,
There are many books related to the learning of the C++ programming language. Since you seem to have some basic yourself in programming, here is an example:
if ((myName == "Mardine) %26amp;%26amp; (nbQuestions == 5)) {
doSomethingUseful(nbQuestions);
}
else {
doSomethingElse();
}
You'll find many more from the links I provided.
primrose
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment