Created
March 9, 2019 06:30
-
-
Save fernandozamoraj/15ce58cfe5b252ff762dfe6d7c369922 to your computer and use it in GitHub Desktop.
Valgrind Commands C++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -g -std=c++11 mymain.cpp ./subfolder/myutil.cpp ./subfolder/myutil2.cpp -o myprogram.exe | |
./myprogram.exe | |
valgrind ./myprogram.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment