Re: Turbo C/C++ and other junk compilers discussions and queries here
There are two versions of C - C89 and C99. If you are new to programming you must be doing C89 in your college. C++ includes C89 but not C99. So you can compile C89 programs in those compilers mentioned above by simply saving them with extension ".c" instead of ".cpp". You need a C compiler only if you are going to do C99.
k, will try it.
BTW which is the simplest C compiler.
But these are C++ compilers. Aint they different from C compilers?? I am looking for C compilers. And AFAIK C++ is different from C.
Am I wrong. If so plz do correct me. I am new to prog. And am totally unaware of all these.
There are two versions of C - C89 and C99. If you are new to programming you must be doing C89 in your college. C++ includes C89 but not C99. So you can compile C89 programs in those compilers mentioned above by simply saving them with extension ".c" instead of ".cpp". You need a C compiler only if you are going to do C99.