-
-
-
GCC is pretty much what you'll want to use.
Ubuntu's weird about it though. You have to install the build-essential package to compile with it, but that's as simple as
sudo apt-get install build-essential
From there, basically any IDE you install through apt will be able to run with it. I imagine you have experience with Eclipse, which is better than the other IDEs I've messed with on Linux. The default package for it in Ubuntu comes with all of the C/C++ stuff built in so all you have to do is install it in apt and you should be good to go.
-
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules