i got Visual C++ express edition, but it is basicly Visual Basics, so, where do i download C++? can anyone give me link?
Thanks, Mowgli
This is a discussion on [Help] Download C++? within the C++ Programming forums, part of the General Programming Boards category; i got Visual C++ express edition, but it is basicly Visual Basics, so, where do i download C++? can anyone ...
i got Visual C++ express edition, but it is basicly Visual Basics, so, where do i download C++? can anyone give me link?
Thanks, Mowgli
The same place except you click on the one that says C++ and not the one that says Basic. www.microsoft.com/express/vc
no, i have got visual C++, but there is no place for makeing codes, its nearly identical to VB
What exactly do you mean?
Create a new project and away you go, writing code.
Press F7 to compile.
Press F5 (or Ctrl+F5) to run.
All languages use a common IDE in Microsoft's newer IDE versions.
(C++ and VB uses the same editor and interface.)
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
I'm not sure, but you may have to create a new "console" project, or perhaps an empty one. Maybe the default project brings you to a GUI design of some sort?
dwk
Seek and ye shall find. quaere et invenies.
"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell
Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net
My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, nort, etc.