[Cs3] compiler options

Mikhail Nesterenko mikhail at cs.kent.edu
Fri Jun 12 15:39:55 EDT 2015


CS3 students,

We are standardizing on C++11 standard of C++. However, the compilers
on wasp/hornet/poseidon/neptune by default are using an earlier
version of C++ standard. To enable C++ standard run the command as
follows:

	g++ -std=c++11

To make it easier to type, here is what I put in my .bash_aliases
file:

      alias c++="g++ -std=c++11"

Thanks,
-- 
Mikhail


More information about the cs3 mailing list