 |
06-10-2007, 11:07 PM
|
#1 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,923
|
Turbo C slows down computer.. ! why !
when i run turbo C 3 computer slows down..
processor usage is always 100 % when its running..
same in college where they hv pentium 4 and 521 MB RAM
what to do now !! which editor to use !
well i can't compile most of my programs in dev C++ its out.. !
example like far is not allowed in there..!
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
06-10-2007, 11:12 PM
|
#2 (permalink)
|
|
"The Cake is a Lie!!"
Join Date: Oct 2006
Posts: 471
|
Re: Turbo C slows down computer.. ! why !
Well, Turbo C++ is a 16bit DOS Application created in 1992.
32bit Windows (especially NT based ones) Emulate it. (similarly 32bit Apps are emulated on 64bit OS like WinXP x64.. 16bit Apps wont even work there!)
Two Methods:
1. Use it with DOSBox
2. Use Borland C++ Compiler Tools and Relo Editor.
Zeeshan had posted a Turorial here I suppose.
Edit: Ditch Turbo C++ use Relo !
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
|
|
|
07-10-2007, 09:03 AM
|
#3 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Turbo C slows down computer.. ! why !
try to open it thru DOS prompt.
ex. suppose u have tcc folder in C drive,
then go to command prompt and type...
cd\
cd tcc
tc
Now, I think it will NOT take that much memory !
|
|
|
07-10-2007, 09:38 AM
|
#4 (permalink)
|
|
"The Cake is a Lie!!"
Join Date: Oct 2006
Posts: 471
|
Re: Turbo C slows down computer.. ! why !
Quote:
|
Originally Posted by shirish_nagar
try to open it thru DOS prompt.
ex. suppose u have tcc folder in C drive,
then go to command prompt and type...
cd\
cd tcc
tc
Now, I think it will NOT take that much memory !
|
Both work the same way
NT based Windows don't have true DOS Prompt. (Only DOS based 16bit/32bit Windows like Win95-WinME have them)
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
|
|
|
07-10-2007, 08:56 PM
|
#5 (permalink)
|
|
"The Gentleman"
Join Date: Sep 2006
Posts: 1,434
|
Re: Turbo C slows down computer.. ! why !
Quote:
|
Originally Posted by a_k_s_h_a_y
when i run turbo C 3 computer slows down..
processor usage is always 100 % when its running..
same in college where they hv pentium 4 and 521 MB RAM
what to do now !! which editor to use !
well i can't compile most of my programs in dev C++ its out.. !
example like far is not allowed in there..!
|
its slows down only when u minimize it/task switching.... and come back to it.... a lame reply but a fact
just dont switch programs when using turbo c
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
|
|
|
07-10-2007, 09:20 PM
|
#6 (permalink)
|
|
die blizzard die! D3?
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
|
Re: Turbo C slows down computer.. ! why !
I think it may be due to some virus.The same happened to me when I installed turbo c and it was using up all system memory.
Now I am happy with Dev c++(in windows)
And Linux(best way to program).
__________________
Stealing your women and horses since 1843.
|
|
|
07-10-2007, 09:23 PM
|
#7 (permalink)
|
|
"The Gentleman"
Join Date: Sep 2006
Posts: 1,434
|
Re: Turbo C slows down computer.. ! why !
no its not a virus... dont always put the blame on "poor virus " and hype it
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
|
|
|
07-10-2007, 11:13 PM
|
#8 (permalink)
|
|
die blizzard die! D3?
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
|
Re: Turbo C slows down computer.. ! why !
^^lol but it happened to me My turbo c was actually infected my a virus(according to Nod32).
And I suggest we should stop using turbo c now as it is not upto ISO standards.
__________________
Stealing your women and horses since 1843.
|
|
|
07-10-2007, 11:16 PM
|
#9 (permalink)
|
|
Web developer
Join Date: May 2005
Location: Paradise
Posts: 1,010
|
Your solution:
It happens in NT based systems. Use this for running TC3 or other DOS based applications where such problems occur:
TameDOS
|
|
|
07-10-2007, 11:20 PM
|
#10 (permalink)
|
|
In The Zone
Join Date: Sep 2007
Location: 23 17'N, 86 05'E
Posts: 369
|
Re: Turbo C slows down computer.. ! why !
If the memory usage comes 100% when you run Turbo C++ , or when you run any other applications. If it is so then look for Spywares or Adwares.
If not then reinstall the C++.
delete the folder and backup your progrms and reinstall the c++ and scan the installed folder with a good updated antivirus.
|
|
|
08-10-2007, 01:27 AM
|
#11 (permalink)
|
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,116
|
Re: Turbo C slows down computer.. ! why !
|
|
|
08-10-2007, 06:43 AM
|
#12 (permalink)
|
|
Broken In
Join Date: Jun 2007
Location: In front of my PC
Posts: 148
|
Re: Turbo C slows down computer.. ! why !
its not a problem with turbo c++ only
turbo prolog and turbo assembler also make usage go to 100%
only thing to do is be patient
|
|
|
11-10-2007, 11:18 AM
|
#13 (permalink)
|
|
I don't want IT
Join Date: Jul 2006
Location: BLR (hell part 2)
Posts: 48
|
Re: Turbo C slows down computer.. ! why !
If its the cas eof your gui apps slowing down, i can help with what i used to do...
1. open task manager and locate ntvdm.exe
2. right click on it and select Set Priority -> BelowNormal.
You're done.
If its your programming/ compiling which is slow, i'm of not much help here.
|
|
|
11-10-2007, 08:37 PM
|
#14 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,683
|
Re: Turbo C slows down computer.. ! why !
emulation comes with costs.
On dual core or HT enabled it takes up 50% CPU usage.
|
|
|
12-10-2007, 12:31 PM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,923
|
Re: Turbo C slows down computer.. ! why !
thanks a lot guys ! i been too busy with SE modding ...!
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
|
|
|
12-10-2007, 12:37 PM
|
#16 (permalink)
|
|
die blizzard die! D3?
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
|
Re: Turbo C slows down computer.. ! why !
Dude use dev c++ its waaay better than turbo sh!t or better still if you really wanna learn programming then start using linux.
__________________
Stealing your women and horses since 1843.
|
|
|
12-10-2007, 04:56 PM
|
#17 (permalink)
|
|
Console Junkie
Join Date: Jun 2006
Location: USA
Posts: 991
|
Re: Turbo C slows down computer.. ! why !
^^ Agreed.... We have to submit a project in C++ and all PCs in my college run TurboC... and that cannot even recognize namespaces.
I asked for a Linux box and think I will get one on the day of presentation.
__________________
--- Console Junkie
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|