The Ten (10) Best C and C++ Productivity Tools, Plugins and Libraries

Every engineer worth his/her salt should have a set of awesome tools to help increase productivity. Livecoding.tv engineers are no exception. We would like to share one such set of C and C++ productivity tools, plugins, and libraries that streamers use on Livecoding.tv on a daily basis.

What Is C and C++?

C is a high-level programming language that was developed in the mid-1970s. It was originally used for writing Unix programs, but is now used to write applications for nearly every available platform. C++, pronounced ‘C plus plus,’ is a programming language that was built off the C language. The syntax of C++ is nearly identical to C, but it has object-oriented features, which allow the programmer to create objects within the code” (Techterms). But the usage of C and C++ have enhanced application in hardware and robotics. An example is its application being used in modern production lines.

C and C++ Productivity Tools, Plugins & Libraries

Here are the ten (10) best C and C++ productivity tools, plugins, and libraries recommended by Livecoding.tv engineers:

Vim

vim C and C++ productivity tools

Vim is a highly configurable text editor built to enable efficient text editing. It is an advanced text editor that seeks to provide the power of the de-facto Unix editor ‘Vi’, with a more complete feature set. It’s useful whether you’re already using vi or using a different editor.

Ctags

ctags C and C++ productivity tools

Ctags generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility. A tag signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object).

Cscope

cscope C and C++ productivity tools

Cscope is a developer’s tool for browsing source code. Cscope generations an information database for faster searches and later reference.

Cmake

cmake C and C++ productivity tools

CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice.

GDB

gdb C and C++ productivity tools

GDB, the GNU Project debugger, allows you to see what is going on `inside’ another program while it executes — or what another program was doing at the moment it crashed.

GPROF

gprof C and C++ productivity tools

Gprof is a performance analysis tool for Unix applications. It can profile C, C++, Pascal, and Fortran 77 applications.Profiling allows you to learn where your program spent its time and which functions called which other functions while it was executing.The gprof program prints a flat profile and a call graph on standard output.

Valgrind

valgrind C and C++ productivity tools

Valgrind is an open-source, instrumentation framework for building dynamic analysis tools. The Valgrind distribution currently includes six production-quality tools and three experimental tools.

TotalView

totalview C and C++ productivity tools

Livecoding.tv engineers rely on TotalView for their parallel debugging needs. Its scalability, built-in debugger, and multi-language support makes it an indispensable tool for the engineers at Livecoding.tv.

SciTE

scite C and C++ productivity tools

SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations – Livecoding.tv engineers use it for building test and demonstration programs as well as SciTE and Scintilla, themselves..

Code::Blocks

code blocks C and C++ productivity tools

Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.

In Conclusion

And there you have it, folks! The ten (10) best C and C++ productivity tools, plugins, and libraries to help you become more productive, as recommended by Livecoding.tv engineers. What are your favorite C and C++ productivity tools? What did we miss in this list that definitely needs to be added to make it complete?

Avatar
About author

I, Dr. Michael J. Garbade is the co-founder of the Education Ecosystem (aka LiveEdu), ex-Amazon, GE, Rebate Networks, Y-combinator. Python, Django, and DevOps Engineer. Serial Entrepreneur. Experienced in raising venture funding. I speak English and German as mother tongues. I have a Masters in Business Administration and Physics, and a Ph.D. in Venture Capital Financing. Currently, I am the Project Lead on the community project -Nationalcoronalvirus Hotline I write subject matter expert technical and business articles in leading blogs like Opensource.com, Dzone.com, Cybrary, Businessinsider, Entrepreneur.com, TechinAsia, Coindesk, and Cointelegraph. I am a frequent speaker and panelist at tech and blockchain conferences around the globe. I serve as a start-up mentor at Axel Springer Accelerator, NY Edtech Accelerator, Seedstars, and Learnlaunch Accelerator. I love hackathons and often serve as a technical judge on hackathon panels.