Author |
Message |
Panphobia
|
Posted: Sun Dec 02, 2012 2:36 am Post subject: Learning C++ |
|
|
I want to learn C++, and I have downloaded visual c++, but I don't really like it, is there another IDE that is also good, that you might enjoy but is supported by dwite? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
|
|
|
|
Panphobia
|
Posted: Sun Dec 02, 2012 3:56 am Post subject: RE:Learning C++ |
|
|
Ahhh alright, thanks! |
|
|
|
|
|
[Gandalf]
|
Posted: Sun Dec 02, 2012 1:28 pm Post subject: RE:Learning C++ |
|
|
Check out Eclipse with CDT (C Developer Tools). It supports both C and C++ using gcc. |
|
|
|
|
|
Panphobia
|
Posted: Fri Dec 07, 2012 6:31 pm Post subject: RE:Learning C++ |
|
|
I am trying to download MinGw and I have it downloaded but I can't compile code in c++, also i went did the environmental variables, that didnt help, also im trying to get a good IDE for c++ can you recommend one? |
|
|
|
|
|
Insectoid
|
Posted: Fri Dec 07, 2012 6:35 pm Post subject: RE:Learning C++ |
|
|
Do you recognize the difference between an IDE and a compiler? |
|
|
|
|
|
[Gandalf]
|
Posted: Fri Dec 07, 2012 6:36 pm Post subject: RE:Learning C++ |
|
|
How can't it compile C++ code? What errors are you getting?
And I did recommend a C++ IDE, Eclipse CDT:
http://www.eclipse.org/cdt/ |
|
|
|
|
|
Panphobia
|
Posted: Fri Dec 07, 2012 6:38 pm Post subject: RE:Learning C++ |
|
|
I got the cygwin for that Eclipse CDT, but I don't know what to do past that. I do not know how to make eclipse use that |
|
|
|
|
|
Sponsor Sponsor
|
|
|
[Gandalf]
|
|
|
|
|
Panphobia
|
Posted: Fri Dec 07, 2012 7:52 pm Post subject: RE:Learning C++ |
|
|
I just got Ubuntu on my laptop, now is that better for Java/C/C++/Python? |
|
|
|
|
|
Insectoid
|
Posted: Fri Dec 07, 2012 8:27 pm Post subject: RE:Learning C++ |
|
|
It certainly becomes a lot easier to install compilers & interpreters, though it isn't by any means better. |
|
|
|
|
|
Panphobia
|
Posted: Fri Dec 07, 2012 8:38 pm Post subject: RE:Learning C++ |
|
|
I didnnt mean better, I meant easier to aquire compilers and IDE's? |
|
|
|
|
|
Insectoid
|
Posted: Fri Dec 07, 2012 9:00 pm Post subject: RE:Learning C++ |
|
|
You really don't need an IDE. I find a lot of the features simply get in my way. You can program in notepad if you want. I write all my code in a text editor with line numbering and syntax highlighting. That's it.
To get gcc in Ubuntu, just open up a terminal and type 'sudo apt-get gcc'. Then you're done. |
|
|
|
|
|
Panphobia
|
Posted: Fri Dec 07, 2012 9:07 pm Post subject: RE:Learning C++ |
|
|
so if i got gcc and i started coding in text editor how would i save it as cpp, because there is no save as |
|
|
|
|
|
Insectoid
|
Posted: Fri Dec 07, 2012 11:08 pm Post subject: RE:Learning C++ |
|
|
I dunno. What text editor are you using? Why don't you look it up on Google? |
|
|
|
|
|
|