Skip to content

onur-g/comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comp

Compile

g++ -std=c++17 -Wshadow -Wall -o "%e.x" "%f" -O2 -Wno-unused-result

Build

g++ -std=c++17 -Wshadow -Wall -o "%e.x" "%f" -g -fsanitize=address -fsanitize=undefined -D_GLIBCXX_DEBUG

Execute

"./%e.x"

VS Code Code Runner Extension

"cpp": "cd $dir && g++ -std=c++17 -Wshadow -Wall -o $fileNameWithoutExt.x $fileName -O2 -Wno-unused-result && $dir$fileNameWithoutExt.x",

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages