So i need a good c++ compiler. I read the forums and it all pointed to YaST and gcc-g++ and all that good stuff. Well i went and dled from YaST…at least i think i did. Anyways i can’t find it anywhere and i really need that c++ compiler. Is there more i need to do to install? I figured it would pop up under utilities and i could place it on my desktop for ease of use? Nothing under utilities though…nothing anywhere /cry
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Run ‘gcc’
Good luck.
Dimzamatic wrote:
> So i need a good c++ compiler. I read the forums and it all pointed to
> YaST and gcc-g++ and all that good stuff. Well i went and dled from
> YaST…at least i think i did. Anyways i can’t find it anywhere and i
> really need that c++ compiler. Is there more i need to do to install? I
> figured it would pop up under utilities and i could place it on my
> desktop for ease of use? Nothing under utilities though…nothing
> anywhere /cry
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQIcBAEBAgAGBQJJ2qF8AAoJEF+XTK08PnB5hs8P/3MlazRhGUksv2mw9lzqr57a
U0I8ONOnUyy6Q7WwR/y/e0JS8qN+SU8FxsJkvpffUhPo5mckD5xr5g7FkHOB299G
aW7JC7UbJanWQroJSEip97va3h2ZKRkqzRnP4qw3JIxyJvJsnduatLxNtR3K1L6r
7yv+CDbFFgXPaZYN89+Atzw/S8uSSDXB6CUGi59UIcosqj6NxcK1Mh0WoXzhTbko
7FwyQxt0yDk/S8D8L82dmSRgnpBgxpBJs+CJl6DdPRj4Mi3h3Dg5STojnQSM5BBp
TLrxO8eMkBf2RKcbvTz3oeV+1VH6AZsc7G6Jrgw+9aSpA2mO/8FKvKcD9PbBDFI0
55fkN4YiuQQelbJI97H/w+sxK2pD93/BPqy7OfSSIGM43gRV9nRk3BlJGEMtR//D
hUjymN9gLYa/4oyAB4qvoNDPRiOwEK9siFKIPT512jTbih8T2huGtAnUK9LV+76o
z6JlBgqs/t7Kiptg7z+OW8JvA8tAjw4O3UtUn9IxURolsJrI0SFGu7ppVQ+swcH9
ML/bVZ44DHs34GVS0lHoJADtCzmH4xuZ76Vyy4xJJhr8OZHi/oe3jadeP+Xjount
h506R6L4u2X4OhowghScEZB/Y23iliQEbKzhwl7MX4DN4GfSRpXyJkou70PvWgtn
3Ic4RXfp1Vi4WO2RP9Cb
=Rgh3
-----END PGP SIGNATURE-----
Its says g++ no input files.
I just need to know how to run the c++ compiler. Is there any graphical interface to it or is it all code? How do i use it? The only other compiler ive ever used was for windows. I have no idea on how to even get the gcc or g++ open…
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Exactly… it’s installed. So now you need to give it a c++ file to
process. See the ‘gcc’ man page for more info:
man gcc
Good luck.
Dimzamatic wrote:
> Its says g++ no input files.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQIcBAEBAgAGBQJJ2qcWAAoJEF+XTK08PnB5gLsQAI5wgT8deEJdyERxN9ydbIDX
o8ECHK09W5e9YQg7nvoi9IBwiJ0H/9wfMxpf/dKQpA48/aeutcF03YDwG4XypsWv
t5nnajsSim/veu4NpgD88hmXw750fPv71V126nf4VTaJrZoeywtvmQ+YVXzwRO/t
OvUbWGwrnOqvLxqkavO50P14Fvw+6Mo6wYW+PkyRMMZ4j6vqLeqURMnsPkAwcTw9
UOeou9aSfsnzmyxXA+74eeAQdFaJmrcca8Etvy0p6t9c9AYLzLhvQ1D8+APQinfL
TPke1XLnsau+MCYkYAAsxagpWy8HG5cxoOGgnhEy/7vvwyiC1BUccc+5uyL70Gbn
GxNkjiVoDdsl1idhYsqZFKEBIuneyWiqs19zbeEnY9/ov3pIODA3c+dSgWIeL1eC
xzwbZClwwIKdAl0jRCp0h6SKljQZGfRDGefZZOLdDVamYXorQph7zIM0zsFfcOo5
4CcvcfqMenrNMmKRKgXeavnaOR10NTYQtfuX46IMqKdkAPqqjjuUgUKnIcA9AzSp
lA+RYDeP9qwJZGWTzSj1ikaQjPEsVQAnZl3R6ZXjTHQoe3KMMD3WK03tb7ptgQ6q
znjf5yg1nnd7zNltZBYSqqDS67gDhpJsLAl/KRgtu7oX7KGwefujC+VT8asSpxT0
3dudKyvlE6JEGkptxuP6
=yPiJ
-----END PGP SIGNATURE-----
Woot its working, thanks mistah. Ha check out my brutal ass programming skillzzz.
#include <iostream>
using namespace std;
int main()
{
cout << "Dimz owns your mother!" ;
cin.get();
return 0;
}
rotfl!