I am just reteaching myself C++ and i was wondering if any of you had ideas for basic programs that i should attempt to write to help myself advance.
MPGH contest from zhaoyan(spell check) seems pretty basic. Good start I guess, if you've already got some background with C++.
I have school tmmrrw and I usually sleep through math class so instead I'll write up a data table on the fly in the middle of math class I'll probably make up some hypothetical situation about having multiple firms and some variables and I'll request of you to organize it.
~
Or maybe I'll come up with something better when I get to it.
Make me an undetected memory searcher and by the time you finish you will have adavanced.
I think designing a phone book app is a good learning exercise. Start off with arrays, then you can try it with dynamic arrays, lists, vectors etc.