Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-07-2008, 11:44 PM   #1 (permalink)
Broken In
 
tanush_89's Avatar
 
Join Date: Jul 2005
Posts: 117
Unhappy C++ compiler for vista


Hi guys,


I think I dont need to say anything more..


I just need a compiler for c++ which can work in vista and supprt the graphics too...

Plz help me out...

Im stuck actully....

Have only vista in my PC now and need to complete some project work...
plz help me...
tanush_89 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 20-07-2008, 08:18 AM   #2 (permalink)
Alpha Geek
 
Amir.php's Avatar
 
Join Date: Feb 2007
Location: Allahabad
Posts: 786
Default Re: C++ compiler for vista

There is a software named DOSBOX for windows vista which is capable of runing ur turbo c++ compiler on full screen.
Download it from here:
http://www.dosbox.com/download.php?main=1

BTW great avatar.
Amir.php is offline  
Old 20-07-2008, 09:29 AM   #3 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: C++ compiler for vista

That avatar was used by me here before some days ..

Any way, @tanush_89
Try Visual C++ on windows or DevCpp or MinGW with Relo editor...

ZeeshanQ can tell u more on this!
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline  
Old 20-07-2008, 10:10 AM   #4 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,490
Default Re: C++ compiler for vista

1. borland cpp w/ relo
2. mingw developer studio
3. qt4 oss edition
4. dev cpp
5. ms visual studio 2008 express


all are quality free apps. the first one is ONLY for school/collage programs.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Old 20-07-2008, 11:18 AM   #5 (permalink)
Here Since 2003
 
Indyan's Avatar
 
Join Date: Oct 2007
Location: LOST
Posts: 524
Default Re: C++ compiler for vista

Visual C++
And Borland CPP 5.5 + Relo as suggested by Metalhead Gautham.
__________________
My Blog :: http://www.pallab.net
Twitter :: http://www.twitter.com/indyan
Indyan is offline  
Old 22-07-2008, 11:32 AM   #6 (permalink)
Broken In
 
Join Date: Sep 2004
Location: Queen of the hills:Shimla
Posts: 160
Default Re: C++ compiler for vista

Microsoft Visual C++ is good
Dev CPP is also good and supports graphics too!
anshul is offline  
Old 22-07-2008, 03:35 PM   #7 (permalink)
Alpha Geek
 
Amir.php's Avatar
 
Join Date: Feb 2007
Location: Allahabad
Posts: 786
Default Re: C++ compiler for vista

^^ i have downloaded and tested DOSBOX as i previously say.
install it and run.
Now a virtual x86 dos environment will appears.
z:\>
To run tc.exe just write following command:
z:\>mount c c:\tcpp and press enter.
change drive by c: command
Then write here tc.exe and press enter.
Now a good looking window of tc.exe will appear in comparison of simple Vista run.
Although it is also not in full window but big than default and looks very neet and clean.
Amir.php is offline  
Old 22-07-2008, 06:49 PM   #8 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: C++ compiler for vista

^^ Oh so thats how you use dosbox...

Thanks for that, I tried dosbox once before but couldnt get Hocus Pocus game working I was too lazy to read the documentation, now tried it again and got it working
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 23-07-2008, 07:19 PM   #9 (permalink)
In The Zone
 
jal_desai's Avatar
 
Join Date: May 2006
Posts: 426
Default Re: C++ compiler for vista

Turbo C ... i think it is working on Vista and light weight too...
__________________
TechExplorer.in
jal_desai is offline  
Old 23-07-2008, 10:01 PM   #10 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: C++ compiler for vista

The above post was FAIL.



A "light" compiler that forgives your mistakes not knowing how to correct them either. Totally what you should program with, yeah.

You could've atleast suggested VC++ v6.0.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 23-07-2008, 10:12 PM   #11 (permalink)
In The Zone
 
jal_desai's Avatar
 
Join Date: May 2006
Posts: 426
Default Re: C++ compiler for vista

it can be an option.... i dont see why ppl rofl unnecessarily. i have worked on it and good programmers hardly make mistakes and if they make they KNOW where they are wrong... They dont wait for INTELLISENSE to pop up. I have made a whole damn ADVERTISEMENT on "WEAR HELMETS" using c graphics in TURBO C.
__________________
TechExplorer.in
jal_desai is offline  
Old 23-07-2008, 10:16 PM   #12 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: C++ compiler for vista

You've gone past that level already, so you don't feel that way. Good programmers are made out of constant practice and good practice mind you, not born.

Why do we have standards for?

Why .. so .. serious?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 23-07-2008, 10:23 PM   #13 (permalink)
In The Zone
 
jal_desai's Avatar
 
Join Date: May 2006
Posts: 426
Default Re: C++ compiler for vista

but i think novices should not go for intellisense and "ready made" code tht builds up on its own in various IDEs. they wont give user the knowledge wats actually going on... however once in a professional stage, one can use them to fasten up coding part and focussing more on business idea.
__________________
TechExplorer.in
jal_desai is offline  
Old 23-07-2008, 10:27 PM   #14 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: C++ compiler for vista

When did I talk about intellisense and ready-code? I was only pleading for a proper compiler that warns when it has to and outputs an error when there is. Work with pointers in gcc and in tc and you will know the difference.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Closed Thread

Bookmarks

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ Compiler for vista Ultimate KingTheRuler Programming 30 04-06-2008 03:04 PM
problem with my compiler in vista imran asad Software Q&A 1 02-09-2007 12:38 PM
Help with C compiler.. plsoft Open Source 5 14-04-2006 02:41 PM
C compiler for XP x64 Netjunkie Software Q&A 1 26-12-2005 12:11 PM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:05 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2