rkjd2
03-17-2002, 02:52 PM
for some odd reason when i compile this c++ program i get errors
#include <iostream.h>
int main()
{
system("telnet localhost");
return 0;
}
any ideas?
(using g++)
#include <iostream.h>
int main()
{
system("telnet localhost");
return 0;
}
any ideas?
(using g++)