Skip to content

Little wrapper for C++ language. It links all hpp files inside a directory to single header file for C++.

License

Notifications You must be signed in to change notification settings

jegor377/Wrapper-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper-CPP

Little wrapper for C++ language. It links all hpp files inside a directory to single header file for C++.

It basically loads all files from the directory that you pass over to it and in the specific init file, it replaces "@import " to the insides of the imported file. This helps me to create standalone header files for C++ and avoid compilation errors. :/

It's using Min-GW but I think it's going to work on linux equivalent also.

Compiling:

g++ -c main.cpp -std=c++11
g++ -o wcpp main.o

About

Little wrapper for C++ language. It links all hpp files inside a directory to single header file for C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages