Skip to content

My collection of useful code snippets when learning/refreshing C/C++ based on various toturials and own experience

Notifications You must be signed in to change notification settings

ivartz/learning_c_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning_c_cpp

My collection of useful code snippets when learning/refreshing C/C++ based on various toturials and own experience

Compiling?

Many C++ compilers are also C compilers

C

gcc

C++

clang

g++

cling (interactive, based on clang)

clang (and cling) has often more user-friendly error messages, when compared to g++

Depends on arguments used.

Examples

clang on C/C++ code, threading enabled

clang -std=c++14 -pthread -o exefile <src>.cpp

About

My collection of useful code snippets when learning/refreshing C/C++ based on various toturials and own experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published