C++ Mania
Miscellaneous problems and features of C/C++
Thursday, December 30, 2010
Can you write a program whice invoke another C program ?
#include<dos.h>
void main()
{
system("tcc another.c");
system("another.exe");
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment