The Turbo C++ and Microsoft C++ provides two different environment (IDE) for editing the C++ program.
The compiler used by Turbo C++ and Microsoft are different.
It compiles in different way.
But the original source code need not be changed (or if not, portable) across platforms.
Can i use c++(especially turbo c++) in visual c++ 6.0?
use only ansi-c compliant functions and refrain from declaring variables in for loops
you may have noticed that turbo c++ has a help file. this lists whether a function is ansi-compliant...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment