August 30, 2009

Links for C compilers (specifically Turbo C and Quincy 2005)

For Quincy 2005
http://www.codecutter.net/tools/quincy/

For Turbo C
http://edn.embarcadero.com/article/20841

They are both c compilers. but the difference between the two compilers is that Turbo C is a little bit more strict in terms of coding than Quincy 2005. as what my teacher have said to us. There is one case wherein in Quincy 2005, you can run the program without the Return value and doesn't display an error message if logical error is committed like this for example 90< x >180. As what my teacher have said it is a logical error if you type it like that in the example. you usually don't get the exact result. To be also honest with you guys, I often don't used Turbo C in my programming because it is not user friendly. But I have tried it many times as often.

No comments:

Post a Comment