turbo

How to set the Turbo C path in windows?

hi friends, I am Manoj again here to ask my doubts How to set the turbo c path in windows globally? so that i can compile and run my c progrmas which are in other drives any where in the command prompt in windows XP. Can any one tell me how to get commands at evry drive in the command prompt just by typing in "c:\tcc" in command prompt i...

Can any body tell me what is list file and map file in c?

hello friends, I am Manoj again here to ask you my doubts. I heard that in turbo c when we are doing projects with more than one source file then we can generate list file and map file . What are they? what do they contain? And how to generate them using the commands at MS-DOS command prompt using tcc for turbo c? How to generate the ass...

How to include the assembly code in my C code in Turbo C?

hello friends, How to include any assembly code lines into my C program ? In turbo c is there a possibility to add an assembly code file (.asm) to a project of few .c files? ...

Do we have a thread library that is compatible with Turbo C?

Currently I am developing a program for academic purpose. We use Turbo C because we are requesting for interrupt directly with the hardware. We can do anything for our project, and I've already chosen a topic. The thing is I think I really need 2 threads in my program. Are there any thread libraries that are compatible with Turbo C in ...

how can i create a pdf file using turbo c? (e.g typing something and save it as .pdf)

can anyone help me on how can i create a pdf file using turbo c? (e.g typing something and save it as .pdf) ...

Steganography : Encoded audio and video file not being played, getting corrupted. What is the issue

I have made a steganography program to encrypt/Decrypt some text under image audio and video. I used image as bmp(54 byte header) file, audio as wav(44 byte header) file and video as avi(56 byte header) file formats. When I tries to encrypt text under all these file then it gets encrypted successfully and are also getting decrypted co...

DOS ASCII Animation Lagging without constant input, Turbo C compiled

Here's an oddity from the past! I'm writing an ASCII Pong game for the command prompt (Yes yes oldschool) and I'm writing to the video memory directly (Add. 0xB8000000) so I know I'm rendering quickly (As opposed to gotoxy and then printf rendering) My code works fine, the code compiles fine under Turbo C++ V1.01 BUT the animation lags...

ASCII DOS Games, need help with Rendering methods!

I'm writing an old school ASCII DOS-Prompt game. Honestly I'm trying to emulate ZZT to learn more about this brand of game design (Even if it is antiquated) I'm doing well, got my full-screen text mode to work and I can create worlds and move around without problems BUT I cannot find a decent timing method for my renders. I know my ren...

Turbo C time resolution up to milliseconds

The clock_t implications in time.h released with Turbo C++ v1.01 are good only up to 0.0545XX seconds, meaning any timing I want to do with higher precision is impossible with that library. I was wondering if anyone knew a good library or method available to elder TurboC++ that I could use instead of time.h calls for better precision? ...

how to connect turbo c/c++ program to database

Hello Friends, I want to connect turbo c or turbo c++ program with any database like MS Access/SQL Server/Oracle/MySQL. If any body know then please tell me and also give source code for it. Thanks, Karandeep Singh ...

wordpress 3 and turbo link

when upgrading to Wordpress 3.01 I thought the turbo link would disappear from the dashboard, as per http://codex.wordpress.org/Tools_Tools_SubPanel . However, the Turbo link still shows up in the header of my dashboard after the upgrade. How do I remove the Turbo link (even if I have to edit the core files to achieve this) ? ...

What is wrong with using turbo C?

Hi all, I always find that some people (a majority from India) are using turbo C. I cannot find any reason to use such outdated compiler... But I don't know what reasons to give when trying to tell them to use modern compiler(gcc,msvc,...). ...