What IDE for C++?
-
Hi, I want to learn DX10 and C++, I know C#, Java etc. So I also know VS2008 EXPRESS as IDE for C#. But is it as good for C++ as well? I'd like to know what you think, which IDE is best for developing with C++ and why? Thx
as I already said some days ago, real programmers use
vi
. but it's up to you to use Visual Studio if you feel better with it :) personnaly, I only code C++/MFC, and yes, i code within VS.[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Hi, I want to learn DX10 and C++, I know C#, Java etc. So I also know VS2008 EXPRESS as IDE for C#. But is it as good for C++ as well? I'd like to know what you think, which IDE is best for developing with C++ and why? Thx
error1408 wrote:
But is it as good for C++ as well?
Your kidding right? The editor is VC (Visual C++); an earlier version was Visual C/C++, also call VC. Before that there was the C only environment. The other languages, like C#, where added over time. So the answer is yes.
error1408 wrote:
which IDE is best for developing with C++ and why?
I always end up, eventually, using VC for C/C++. It's what I know best. If you are just learning C++ then you should stick to the IDE you are already use to, because in will reduce the learning curve. Here are some C++ sites: http://www.cplusplus.com/[^] http://www.parashift.com/c++-faq-lite/[^] http://www.cppreference.com/all_c_functions.html[^] Good Luck!
INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
-
Hi, I want to learn DX10 and C++, I know C#, Java etc. So I also know VS2008 EXPRESS as IDE for C#. But is it as good for C++ as well? I'd like to know what you think, which IDE is best for developing with C++ and why? Thx
If you want to use of Directx I suggest use of VC++(on the vista is better ).
-
Hi, I want to learn DX10 and C++, I know C#, Java etc. So I also know VS2008 EXPRESS as IDE for C#. But is it as good for C++ as well? I'd like to know what you think, which IDE is best for developing with C++ and why? Thx
Visual C++ Express Edition
is a good choice. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
error1408 wrote:
But is it as good for C++ as well?
Your kidding right? The editor is VC (Visual C++); an earlier version was Visual C/C++, also call VC. Before that there was the C only environment. The other languages, like C#, where added over time. So the answer is yes.
error1408 wrote:
which IDE is best for developing with C++ and why?
I always end up, eventually, using VC for C/C++. It's what I know best. If you are just learning C++ then you should stick to the IDE you are already use to, because in will reduce the learning curve. Here are some C++ sites: http://www.cplusplus.com/[^] http://www.parashift.com/c++-faq-lite/[^] http://www.cppreference.com/all_c_functions.html[^] Good Luck!
INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
-
Hi, I want to learn DX10 and C++, I know C#, Java etc. So I also know VS2008 EXPRESS as IDE for C#. But is it as good for C++ as well? I'd like to know what you think, which IDE is best for developing with C++ and why? Thx
Well I haven't used direct x 10 but if its anything like SWING was, then I'd seriously suggest vi (ok, how about gvim) for at least the first rudimentary project. It's not an IDE, you have to use g++ in conjunction w/ it. I've also heard good things about BBEdit by the way, how's c# different / what's it good at?
-
Well I haven't used direct x 10 but if its anything like SWING was, then I'd seriously suggest vi (ok, how about gvim) for at least the first rudimentary project. It's not an IDE, you have to use g++ in conjunction w/ it. I've also heard good things about BBEdit by the way, how's c# different / what's it good at?