Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How can i start with wireless programming in C++ or VC++ without MFC and without any third party library. I just want to use the prebuilt libraries provided in visual studio by Microsoft.


What I have tried:

googled. Not found anything. 
Posted
Updated 21-Apr-19 7:07am

You can check the following source code examples which focus on WiFi as you requested (though Richard MacCutchan is right about the clarity of your question).
windows - Connect to Wi-Fi C++ - Stack Overflow[^]

and also check:
WlanGetAvailableNetworkList function (wlanapi.h) | Microsoft Docs[^]
 
Share this answer
 
Your question does not really mean anything. But I suspect you are referring to sockets. Google for samples.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900