why it happens that in same language programmings are different in different compiler.
i am doing a project in IP telephony,when i tried to run my program in gcc compiler ,,it runs nicely.
but not in turbo compiler..
the second thing is that some header files gives error in gcc compiler but not in turbo c?
why,it is going like this?
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Y Compiler Make A Difference In Same Programming Languages
Started by onkarnath2001, Nov 19 2009 04:10 AM
1 reply to this topic
#2
Posted 19 November 2009 - 05:43 AM
Normally, the compiler provides the header files with the low-level functions and other information. To my knowledge, there isn't really any standard as to how the internals of object files and libraries are to be laid out. You ever tried linking against libraries compiled with MSVC with a program compiled with GCC or MinGW? It won't work, because MSVC and GCC do things differently, even though the compilation and linking steps may be the same for both. No one said cross-platform applications would be easy to create, even though there is much effort in trying to make it possible.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














