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 04-02-2009, 05:16 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default programing language software which rus in vista n w7?


i want to know some c and c++ language software which runs in
1-vista or
2-window7

pls this property must be in software that it looks comfertable to use means like turbo c in xp .i also tried turboo c++ in vista but its letters r too small n also looks bad.
toqeer is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 04-02-2009, 06:50 PM   #2 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: programing language software which rus in vista n w7?

Geany + Mingw
Codeblocks + Mingw

http://www.geany.org/Support/RunningOnWindows
http://www.mingw.org/
http://www.codeblocks.org/

Best of Luck and yes...if you use Geany then, set the build settings. (Build->Set Includes and Arguments

Compile: g++ -c -Wall "%f"
Build: g++ -Wall "%f" -o "%e.exe""
Execute: "./%e"

Good Luck.

I know off topic but neverthless:
Also keep in mind since you will transition from tc to gcc:
(1) Don't use clrscr()
(2) Use int main instead of void main. and Don't forget to return 0;
(3) Also when you have to use gets(buffer), don't use it. Use fgets() instead.
gets() will compile w/o errors alright, but it a warning would be generated, and rightly so.

Code:
fgets(buffer, sizeof(buffer), stdin);
char *newline = strchr(buffer, '\n' );
if (newline) *newline = '\0';
(But write gets() in paper exam)
__________________
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.

Last edited by Liverpool_fan; 04-02-2009 at 07:14 PM.
Liverpool_fan 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
Change the display language in vista jamesbond007 Programming 7 14-12-2007 10:48 PM
Windows Vista Language Problem..Please help sanjaykanade Software Q&A 3 13-09-2007 11:13 PM
want free hindi language wordprocessor software kkg_mjh Software Q&A 11 27-05-2006 02:53 PM
Indian Language Software - Baraha 6.0 natekar Software Q&A 5 22-08-2005 11:22 PM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 03:06 PM.


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

Search Engine Optimization by vBSEO 3.3.2