-
Notifications
You must be signed in to change notification settings - Fork 0
Railson95/challange_rb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About Challenge made for a job interview. This code was developed. # Necessary Tools Valgrind Clang CMake Make # how to install tools? chmod +x install_requirements.sh ./install_requirements.sh # how to compile? Enter in folder build and type 1) cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang .. 2) make 3) ./challange_rentbrella # how to use Valgrind to check memory leak? valgrind --leak-check=full --show-leak-kinds=all ./challange_rentbrella
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published