Originally posted by: mcturkey
Well, I tend to look at real world programs and ask myself how I would create something like that. From there, I begin my research and start coding. It gives me a better mental image of my goal, which keeps me a bit more focused.
Originally posted by: Schadenfroh
BlackJack... always BlackJack, I learned my basic C++ skills writing a blackjack (console) game ..... Ahh memories, still have it on my HD somewhere if anyone wants to play it, I will PM you the source![]()
Originally posted by: lozina
Just look at some of the applications and tools that come with windows. Stuff like calculator, notepad, file search. Good simple tasks and chances are you will probably write something 1000x faster and more user friendly than the ones that they made![]()
Originally posted by: lozina
Just look at some of the applications and tools that come with windows. Stuff like calculator, notepad, file search. Good simple tasks and chances are you will probably write something 1000x faster and more user friendly than the ones that they made![]()
Originally posted by: sao123
I learn new languages from a college textbook... like those from Deitel.com and just use the homework assignments at the end of each chapter.