Hey
Right well i was doing the tracert command the other day and thought while i was learn C++ i would make a little program that would allow me to do it.
This is the code i have so far:
Well that doesn't workCode:#include <iostream> #include <stdlib.h> int main(int argc, char *argv[]) { system("tracert www.thesims.co.uk"); system("PAUSE"); return 0; }
All it says is press any key to continue.
I would like it so it works but also not have that domain there and just allow me to type in a domain and off it goes. I mean any domain not just that one.
Any help on this would be great!
Thanks
..::ChRiS::..



LinkBack URL
About LinkBacks


