Thread: Programming
View Single Post
Old 11-01-2005, 12:16 AM   #14
nocturnx
The Boneshaker
 
nocturnx's Avatar
 
Join Date: Jun 2003
Location: Ohio
Posts: 1,266
Send a message via AIM to nocturnx
Before I took C++, I took a Programming Structure class which was basically flowcharting a programs structure. This easily lets you see which process needs to be where, where you need to have loops, how many variables you'll need and gives you a good understanding of how to write a list of instructions (program). Then when I learned C++ it made it alot easier. I also took a DOS programing class which was really fun learning how to write windows bootup menus, dos games, and batch files. This also helped in the understanding of program writing and made learning C++ a snap.
__________________
Leave it to me as I find a way to be
Consider me a satellite, forever orbiting
I knew all the rules, but the rules did not know me
Guaranteed

---Eddie Vedder, “Guaranteed”.
Rest in Peace, Evan.
2.11.71 - 9.8.08
nocturnx is offline   Reply With Quote