User profile: fun2code

User info
User name:fun2code
Name:Derek Slagle
Location:Wichita, KS
Bio:While earning a degree in Physics I had to take a couple of intro. programming classes in PASCAL(as requirements). These classes lit an interest in programming I would have otherwise never found!! I have been learning on my own and writing programs (in c++) for fun off and on ever since. Some of the best apps I have written are: 1) A user vs. PC version of Scrabble 2) A modified version of minesweeper (I'm a minesweeper nut) 3) A full featured 2D space shooter animated game which is a current ongoing project. All have supplied me with lots of learning. I often bite off way more than I can chew but so far I have always completed my chosen projects anyways. My goals ahead are to fill in the gaps in my use of GDI and API functions in my win32 projects (that is, to learn these skills more formally so I know what I'm doing solidly), move up to use of DirectX (I have some simple working apps now) and learning to use a more modern IDE (I have done everything using MS Visual C++ 6.0 so far). This site looks fun!
History
Joined:
Number of posts:1602
Latest posts:

How you doing my lovelies? been learning other languages so I been away and miss you, wheres your heads at these days?
Dead thread. Nevermind...

I/O Text file handling and dynamic memory allocation
I'm glad that solved the problem. Maybe re read the chapter on classes.

I/O Text file handling and dynamic memory allocation
You've declared several variables as both members of the class and as local variables within the cto...

I/O Text file handling and dynamic memory allocation
You're welcome. Thanks for the archaic methods review!

I/O Text file handling and dynamic memory allocation
OK. I tried this myself and found several problems with the code in my previous post. Had to wrap m...