Click here to Skip to main content
15,915,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: My main .cpp file is getting too big Pin
sweep12313-Jul-04 23:42
sweep12313-Jul-04 23:42 
GeneralRe: My main .cpp file is getting too big Pin
ThatsAlok14-Jul-04 0:42
ThatsAlok14-Jul-04 0:42 
GeneralRe: My main .cpp file is getting too big Pin
sweep12314-Jul-04 1:39
sweep12314-Jul-04 1:39 
GeneralRe: My main .cpp file is getting too big Pin
ThatsAlok14-Jul-04 2:08
ThatsAlok14-Jul-04 2:08 
GeneralRe: My main .cpp file is getting too big Pin
sweep12314-Jul-04 3:02
sweep12314-Jul-04 3:02 
GeneralRe: My main .cpp file is getting too big Pin
*Dreamz14-Jul-04 0:44
*Dreamz14-Jul-04 0:44 
GeneralRe: My main .cpp file is getting too big Pin
kryt0n8-Oct-04 5:51
kryt0n8-Oct-04 5:51 
GeneralRe: My main .cpp file is getting too big Pin
sweep12311-Oct-04 6:17
sweep12311-Oct-04 6:17 
I did manage to split my program into several files. I moved pocedures into another C++ file and included all the header files that the main program had (then started to remove what I could).

All you need to do is Add New file to project then move the procedures that you want to place in this new file (No header file required).

Then just place at the top of the file the #includes that the MAINDlg.H file has - may not need them all.

No need to do anything else with the project.

Hope this helps.
QuestionC++ - A scenario - any recommendations please? Pin
Chua Wen Ching13-Jul-04 22:50
Chua Wen Ching13-Jul-04 22:50 
AnswerRe: C++ - A scenario - any recommendations please? Pin
vmaltsev14-Jul-04 5:45
vmaltsev14-Jul-04 5:45 
Generalproblem in movement of the group control Pin
maxsteel13-Jul-04 22:19
maxsteel13-Jul-04 22:19 
GeneralPopulating Tree Control with files and folder from specified directory Pin
AnaDin13-Jul-04 22:11
AnaDin13-Jul-04 22:11 
GeneralRe: Populating Tree Control with files and folder from specified directory Pin
ThatsAlok13-Jul-04 22:25
ThatsAlok13-Jul-04 22:25 
GeneralNo bady can Kill my application Process my Application using Task Manager Pin
Zeeshan Bilal13-Jul-04 21:44
Zeeshan Bilal13-Jul-04 21:44 
GeneralRe: No bady can Kill my application Process my Application using Task Manager Pin
ThatsAlok13-Jul-04 22:24
ThatsAlok13-Jul-04 22:24 
GeneralHow can i do that Pin
Zeeshan Bilal13-Jul-04 23:03
Zeeshan Bilal13-Jul-04 23:03 
GeneralRe: How can i do that Pin
ThatsAlok13-Jul-04 23:21
ThatsAlok13-Jul-04 23:21 
General(Beginner) unsigned int x : 2 Pin
Rafferty Uy13-Jul-04 21:19
Rafferty Uy13-Jul-04 21:19 
GeneralRe: (Beginner) unsigned int x : 2 Pin
«_Superman_»14-Jul-04 1:21
professional«_Superman_»14-Jul-04 1:21 
GeneralRe: (Beginner) unsigned int x : 2 Pin
parths14-Jul-04 1:50
parths14-Jul-04 1:50 
GeneralRe: (Beginner) unsigned int x : 2 Pin
volum14-Jul-04 3:11
sussvolum14-Jul-04 3:11 
GeneralRe: (Beginner) unsigned int x : 2 Pin
Rafferty Uy14-Jul-04 15:27
Rafferty Uy14-Jul-04 15:27 
GeneralNeed a 3d shape class Pin
anderslundsgard13-Jul-04 20:56
anderslundsgard13-Jul-04 20:56 
GeneralRe: Need a 3d shape class Pin
V.13-Jul-04 21:14
professionalV.13-Jul-04 21:14 
GeneralRe: Need a 3d shape class Pin
Johann Gerell13-Jul-04 21:23
Johann Gerell13-Jul-04 21:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.