Browsing Category
C++
11 posts
C++ is a general-purpose, object-oriented programming language created by Bjarne Stroustrup as an extension of the C programming language. It is a statically typed, compiled language.
GNU C++ Compiler in Linux: Complete Guide to GCC Options and Usage
I spent way too long as a beginner treating g++ myfile.cpp -o myfile as some kind of magic…