mingw no admin
// just use cygwin because you can install it without admin
// to do these follow the instructions
/*
1.Download cygwin from this site https://cygwin.com/install.html
2. go in the comand prromt
3. cd to the folder where setup-x86_64.exe is
4. type setup-x86_64.exe --no-admin
5. now install these packages:
gcc-g++
make
gdb
6. now use any ide ( I use clion )
7.DONE!! (:
*/