Skip to content

C++ playground with projects that want to be a real boy

License

Notifications You must be signed in to change notification settings

Kingston1/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playground

Code playground with stuff that wants to be a real boy (read: boost contributions). Current interest is threads, executors and their perfect scoping but anything can happen and it gets messy at times. This is cross-platform with all the usual compilers supported and emphasis on c++14 and the next standards.

getting started with Visual Studio 2015+

mkdir x64 && cd x64
cmake -G "Visual Studio 15 2017 Win64" .. #Visual Studio 14 2015 also works fine
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\VsDevCmd.bat"
msbuild /p:Configuration=Release playground.sln

getting started with Linux (Clang 3.8+ GCC 6.3.0+)

mkdir build && cd build
cmake -G "Unix Makefiles" ..
make

About

C++ playground with projects that want to be a real boy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published