Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Question about Windows API

Tags:

windows

I have a code which is running on DOS Box in windows 7...However my question is whether my code is using the Windoows API or not? Below are the headers file which I am using...

#include<iostream.h>
#include<conio.h>
#include<dos.h>
#include<graphics.h>
#include<process.h>
like image 500
vks Avatar asked Mar 22 '26 05:03

vks


1 Answers

Why don't you take a look at that code? If there are any Windows specific APIs being used, it won't be too hard to find them by looking at included header files.

DOSBox can run Windows 3.1 and associated programs, but if your program runs outside of Windows 3.1, then you can be pretty sure that no Windows APIs are being used.

like image 84
darioo Avatar answered Mar 23 '26 21:03

darioo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!