Answers for "how to install c++ compiler without admin"

C++
2

how to install c++ compiler without admin

/*
  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!!  (:
    
  
*/
Posted by: Guest on November-21-2020

Browse Popular Code Answers by Language