Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Jul 22nd, 2005, 6:20 PM   #1
compkeen
Newbie
 
Join Date: Jul 2005
Posts: 1
Rep Power: 0 compkeen is on a distinguished road
Arrow Which compiler

Which is the best c++ compiler to use on window xp. I learnt c programming at college in the nineties and now want to program in C++. Also, how do you you get to thre command line prompt from windows. Can you use Borland C++.Builder or Microsoft visual C++.6 on windows xp.
compkeen is offline   Reply With Quote
Old Jul 22nd, 2005, 6:29 PM   #2
Shapeless
Programmer
 
Shapeless's Avatar
 
Join Date: Jul 2005
Location: germany/hamburg
Posts: 32
Rep Power: 0 Shapeless is on a distinguished road
Send a message via ICQ to Shapeless Send a message via MSN to Shapeless
Quote:
Originally Posted by compkeen
Which is the best c++ compiler to use on window xp.
there are several ports for gcc on for windows machines. I think gcc is without a doubt the best compiler. but if u think of an compiler and ide or anotherone than gcc , again i would redcommend DevCpp.

Quote:
Originally Posted by compkeen
Also, how do you you get to thre command line prompt from windows.
well windows got an emulatin for command line tools somewhere like
start->programms->.....-->.... (am not sure about the name sry)
there u have to change into the right directory and then u can use the commandline tools ( for example cd into the dir of the executable and then start the programm by typing its name and the command line params...)
Quote:
Originally Posted by compkeen
Can you use Borland C++.Builder or Microsoft visual C++.6 on windows xp.
yes you can, but i think the barland compiler isnt that good. the ide is usefull and real great if u are using vcl but the compiler isnt real good.
__________________
of all the things he has lost, i think he misses his mind the most

typedef typename pizza_t<oven_policy<225,12.5>,ingredient_policy<salami,mushroom,cheese> > Pizza;
Shapeless is offline   Reply With Quote
Old Jul 22nd, 2005, 7:08 PM   #3
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 649
Rep Power: 4 Ancient Dragon is on a distinguished road
Quote:
Originally Posted by compkeen
Also, how do you you get to thre command line prompt from windows.
Start-->Run then in the edit window type "cmd" and press the Ok button

Quote:
Originally Posted by compkeen
Can you use Borland C++.Builder or Microsoft visual C++.6 on windows xp.
MS-Windows does not require any particular compiler. You can use either of them or any other 32-bit compilers such as Dev-C++ too.
Ancient Dragon is offline   Reply With Quote
Old Jul 22nd, 2005, 7:59 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Another way to get the command prompt is to click Start|All Programs|Accessories|Command Prompt. In my case, when I got that far, I right clicked on it and chose "Pin to Start Menu". It's always there when I click Start, now.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 22nd, 2005, 8:29 PM   #5
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 649
Rep Power: 4 Ancient Dragon is on a distinguished road
Quote:
Originally Posted by DaWei
Another way to get the command prompt is to click Start|All Programs|Accessories|Command Prompt. In my case, when I got that far, I right clicked on it and chose "Pin to Start Menu". It's always there when I click Start, now.
I am using XP Pro. When I right click I see something very quick appear then immediately disappear. It works ok on my W2K computer. Is there some change I need to make in XP?
Ancient Dragon is offline   Reply With Quote
Old Jul 22nd, 2005, 9:13 PM   #6
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Cottonpicker, Dragon, I don't know. I just get a solid menu on XP Home. I just discovered that every program listed doesn't give me the option on the right-click menu, though. You should also be able to put the icon on the desktop, right-click it there, make the pin choice, then delete the icon. If that flashes away, beats me.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 23rd, 2005, 12:01 AM   #7
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
Borland C++ 3.0 was the one that I was using, and even in my college, I have to :-( (even now)
The only disadavantage of it is, that it runs in dos mode and occupies 100% of CPU resource.

However, you can use Visual C++ for that, where, I feel you wont be able to do graphics programming, you'll need some extra files and configuration done for it.
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Jul 23rd, 2005, 8:36 AM   #8
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Don't use an old, outdated compiler. There are too many good, reasonable alternatives. Do not expect built in GUI as part of the C/C++ languages. Nottagonnabethere. You can use MS VC++ 6.0 on XP. I do it nearly every day. I also use VC++ 2005 Beta (free), Dev-C++ (free), and Borland Builder 6.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 23rd, 2005, 8:39 AM   #9
stevengs
Professional Programmer
 
stevengs's Avatar
 
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4 stevengs is on a distinguished road
what IS that thing, a Hearse with heat tiles?
__________________
-Steven
"Is this a piece of your brain?" - Basil Fawlty
stevengs is offline   Reply With Quote
Old Jul 23rd, 2005, 9:23 AM   #10
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I found it sitting on cinderblocks in a Buckingham, Texas, front yard. You should see it before the grain-silo boosters fall away . That bay in the back is great for certain kinds of non-extravehicular activity.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei 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 4:13 PM.

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