Skip to content

kv34dev/cpp-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Library

It is a C++ library that provides reusable functionality for C++ projects. The library is designed to be simple, portable, and easy to integrate into existing codebases.

Compilation

The library can be compiled using a standard C++ compiler.

Example using g++:

g++ -std=c++17 -Iinclude -c src/mycpplib.cpp
ar rcs libmycpplib.a mycpplib.o
g++ -std=c++17 -Iinclude main.cpp -L. -lmycpplib -o app

About

C++ Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages