Software & Finance





Turbo C++ Compiler Options - Code Generation





Turbo C++ version 3.0 compiler has got lot of options in code generation. You can select the Memory Model to large or huge, in case you are using far memory allocation.

You will have the option to use the pre-compiled headers, popularly known as PCH in Visual C++.

Another importany functionality is whether to use "Default unsigned characters" or not. If you check this box, then all char delcarations will be treated as unsigned char.