Hi all,
I'm a bit rusty on C++, and am gonna start looking for jobs soon for this language. I was wondering if anyone knew of any sites that might have some C++ practice scenarios. Like making an object oriented class that represented something in the real world, or any algorithm problems that are more than just a simple stack or queue?
Or if anyone had any unique examples that I might be able to use that'd be great. Any help is appreciated, thanks!
Are there any sites that give interesting problems for C++ practice?
The first link is to a free online text book that has exercises after each chapter. If you skim the chapters to refresh your memory and then run through the exercises, I'm sure it will all come back to you. Best of luck.
For more "real world" scenarios, try doing something you find interesting but haven't done before. Try to make an air traffic control simulator to direct simulated aircraft. Try making a web site powered by CGI programs written in C++ that interact with a database. Try writing a stub device driver for whatever operating system you prefer. etc.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment