Skip to content

satwaghole/CPPBeginnerBattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi All,

Adding latest copiler setting for Dev C++ IDE:-

  1. Download cygwin from https://www.cygwin.com/

  2. Install it with all default setting and below package :- gcc-g++ 11.3.0 version

  3. Midify environmanetal variables:- Path->Edit->New -> paste "C:\cygwin64\bin"

  4. Go to CMD, and type $g++ --version g++ (GCC) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  5. Go to Dev C++-> Tools -> Compiler Options-> Directories-> Press 3rd + button for "Add compiler set by folder button" and add "C:\cygwin64\bin" there.

  6. Now you should be able to see "Compiler set to configure"-> MinGW GCC 11.3.0 and press OK.

Now you should be able to copile a programm with latest copiler.

  1. Add flag -std=c++11 or 14/17 or -std=c++20 in Compiler Options->Programms->g++ -> g++.exe -std=c++20

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages