Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

My library for learning the C and C++ programming language

Notifications You must be signed in to change notification settings

Rostyslav-Liashenko/LearnC-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnC

My library for learning the C\C++ programming language

29/12/2020

How to compile?

For C file

template

gcc -Wall -g file.c -o file -l some_library

example:
gcc -Wall -g triangle.c -o triangle -lm
m = math library for C

For C++ file

g++ file.cpp -o file

About

My library for learning the C and C++ programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published