i have a .cpp file on my ubuntu 8.10 box...
i have learned to compile using make...
i have successfully created a file of data entered through the program and processed by the c++ code (within console/terminal)...
program is working the way i want...
PROBLEM: i need exe that runs in windows (this will be a DOS i.e 'command prompt' program.. no visual.... yet...)
PROBLEM_CONTINUED: the exe that needs to be made will have to run in wine as well.. which should not be a problem right?