Search
 
SCRIPT & CODE EXAMPLE
 

CPP

set platformio to C++17

//in your platformio.ini add those two lines
build_flags = -std=gnu++17
build_unflags = -std=gnu++11
Comment

set platformio to C++14

//in your platformio.ini add those two lines
build_flags = -std=gnu++14
build_unflags = -std=gnu++11
Comment

PREVIOUS NEXT
Code Example
Cpp :: stock a file in a vector cpp 
Cpp :: c++ converting centimeters to meters 
Cpp :: C++ Fahrenheit to Celsius 
Cpp :: c++ files 
Cpp :: C++ std::async wait is taking forever 
Cpp :: declare dictionary cpp 
Cpp :: draw rect outline sdl2 
Cpp :: iomanip 
Cpp :: cpp code for euclids GCD 
Cpp :: how to use comparator funtion in priority queue in c++ 
Cpp :: convert vector to set c++ 
Cpp :: fibonacci in c++ 
Cpp :: cout hello world 
Cpp :: qstring insert character 
Cpp :: c++ file to string 
Cpp :: how to hide ui elements unity 
Cpp :: user input c++ 
Cpp :: c++ find largest number in array 
Cpp :: priority queue c++ type of pairs 
Cpp :: clear console c++ 
Cpp :: cin.get vs cin.getline in c++ 
Cpp :: opencv c++ hello world 
Cpp :: c++ array loop 
Cpp :: c++ program to take input from user 
Cpp :: change to lowercase in notepad++ 
Cpp :: reverse string c++ 
Cpp :: max value of double c++ 
Cpp :: do while loop c++ loops continuously 
Cpp :: c++ function for checking if a sting is a number 
Cpp :: how to scan array in c++ 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =