Sunday, August 2, 2009

What is "c language" in programming? where i can download "turbo c"?

http://www.acms.arizona.edu/education/op... to download Turbo C Compiler and Editor.





Turbo C was a Borland Integrated Development Environment and compiler for the C programming language. It is a non Obeject Oriented Programming language. It was first introduced in 1987 and was noted for its integrated development environment, small size, extremely fast compile speed, comprehensive manuals and low price.

What is "c language" in programming? where i can download "turbo c"?
C as opposed to C++ is a low level linear programming language while C++ is a higher level object oriented programming language based on C and using C syntax. It is one step above assembly code. Compilers for C and C++ typically come with Unix and Linux development environments. The compiler is usually called GCC or G++. These open source compilers will compile both C and C++ code.





Turbo C was made by Borland a long time ago. If you are looking for a free C or C++ development for windows, I suggest downloading and using the free MS Visual Studio 2005 Express version from MS.
Reply:C is a procedural programming language which is considered to be a low-level programming language due to its ease in interacting with hardware devices as well as a high-level programming language due to its ability to write somewhat portable code.





You can download Turbo C at: http://www.pitt.edu/~stephenp/misc/downl...





But I would suggest http://www.bloodshed.net/devcpp.html


No comments:

Post a Comment