hi,
i maked my first program it can
*refresh you're ip
*ipconfig (list of you ip's)
*flushdns
soon ill update it with ping system !
rate my first program
hi,
i maked my first program it can
*refresh you're ip
*ipconfig (list of you ip's)
*flushdns
soon ill update it with ping system !
rate my first program
i got ping system working now as well
check link :
download
ping system works now 100%
now dont have to typ
ping xxxx.xxxx.xxxx.xxxx
Last edited by passie; 16-12-06 at 09:24 AM.
What compiler are you using? It's generating much larger executables than it should.
If you're using MSVCPP, turn *off* debugging information and *enable* size optimisation, then merge the sections together and use align:4096 and filealign:512. The executable should be no more than ~3Kb since you're essentially just calling external programs.
i know whats wrong it isnt c++ it are c
im now making it in c++ ! :shifty:
Last edited by passie; 16-12-06 at 06:24 PM.
Heya Passie. I'm a C++ noob (started reading my first book on C++ Jan 1st) and would like to know if you would be willing to post the code under Creative Commons or Public Domain so that beginners (like myself) can learn.
Thanks,
Zack