Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 10th, 2005, 12:17 AM   #1
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
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?
brokenhope is offline   Reply With Quote
Old Sep 10th, 2005, 12:45 AM   #2
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
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.
coldDeath is offline   Reply With Quote
Old Sep 10th, 2005, 1:35 AM   #3
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
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.
bl00dninja is offline   Reply With Quote
Old Sep 10th, 2005, 2:04 AM   #4
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
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.
coldDeath is offline   Reply With Quote
Old Sep 10th, 2005, 6:19 AM   #5
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
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
Don't ask me what the /EHsc is for. Whenever I compile without it, the compiler bitches at me.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Sep 10th, 2005, 9:53 AM   #6
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
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.
brokenhope is offline   Reply With Quote
Old Sep 10th, 2005, 11:16 AM   #7
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
It's not ugly
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Sep 10th, 2005, 11:32 AM   #8
Navid
Hobbyist Programmer
 
Navid's Avatar
 
Join Date: Feb 2005
Location: Canada
Posts: 187
Rep Power: 4 Navid is on a distinguished road
Send a message via MSN to Navid
I'm planning on getting VC++ too for GUI. I can't program in a GUI with Dev-C++, right?
Navid is offline   Reply With Quote
Old Sep 10th, 2005, 12:16 PM   #9
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
No, because using a GUI drawing tool for C++ is crazy. It just doesn't work.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Sep 10th, 2005, 1:27 PM   #10
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
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.
coldDeath is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:30 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC