Skip to content

blindacai/Practice-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comparison-Based Sorting in C++

#####Cygwin

using cygwin to compile c++ files

remember to install g++/gcc/gdb while installing cygwin (pay attention to pick the GNU one)

how to switch to the drive where your code sit:

open cygwin

command: cd /cygdrive

ls

gnu debug (package installed with Cygwin)

How to enable debug:

g++ -g -o out

gdb out.exe

About

Comparison-Based Sorting in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages