how to install c 2b 2b compiler without admin

Solutions on MaxInterview for how to install c 2b 2b compiler without admin by the best coders in the world

showing results for - "how to install c 2b 2b compiler without admin"
Giulia
08 May 2019
1/*
2  1.Download cygwin from this site https://cygwin.com/install.html
3  2. go in the comand prromt
4  3. cd to the folder where setup-x86_64.exe  is
5  4. type setup-x86_64.exe --no-admin
6  5. now install these packages:
7  	        gcc-g++
8            make
9            gdb
10            
11            
12            
13  6. now use any ide ( I use clion )    
14  7.DONE!!  (:
15    
16  
17*/
18
19