Call command line from C program -
i writing command line application in c , within program, call other command-line applications. example (and clear example!), write c app calls java compiler. one, how this? there c function directly calls command line of something? two, how take normal text output java compiler displays , display through c program?
i'm sorry if sounds bit crazy, new c , have never done before. love start writing few of these utility style apps. if matters any, running windows, prefer platform-independent method if possible, use linux time time.
you might system. think can use in windows unix/linux systems.
Comments
Post a Comment