project - code assistance needed

Thread Starter

Anesio

Joined Oct 21, 2008
2
I'm programming in c language using pelles c version 5 but dos.h libraries
are not supported. can anyone tell me where can i find
 

Jishnu

Joined Dec 4, 2008
3
The compiler you're using must be Windows-based. Hence, you can't use the dos.h header which is non-standard. If you still want the functionalities of dos.h, you'll have to switch to DOS-based compilers like the ones by Borland. Of course, you'll be able to do similiar things in Pelles' too. Only the function names would vary.
 
Top