Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
7answers
557 views

What is wrong with using turbo C?

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 ...
7
votes
5answers
248 views

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 ...
2
votes
2answers
618 views

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 ...
1
vote
2answers
1k views

Find the highest and second highest numbers in an array within a single iteration [closed]

Find the highest and second highest numbers in an array within a single iteration. For example: a[]={0,100,5,2,3,200} Output: {200,100}
1
vote
2answers
307 views

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)
0
votes
2answers
299 views

Handling A Keyboard Interrupt with Turbo C ++ 3.0

I have a project. That is a simple game , "Falling Blocks" . The game area is considered as a grid, which has 20x20 size. There will be falling blocks from top of the screen and a hero at the bottom, ...
0
votes
1answer
160 views

How can I convert HEX to DECIMAL?

I plan to convert the X variable to decimal. I'm having a hard time using turbo assembler, can you give a hand? code segment ;inicio de un segmento unico assume cs:code,ds:code,ss:code org 100h ...
0
votes
0answers
40 views

EasyWin Application redirect to an open file

I am trying to redirect a EasyWIn application to an output file. It is an Target type for Turbo C++ 4.5 an windows application. Ex. l1(app name) 1234.doc(data file) c:(working area) > 1234.txt(output ...
0
votes
0answers
125 views

re: how do you get turbojpeg.l.bc

I have installed what it needs to run my codes against libjpeg-turbo. However, when i treid to link that up in a modified gcc (which requires l.bc), it gives an error: llvm-ld: error: Cannot find ...
0
votes
2answers
421 views

Compilation of Turbo C program in DOS prompt?

How can I compile a Turbo C program in a DOS prompt for 64 bit?
0
votes
2answers
53 views

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 ...
0
votes
2answers
629 views

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 ...
0
votes
2answers
741 views

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 ...
0
votes
1answer
248 views

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 ...
0
votes
4answers
2k views

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

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?
0
votes
2answers
340 views

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

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 ...
0
votes
3answers
8k views

How to set the Turbo C path in windows?

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 ...
-1
votes
2answers
980 views

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

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 ...