|
Re: Where is the C++ Toolchain installed by default on the hardrive
That would depend on your OS. They are always installed into some folder on the PATH, so if you just need to run them, don't worry about the location, just run them.
Otherwise:
Debian/Ubuntu: /usr/bin/
Mac OS X: /usr/local/bin/
Windows: \frc
On most windows systems that should be on the C drive, but I've seen reports of it being on other drives
__________________
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
|