Skip to content

Railson95/challange_rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages