C/C++ Compliers FAQ

What does a C/C++ compiler do?
That's simple it processes the code that the programmer inputs and offers features like debugging.

Are there any free ones?
Yes loads actually.
  • Dev-C++
  • Code::Blocks
  • And many more, but those are the two best free ones. 
So how do I get them?
google the compiler you want and simply download it.

How do I download Code::Blocks on Linux?
Two options you can
a). Get from Software center
b). Go into terminal>type:sudo apt-get install codeblocks.
let the package load it will ask if you wish to continue you press y then enter.

Why do I get error codes on week 1 discussion 2 ?(ashford students taking programming concepts).
If you are using dev-c++ or code::blocks you may omit the system ("pause"); function.

No comments:

Post a Comment