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


Reply
 
LinkBack Thread Tools Display Modes
Old 11-05-2011, 10:25 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Location: Udaipur India
Posts: 5
Default c++ compiler for windows 7


does any1 out thr knw any c++ compiler dat wrks wid windows 7 ... pls suggest...
chinkal is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 11-05-2011, 10:52 PM   #2 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: c++ compiler for windows 7

Bloodshed Software - Dev-C++
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 11-05-2011, 11:06 PM   #3 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: c++ compiler for windows 7

MinGW + Geany
Ah yeah do read the stickies, stickies are meant for reading
C/C++ Beginner's Guide and Post Basic Questions here
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 11-05-2011, 11:18 PM   #4 (permalink)
Electronic.
 
Neuron's Avatar
 
Join Date: Jun 2010
Location: Elsweyr
Posts: 530
Default Re: c++ compiler for windows 7

I will recommend Visual C++ 2010 Express.Don't know about others,but VC++ marks almost all the errors in real time which you'll find really handy.
__________________
I don't always make sense,but when I do,I don't.
Neuron is offline   Reply With Quote
Old 12-05-2011, 12:07 AM   #5 (permalink)
Alpha Geek
 
Join Date: Jan 2007
Location: In your hearts
Posts: 828
Default Re: c++ compiler for windows 7

use any compiler mingw through Dev-C++ or CodeBlocks, Microsoft Visual C++ 2010/2008/2005. But NEVER EVER USE THOSE DECADES OLD OUTDATED TURBO C/C++.
abhijangda is online now   Reply With Quote
Old 12-05-2011, 09:17 PM   #6 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2009
Posts: 23
Default Re: c++ compiler for windows 7

Still if you like the old stuff..or for some reason have to work with the graphics.h(still usd in colleges) then u cn install dos emulator n the normal turbo c++ n use it inside dos emulator...it works in windows 7...else for a modern IDE go for netbeans with c++ plugin....also good for java!
amirajdhawan is offline   Reply With Quote
Old 13-05-2011, 02:26 PM   #7 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 816
Default Re: c++ compiler for windows 7

Quote:
Originally Posted by amirajdhawan View Post
Still if you like the old stuff..or for some reason have to work with the graphics.h(still usd in colleges) then u cn install dos emulator n the normal turbo c++ n use it inside dos emulator...it works in windows 7...else for a modern IDE go for netbeans with c++ plugin....also good for java!
if anyone needs graphics.h, it can still be used under minGW. all the functions are same.
WinBGIm - Borland BGI emulation for MingW
i use it quite often

and btw i don't suggest DEV-C++ as it is not up to date. i use codeblocks
nims11 is online now   Reply With Quote
Old 14-05-2011, 11:27 AM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Location: Udaipur India
Posts: 5
Smile Re: c++ compiler for windows 7

Thnx evry1!!! n yeah i think dev c++ isnt up-to-mrk.......
chinkal is offline   Reply With Quote
Old 14-05-2011, 01:10 PM   #9 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: c++ compiler for windows 7

Quote:
Originally Posted by chinkal View Post
n yeah i think dev c++ isnt up-to-mrk.......
May I know why? Because I think its pretty good.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 14-05-2011, 01:18 PM   #10 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 816
Default Re: c++ compiler for windows 7

its not bad but there are IDEs better than that.
nims11 is online now   Reply With Quote
Old 15-05-2011, 02:24 AM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Apr 2011
Posts: 2
Default Re: c++ compiler for windows 7

Visual C++ is a very good compiler, though it takes up a lot of space...
akj_1989 is offline   Reply With Quote
Old 15-05-2011, 09:26 AM   #12 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Location: Udaipur India
Posts: 5
Post Re: c++ compiler for windows 7

Quote:
Originally Posted by Garbage View Post
May I know why? Because I think its pretty good.
i had it earlier nd it returned errors in a simple code of takn a value frm user and printing it on screen.... d error was sayn to use mre header files(i cant write d exact error as i hv uninstalled it)... the code i wrote was:--->

Code:
#include<iostream.h>
int main()
{
int x;
cin>>x;
cout<<"\n"<<x;
return(0);
}
Quote:
Originally Posted by akj_1989 View Post
Visual C++ is a very good compiler, though it takes up a lot of space...
i dwnloaded visual c++ bt em unable to open workspace...venevea i try to open it says d file name not found and please verify the path and file name are correct... i dunnoe whr am i gng wrng... do u hv ne idea abt dis prob??
chinkal is offline   Reply With Quote
Old 15-05-2011, 10:36 AM   #13 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 816
Default Re: c++ compiler for windows 7

Quote:
Originally Posted by chinkal View Post
i had it earlier nd it returned errors in a simple code of takn a value frm user and printing it on screen.... d error was sayn to use mre header files(i cant write d exact error as i hv uninstalled it)... the code i wrote was:--->

Code:
#include<iostream.h>
int main()
{
int x;
cin>>x;
cout<<"\n"<<x;
return(0);
}
this code worked with dev-cpp. still, latest version of g++ wont be able to compile it. the correct code should be-
Code:
#include<iostream>
using namespace std;
int main()
{
int x;
cin>>x;
cout<<"\n"<<x;
return 0;
}
nims11 is online now   Reply With Quote
Old 15-05-2011, 12:42 PM   #14 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: c++ compiler for windows 7

Quote:
Originally Posted by Garbage View Post
May I know why? Because I think its pretty good.
Well problem with Dev C++ in a beginners perspective is that it doesn't trap the keyboard for user input and most new users are perplexed where is the output, and resort to hacks like system("PAUSE"), etc.
Also it's not been developed for a while.
Overall it's good but quite dated.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Reply

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


 
Latest Threads
- by Charan
- by Sarath
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 12:28 AM.


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

Search Engine Optimization by vBSEO 3.3.2