i just started learning c++. i have a number of books but none have any problems for me to work out. could someone recommend a website where i can find some intresting questions.
This is a discussion on need website on cpp exercises within the C++ Programming forums, part of the General Programming Boards category; i just started learning c++. i have a number of books but none have any problems for me to work ...
i just started learning c++. i have a number of books but none have any problems for me to work out. could someone recommend a website where i can find some intresting questions.
Well there are plenty of questions posted on the board here - why not try some of them for yourself.
I'm not suggesting you do other peoples homework, but doing the question just to know that you can is worthwhile in itself.
The true test of understanding is to be able to easily explain it to someone else, so if you think you can answer a question, feel free to have a go![]()
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
You could check out the Web pages for college courses. Here's one to get you started: http://www.cs.drexel.edu/%7Emcs171/Wi05/index.html
They'll generally have lectures and assignments.
FAQ
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.
"If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.
One of the things I liked ablut Teach Yourself C+ in 21 Days, by Jesse Liberty, was the way it was structured for self-study. There are questions & exercises at the end of each "day", with answers & solutions in the back.