Your are here: Home → Posts Tagged With C
The C++ IDE I Use
C++
BLOODSHED DEV c++
Screenshot ::
Advantages ::
Is developed under the GNU general public license, prviding hassle free usage.
Works with the gcc compiler providing a standardized development environment to programmers.
Fast code edting with fast support for project management.
Advanced support for templates and package management.
Easy debugging
DEV C++ homepage ::...
Tags: C, Programming
Why C Should Be Regarded Low Level
My friends find it pretty hard to believe that C is a low level language. Now even I cannot say with full confidence that C is a low level language but it definitely is not high level. Here are quite a few points in support of the inclination of C to being a low level language rather than a high level language.
1.Firstly C can implement asm applications and codes. No other high level...
Tags: C, Programming
Differences Between C and C++
Although C++ is an improved version of C, there are a lot of differences in behavior and functionality between C and C++.
C does not have any concept of classes or objects. It is procedure and function oriented. There is no concept of access through objects and a structure is the only data type where there is a access through a compacted variable. C++ is object oriented.
C structures have a different...
Tags: C, Programming

