That Asian Guy
8th January 2008, 03:42
I made a contest program for my math teacher to sort CNML contests etc.
The purpose of this thread is to teach by showing code in use, not to show u the program
First off, dont do wht I did to name controls USE NAMING CONVENTIONS. When I started this program I did not understand y this needed to be applied. However, as u can see, it gets annoying when u see "label23 do this, label17 do something else, label 29 do this"
For more on naming conventions read my C++ tutorial http://www.mpcforum.com/showthread.php?t=215481
This is the code for Form1.h
The purpose of this thread is to teach by showing code in use, not to show u the program
First off, dont do wht I did to name controls USE NAMING CONVENTIONS. When I started this program I did not understand y this needed to be applied. However, as u can see, it gets annoying when u see "label23 do this, label17 do something else, label 29 do this"
For more on naming conventions read my C++ tutorial http://www.mpcforum.com/showthread.php?t=215481
This is the code for Form1.h