I'm in great need for guidance to brush up on C/C++ languange.I do have a reference book on C/C++ language.However i need to practice more questions besides the one from the book to enhance my understandings.Wat i need now is a website or some guidance to help me practice C/C++ on my own and i need a reference to check back on the programs that i've tried.Any suggestions people?Thank you.
Well I'd suggest Thinking in C++ by Robert Lafore, Its a very good book and has many things you won't find in other books, besides its free for download. so check it out
Try the comp.lang.c FAQ. It's an excellent list of common C questions and answers: http://c-faq.com/
"Test Your C Skills" is available on newsgroup alt.binaries.e-book.technical (uploaded 54 days ago). Be careful, this old book contains some obsolete syntax and non-ANSI DOS extensions.
Maybe you can try the books on C and C++ from Schaum's Series.
Myself learnt programming from those books.
excellent for self-study. also got many chapter end exercises for
you to practice.