Top "Dosbox" questions

x86 Emulator for old PC applications

Calculating the sum of two variables in a batch script

This is my first time on Stack Overflow so please be lenient with this question. I have been experimenting with …

batch-file variables dosbox
How to increase size of DOSBox window?

I am running Turbo C on DOSBox in Ubuntu 12.04. The problem is that two black stripes are coming on either …

dosbox
Bresenham's line drawing Code

I'm trying to draw a line in C language using Bresenham's algorithm.I'm using turbo C++ in dosbox for windows 7 …

c vector-graphics turbo-c++ bresenham dosbox
BGI Error:Graphics not initialised(use initgraph)...in DOSBOX...Win 7

I gave the location of bgi folder in my C drive as below: initgraph(&gd,&gm,"C:\\TurboC++\\…

c graphics dosbox
Writing to a file in assembler

I'm tasked with creating a program that would write some string to a file. So far, I came up with …

assembly nasm dosbox
How can I compile code that uses graphics.h in DOSBOX?

i write a code and in this code i use graphics.h ,in borland c++ or visual I can't open …

c++ graphics borland-c++ dosbox
Coloured output in Turbo C++

My compiler is Turbo C++ v3.0 with DOS v5.0 emulated in DOSBox v0.74 I use this because Turbo C++ is …

c++ colors dos turbo-c++ dosbox
How to prompt user for string and display it again in Assembly Language Programming

I'm having trouble with my assembly language code. We were asked to prompt user for input string and we're supposed …

assembly masm x86-16 dosbox dox
Turbo C++ : while(fin) vs while(!fin.eof())

I was told that I should be using while(fin) instead of while(!fin.eof()) when reading a file. What …

while-loop turbo-c++ dosbox data-files
Program solving expression in assembly

I have a problem with my simple program in assembly. I'm using DOSBox and TASM. The problem is that the …

assembly expression x86-16 tasm dosbox