|
Re: Code without Eclipse!
Quote:
Originally Posted by Spectare
So the roboRIO supports C++14? I'll have to update my makefile accordingly if so.
|
The toolchain supports C++14. GCC 4.9.1 supports most of C++14. flag -std=c++1y. Its in the default eclipse config, though there aren't any C++14-specific features in WPILib.
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|