User profile: bigduck

User info
User name:bigduck
Old user name:ranasikandar
History
Joined:
Number of posts:20
Latest posts:

InternetGetConnectedState() with WinInet.h
here is another way [code] if (system("ping www.google.com[/code] but my ISP blocks ping . ping woul...

InternetGetConnectedState() with WinInet.h
i searched a lot before posting here. i cant use this to determine if user has working internet conn...

GetAsyncKeyState(VK_ESCAPE) in c++ Linux
my code is something like this [code]#include <windows.h> //works in win but doesnt in linux #inclu...

GetAsyncKeyState(VK_ESCAPE) in c++ Linux
this will be used in linux console. I successful written a program for windows now I want to conver...

GetAsyncKeyState(VK_ESCAPE) in c++ Linux
thanks peter but i google and found [quote]This way the program is dynamically linked to the ncurses...