Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old May 31st, 2006, 3:22 PM   #11
jayme
Professional Programmer
 
jayme's Avatar
 
Join Date: Nov 2005
Location: Canada
Posts: 495
Rep Power: 0 jayme is an unknown quantity at this point
Send a message via MSN to jayme
Different people like different IDE's more than others. Some will tell you MSVC++ is the best, some will tell you dev-cpp is the best, and I will tell you Code::Blocks is the best. The decision is up to you so try them out and decide for yourself, don't ask other people which IDE you should use.

That being said, please visit this thread: http://www.programmingforums.org/for...ad.php?t=10076
__________________

Quote:
Originally Posted by Mohamed Jihad
Durka durka!
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it.

Download Code::Blocks now!
jayme is offline   Reply With Quote
Old May 31st, 2006, 10:57 PM   #12
coder0xff
Unverified User
 
coder0xff's Avatar
 
Join Date: Mar 2006
Posts: 18
Rep Power: 0 coder0xff is on a distinguished road
If you are planning on going into the industry, then maybe you should consider what area of the industry you want to get into. If you want to work for a company that needs simple GUI programs, then .Net may be a good choice. If you are thinking game industry, or embeded systems, you will most likely not be using .net. Something to consider maybe?
coder0xff is offline   Reply With Quote
Old Jun 4th, 2006, 5:02 PM   #13
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
Well, the C++ applications he's creating don't use .NET. Visual C++ 2005 can create .NET applications, but it doesn't have to.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jun 5th, 2006, 12:18 AM   #14
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
if you're using visual studio you can turn off the "precompiled headers" option when you create the project (if you go through all the options screens). or:

you can click on project/properties/C++/precompiled headers and turn it off there.

yeah, i asked this question aways back and got shitty responses also.

also, just the free C++ part of VS may not bother you with this, i don't remember.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Jun 5th, 2006, 6:37 AM   #15
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
As Narue hinted at earlier, in Visual C++ 2005, you simply check the "Empty Project" checkbox when creating the project. If you're using Visual C++ 6 or below, BN be right.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jun 5th, 2006, 2:01 PM   #16
Harakim
Hobbyist Programmer
 
Join Date: May 2006
Location: West Jordan, Utah, United States
Posts: 176
Rep Power: 3 Harakim is on a distinguished road
I have VS 2003 Professional so it may not be the same, but...

Go to new> project

Expand "Visual C++ Projects", then open the folder "Win32".


Choose "Win32 Console Project" or "Win32 Project".
>>"Win32 Console Project" will give you a command prompt environment whereas Win32 Project doesn't. (I don't know of the other differences, if any.)

Choose a name and continue.

You will see a blue/white box now. On the left side has two choices, "Overview" and "Application Settings". Click Application Settings.

Under "Additional options", select the "Empty Project" check box.

Now you can click Finish.

To add a source file to the project, go to the "Project" tab of the toolbar. Select "Add Class..." to add a class, or "Add New Item..." to add a static source file or header file (c-style programming without classes).


Sorry if I sound patronizing, but I couldn't figure this stuff out when I started and I figure too much information is better than not enough. Also, there are other ways to accomplish the same thing, but I think this is the fastest.
Harakim 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 5:31 PM.

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