Skip to content
/ cpp Public

A repo dedicated to learning fundamentals of the C++ programming language.

Notifications You must be signed in to change notification settings

ibveecnk/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp

This is a repo dedicated to learning fundamentals of c++.

Notes

Compiling

Compiling c++ code via cc and gcc often results in linker errors. A workaround I found is to use the g++ compiler, which automatically links most of the essential libraries.

$ g++ [file to compile]
$ ./compiled_file

About

A repo dedicated to learning fundamentals of the C++ programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages