![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 126
Rep Power: 4
![]() |
Visual Studio 2003 Help
I just switched to this from Dev C++... anyways I cant figure out how to do anything, even compile. I want this to be simple, not have to go through and create a whole project, and use a weird main() name (the default one in a Win32 or .Net Project is t_Main(arguments I cant remember) { etc...) I want to just be able to start a blank .cpp file and include iostream and any other streams or files needed, and type the code and compile, simple, but I cant figure out how. The start button is always disabled when I only have the .cpp file... anyone know the eaisest way to create a blank console C++ file/ project?
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
I have both VC++ and Dev-C++. I prefer dev-c++ for its simplcity, and it has all the features i require.
If you insist on using VC++ you will have to create a new project every time. Dev-C++ is my favouritre though.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
i totally understand what you mean, learning that friggin' compiler is about like learning a new damn language. i usually open it up, try to do ANYTHING for about five minutes, and then say "f**k this, i'll do it later". dev-C++ is a lot simpler to use. i have to use it next semester for class and i hear it's really good in a lot of ways though. but i really feel you on this one.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#4 |
|
Expert Programmer
|
Yeah vc++ is over complicated, i think it has its own compiler (i would use G++/GCC over that any day of the week),it is made by Microsoft, and it costs money.
Whereas dev-c++ is free, it can use most compilers, it has a great package manager, perfect syntax highlighting and indention, easy to add new types of project, easy to quickly make a test file and compile it and it is so easy to compile stuff.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#5 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
If you really want to use the Visual C++ compiler, you can use the command-line if you don't want to create a project:
cl source.cpp /EHsc |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 126
Rep Power: 4
![]() |
Ah thanks, ill try that out. But yea all Microsoft programming products Ive ever used are way over complicated, and its bs they cost so much, they should put less time and effort into developing its complexity, and putting more money into it, and instead make something simple thats free-cheap. The only thing that really annoys me about Dev-C++ is its got a really ugly interface, but other than that its good.
|
|
|
|
|
|
#7 |
|
Expert Programmer
|
It's not ugly
![]()
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#8 |
|
Hobbyist Programmer
|
I'm planning on getting VC++ too for GUI. I can't program in a GUI with Dev-C++, right?
|
|
|
|
|
|
#9 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
No, because using a GUI drawing tool for C++ is crazy. It just doesn't work.
|
|
|
|
|
|
#10 |
|
Expert Programmer
|
If you want to draw a C++ GUI in Dev-C++ check out wx-Dev-C++.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|