

InterviewSolution
Saved Bookmarks
1. |
Solve : 16 bit C++ compiler? |
Answer» I've got a 64-bit PC (WINDOWS 7), but I must compile a C++ program for DOS. BTW:You could look for an old COPY of BORDERLAND Turbo C++ which might be a free download by now. But the real issue is running any 16 bit programs in the 64 bit Windows 7 system. You will need to use a virtual machine. EDIT: This looks like it. http://www.brothersoft.com/turbo-c-182798.htmlYou can use DOSBox, it's simple to use and works great. |
|