Is it possible to use DOS commands in my ANSI C programs?
i want to use the dos commands in my ansi-c program how can开发者_如何学C i do so what type of lib or .h i will need for it if it is possible ?
Use the system function, from stdlib.h.
Here is Wikipedia documentation of this function
加载中,请稍侯......
精彩评论