how to use c++ in fedora?
I have fedora 20 on my laptop. and C language works without problems, it gets compiled with command [gcc filename.c] but how do I compile it as C++? I just read man gcc and it says I have to save the file with extended name [C, cc, cpp, CPP and some more] but it doesn't work.
And I surely installed gcc-c++ by command sudo yum install gcc-c++