You are not logged in.
Pages: 1
Does it come with the `base-devel` package, or does it have to be installed externally?
Offline
pacman -Ss base-devel
...and Google 'site:gnu.org c++11 status'
Offline
-Sg is actually more intresting when you are looking for the content of groups.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
base-devel installs gcc, gcc does c++11
And gcc-4.7 has most of the important things implemented.
Just use 'g++ -std=c++11' to compile.
clang's current SVN also is supposed to do nearly everything C++11 related, though it might have trouble's with gcc's c++ headers sometimes...
You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.
Offline
Thanks, everyone. Got it now and about to give it a shot with Android's NDK.
Offline
Google's Android NDK C++ support is very limited, it doesn't support C++11. You'll probably have to cook something up yourself or use an already customized NDK. :-)
Offline
Pages: 1