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++.