x86 Emulator for old PC applications
This is my first time on Stack Overflow so please be lenient with this question. I have been experimenting with …
batch-file variables dosboxI am running Turbo C on DOSBox in Ubuntu 12.04. The problem is that two black stripes are coming on either …
dosboxI'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 dosboxI gave the location of bgi folder in my C drive as below: initgraph(&gd,&gm,"C:\\TurboC++\\…
c graphics dosboxI'm tasked with creating a program that would write some string to a file. So far, I came up with …
assembly nasm dosboxi write a code and in this code i use graphics.h ,in borland c++ or visual I can't open …
c++ graphics borland-c++ dosboxI 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-filesI 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