Monday, May 24, 2010

Can anyone tell me how to study or learn c++ computer programming for an repeat exam,in 4 weeks?

Buy a book on C++ and read it cover to cover.





Develop software in C++. Download some training videos that have associated study guides and example programs. Actually create the example programs to actually understand why and how the programs worked. Make modifications to those examples and see how the modifications worked.





Go to http://msdn.microsoft.com/vstudio/expres... for some materials.

Can anyone tell me how to study or learn c++ computer programming for an repeat exam,in 4 weeks?
How much do you need to know, and for an exam.





What kind of exam. For a pencil and paper exam I suggest you just read as many C++ books as you can and remember the actual facts about it.





If it's a practical exam (you program for the test) then your gonna need to write some programs. Start with hello world, then follow the books programming course or move on to more complicated non-graphical stuff. In 4 weeks, stick to using the console for output. Maybe make a game like guess the number or make a program that sorts 10 random numbers into order from least to greatest. The important thing is that you understand how to use each concept.
Reply:I'll take your 4 weeks, and go one up with three:





http://newdata.box.sk/bx/c/index.htm





have fun!
Reply:Buy or check out from the library a Teach yourself c++ or something similiar (beginner), don't get anything similar to Bjarne Stroupstrup because you will never understand it in time. Another good book is C++ FAQ by Cline. Know the difference with public, protected, private, class, struct. Do the hello world example and build up from there.
Reply:Go through the C++ book by Stroustrup. Also you can contact a C++ expert. Check websites like http://getafreelnacer.com/


No comments:

Post a Comment