Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-07-2006, 05:23 PM   #1 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Exclamation C++ compiler problem

I have got Turbo C++ v3.0 installed on my system. I have this strange problem with my compiler. When I type lines of code and move up or down the lines of code, the lines of code will be highlighted, just like you hold down the shift key and moving up or down the typed lines in a text editor. Also, in the error window, I can't move up or down the error messages with my keyboard. I have to use my mouse to check for each error line. I don't face any such problem with the C compiler by the same company. This has me in a real fix.
This install file works fine with ALL the PCs I have tried.

I use this complier as the same compiler is used in college and I need to port my programs from college to home often. So guys, please don't suggest a different compiler for me, atleast for now.

I face the same problem while using MASM as well. I will give you my specs of my system. PLEASE HELP OUT THIS POOR SOUL.

My system specs:
AMD Athlon 64 3200+ (Socket 939)
MSI RS-480M2 motherboard
160 GB SATA Seagate HDD
512 MB DDR RAM (Hynix)
Windows XP Professional Build 2600

I also tried by installing service packs, no use.
phreak0ut is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-07-2006, 09:48 PM   #2 (permalink)
Apprentice
 
\/endett/\'s Avatar
 
Join Date: Jun 2006
Location: (∞,∞,∞)
Posts: 65
Default Re: C++ compiler problem

Try reinstalling.
Quote:
Originally Posted by phreak0utt
I use this complier as the same compiler is used in college and I need to port my programs from college to home often. So guys, please don't suggest a different compiler for me, atleast for now.
Still, i insist u get Borland command line compiler [free] or C++ Builder...
There shouldnt be any issues coz Borland follows ASCII code and both TurboC++ and Borland C++ are by the same company, viz Borland. TurboC++ is way 2 old...i dunno y all schools and colleges r sticking to it
__________________
~"Computers are useless. They can only give you answers."~
\/endett/\ is offline  
Old 07-07-2006, 12:20 PM   #3 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: C++ compiler problem

Thanks for the quick reply, but I need to find out why this is happening on my system. I did try Borland, but the same code doesn't seem to work properly and its taking me loads of time to get used to it. So guys, please let me know what is causing this irritating problem.

Hope to hear a final solution to this problem.

Thanks in advance again.

Bye.
phreak0ut is offline  
Old 07-07-2006, 12:23 PM   #4 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: C++ compiler problem

well turbo c++ 3 doesn't work under windows XP , you'll have to make a new partition on your drive , install dos on it and then run turbo c++ under dos .

IM me if u want more help .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 08-07-2006, 11:15 AM   #5 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: C++ compiler problem

Zeeshan,
it does. check the sticky in qa section.
dheeraj_kumar is offline  
Old 08-07-2006, 08:24 PM   #6 (permalink)
Apprentice
 
\/endett/\'s Avatar
 
Join Date: Jun 2006
Location: (∞,∞,∞)
Posts: 65
Default Re: C++ compiler problem

yes, it does work under XP...i dunno which version..but it does
Second thing, the problem isnt with NOT WORKING, its with faulty working.
AFAIK, TC++ doesnt come with an installation setup...its just copy-paste-and-run. Maybe some file is corrupted, tryt getting another copy and use it

PS: borland commnad line is very easy to use if u integrate scintilla editor with it. It functions just like TurboC++ win GUI program (version 4.XX)
__________________
~"Computers are useless. They can only give you answers."~
\/endett/\ is offline  
Old 11-07-2006, 09:11 AM   #7 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Smile Re: C++ compiler problem

Quote:
Originally Posted by \/endett/\
AFAIK, TC++ doesnt come with an installation setup...its just copy-paste-and-run. Maybe some file is corrupted, tryt getting another copy and use it

PS: borland commnad line is very easy to use if u integrate scintilla editor with it. It functions just like TurboC++ win GUI program (version 4.XX)
\/endett/\ I got the TC++ as a setup file. Probably this version was introduced after people preferred a setup file than a normal copy paste thing. It does the same thing, just extract those files and folders to a directory. Nothing new there.

Well, my problem somehow got fixed all by itself I don't know how. I just re-installed TC++ and it was working fine. I don't know what caused it to work right. This is the first time it worked properly since I bought my PC. According to the sticky post regarding the 16-bit windows system, that helped me out to know something. That might have been the problem, but I have kept a backup of the file posted there. I shudder to reinstall my OS even if something goes wrong it might trigger the unknown event of making my compiler go awry. Crossing my fingers and working on it.
phreak0ut is offline  
Old 11-07-2006, 10:08 AM   #8 (permalink)
Broken In
 
Join Date: May 2005
Location: jaipur
Posts: 194
Default Re: C++ compiler problem

Quote:
Originally Posted by Zeeshan Quireshi
well turbo c++ 3 doesn't work under windows XP , you'll have to make a new partition on your drive , install dos on it and then run turbo c++ under dos .

IM me if u want more help .
it works... in win xp...

@phreakoutt
try checking
option->editor settings....
this might help u ... as some one might have just changed them

Quote:
Originally Posted by \/endett/\
AFAIK, TC++ doesnt come with an installation setup...its just copy-paste-and-run. Maybe some file is corrupted, tryt getting another copy and use it ...
it comes with setup only ... but works well too after we just copy the installation directory ....that's why its so prevalent that way.... if u want i can give link to its setup....
__________________
who the hack is this??
mukul is offline  
Old 11-07-2006, 11:26 AM   #9 (permalink)
In The Zone
 
nik_for_you's Avatar
 
Join Date: Apr 2004
Location: Paris
Posts: 313
Default Re: C++ compiler problem

I also had same problem some time ago.. but dont remember how i solved it !!
__________________
I AM REBEL
nik_for_you is offline  
Old 13-07-2006, 03:16 AM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: C++ compiler problem

I'll suggest you to try GCC's g++ compiler for C++,and move to a GNU/Linux version with IDE's Like Anjuta etc...GCC is much updated to ANSI/ISO specifications.why to use old/pirated Turbo C/C++ versions!?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 25-07-2006, 09:32 AM   #11 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Talking Re: C++ compiler problem

Quote:
Originally Posted by nik_for_you
I also had same problem some time ago.. but dont remember how i solved it !!
Well, I realised how the problem is solved. I had to format and reinstall my OS. The same problem with the compiler started again. Installed SP1a. No use! Installed SP2. Working fine. Cool aint it???
phreak0ut 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



All times are GMT +5.5. The time now is 04:00 PM.


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

Search Engine Optimization by vBSEO 3.3.2