This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
c_c [2021/11/30 20:57] john.nordlie created |
c_c [2021/11/30 21:04] (current) john.nordlie |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | C / C++ | + | **C / C++** |
C is a procedural programming language used for systems and general purpose programming. The most common use is in Unix operating system applications. Many languages borrow heavily from C. C files use the .c extension. | C is a procedural programming language used for systems and general purpose programming. The most common use is in Unix operating system applications. Many languages borrow heavily from C. C files use the .c extension. | ||
Line 6: | Line 6: | ||
Installation and Configuration | Installation and Configuration | ||
- | * Microsoft Visual Studio supports C & C++ | + | * [[https:// |
* Linux has the gcc and g++ compilers installed | * Linux has the gcc and g++ compilers installed | ||
Usage | Usage | ||
- | * How to Compile a C or C++ File | + | * [[c_compile|How to Compile a C or C++ File]] |