View Single Post
  #9   Spotlight this post!  
Unread 18-11-2014, 13:56
AustinSchuh AustinSchuh is offline
Registered User
FRC #0971 (Spartan Robotics) #254 (The Cheesy Poofs)
Team Role: Engineer
 
Join Date: Feb 2005
Rookie Year: 1999
Location: Los Altos, CA
Posts: 803
AustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond reputeAustinSchuh has a reputation beyond repute
Re: 2015 Programming Languages?

Quote:
Originally Posted by yash101 View Post
It's really nice that we're switching to Linux now! The Linux-specific C++ libraries are extremely powerful, and come bundled with a ton of really cool features.
The library, DLib will also work on Linux, as there are some dependencies that should be available such as PTHread.

Other than that, does anyone know wherher C++0x/11/14 will be supported? I would love to use some of the features such as auto, std::thread and std::async!
$ arm-frc-linux-gnueabi-gcc-4.9 -v
Using built-in specs.
COLLECT_GCC=arm-frc-linux-gnueabi-gcc-4.9
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/arm-frc-linux-gnueabi/4.9.1/lto-wrapper
Target: arm-frc-linux-gnueabi
Configured with: /run/shm/pkg/toolchain-builder/deb/gcc-4.9.1/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --enable-threads=posix --target=arm-frc-linux-gnueabi --with-arch=armv7-a --with-cpu=cortex-a9 --with-float=softfp --with-fpu=vfp --with-specs='%{save-temps: -fverbose-asm} %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}' --enable-languages=c,c++ --enable-shared --enable-lto --disable-nls --with-pkgversion='GCC for FRC' --with-cloog --disable-multilib --disable-multiarch --prefix=/usr --with-sysroot=/usr/arm-frc-linux-gnueabi --enable-poison-system-directories --enable-plugin --with-system-zlib --disable-libmudflap --with-build-sysroot=/usr/arm-frc-linux-gnueabi --program-suffix=-4.9 --program-prefix=arm-frc-linux-gnueabi-
Thread model: posix
gcc version 4.9.1 (GCC for FRC)