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 21-10-2011, 03:35 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Posts: 44
Default How to open boroland c++ 5.5 in win 7 without cmd


Can we open bcc 5.5 compiler in win 7 32bit in gui version ? like the earlier 4.5

i downloaded it but i only got a bunch of folders.

plz help
psaikia is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 22-10-2011, 02:01 PM   #2 (permalink)
Wise Old Owl
 
clmlbx's Avatar
 
Join Date: Aug 2006
Location: Indore
Posts: 1,687
Default Re: How to open boroland c++ 5.5 in win 7 without cmd

hey you better Use Code blocks Instead of that
__________________
Athlon II X4 635 @ 2.9Ghz   Gigabyte GA-MA785GMT-US2H   Kingston 2x2 Gb 1333Mhz DDR3   WDC 500Gb Green   Palit GTS 250 512mb   Tagan 500W   Samsung B2030   Lg DVD Writer
clmlbx is online now   Reply With Quote
Old 22-10-2011, 03:43 PM   #3 (permalink)
Human Spambot
 
Join Date: Nov 2008
Location: Guwahati
Posts: 5,741
Default Re: How to open boroland c++ 5.5 in win 7 without cmd

I thik OP uses it for learning purpose as its is most widely used in schools


check the bin folder for a file called TCW
thetechfreak is offline   Reply With Quote
Old 24-10-2011, 09:16 AM   #4 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Posts: 44
Default Re: How to open boroland c++ 5.5 in win 7 without cmd

there is no tcw in bin folder
psaikia is offline   Reply With Quote
Old 24-10-2011, 12:25 PM   #5 (permalink)
NULL_PTR
 
Join Date: Jan 2006
Location: Dangling Pointer
Posts: 88
Default Re: How to open boroland c++ 5.5 in win 7 without cmd

no can do
borland c++ 5.5 is purely CUI based
__________________
Writing Mine Own Os
Wanna Join Pm ME
umeshtangnu is offline   Reply With Quote
Old 27-10-2011, 10:26 AM   #6 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: How to open boroland c++ 5.5 in win 7 without cmd

Simple.

1. start > add/remove programs > uninstall borland c++ (or just delete installed files)
2. Google Code::Blocks MINGW download
3. Download Code::Blocks and install it
4. Click on Code::Blocks shortcut on desktop
5. Type #include <iostream> instead of #include <iostream.h>
6. Type #include<cstring>, <cstdlib> respectively instead of <string.h> and <stdlib.h>
7. After including headders, type using namespace std;
8. Now continue typing your program

Go to cplusplus.com - The C++ Resources Network or Learn C++ to learn C++ the right way if school is teaching you stuff which is totally outdated. LearnCPP has a syllabus / order of learning which is really similar to that in many Indian Engg colleges. CPlusPlus has a great reference section which can be easily searched to quickly look up functions.
__________________
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 offline   Reply With Quote
Old 27-10-2011, 09:48 PM   #7 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Posts: 44
Default Re: How to open boroland c++ 5.5 in win 7 without cmd

MetalheadGautham

thank you , for ur reply , this is for c++

But could plz tell how to compile for C language
psaikia is offline   Reply With Quote
Old 28-10-2011, 12:29 AM   #8 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: How to open boroland c++ 5.5 in win 7 without cmd

C Language has been in ANSI standard for a long time now, so you will not have problems with C. All compilers have same syntax.

All you should ensure are:
  1. Main has return type int not void so you should use int main()
  2. Add return 0; before closing main.
  3. Conio.h is not a valid header file in standard library.
  4. Use getchar() instead of getch()
  5. Declare variables at beginning of function before any other operations happen - this is not enforced in all compilers but you should do it for uniformity.

Go to C programming.com - Learn C and C++ Programming to start off with C. Follow on-screen instructions.
__________________
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 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:35 AM.


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

Search Engine Optimization by vBSEO 3.3.2