My search findings on Learning C/C++ Programming and Using an IDE

Posted by vainrveenr on Mar 21, 2012 12:20 AM EDT
Berkeley Linux User Group
Mail this story
Print this story

C and C++ are apparently NOT languages for Beginners to first learn programming. Although executable binaries created from C or C++ generally run faster than interpreted source code, executable binaries (i.e., the actual applications) require the EXTRA steps of compilation and linking from original C/C++ source code, not to mention any necessary required debugging and optimization steps. Both C and C++ programming languages are especially useful for creating applications. C is more of a Procedural than an OOP language such as C++, and many describe C as being the MOST suitable for the system and in-depth OS tasks that Linux distros rely upon using the GNU Compiler Collection’s ‘gcc’.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Eclipse, GNU, Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.