PDA

View Full Version : ●~-~-~- Contest Program Source (C++)-~-~-~●


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

CioNide
8th January 2008, 04:16
Cool, use Visual Studio 6.0 C++?

That Asian Guy
8th January 2008, 05:27
Vs 2003, which i think is 6

XxOsirisxX
8th January 2008, 06:22
2005+ .Net i guess..

Holz
8th January 2008, 12:15
Vs 2003, which i think is 6

Seven. :')

That Asian Guy
8th January 2008, 23:34
2005+ .Net i guess..

No, I installed VS 2003 on my laptop and made it there this time, no .NET framework required :P