I was wondering if anyone knew of a way to extract the connection speed of your Local Area Connection?
#include<windows.h> int main() { system("ping xxx.xxx.xxx.xxx") return 0; }
Specifically I want my code to return a: Speed: 1.0 Gpbs or 100.0 Mpbs
..just like it reads in the "General" tab of my windows connection status window.
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |