Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to break a program into modules?

Status
Not open for further replies.

Indi

Technical User
Oct 9, 2001
1
CA
I am working on a windows application and I have one single class which contains lots of functions, the program got too huge and I've got a compiling problem because the program size is more than 64K. How can I break the program into modules or programs?. Since all the functions belong to the same class, when I try to break it, it shows me an error.Please help me, it is for my mastes thesis, I am not expert in C++.
 
Sounds like you are using DOS since it has that size limitation. The easiest solution is to compile it under Windows as a console app or as a Win32 app.
James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top