Search:

Type: Posts; User: cplusplus.Jr

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,850

    // Retrieve All Available APs void...

    // Retrieve All Available APs
    void CWlanAPInfo::getAvailableAPs(CStringArray * pAvailableAPs)
    {
    // Remove old array content
    pAvailableAPs->RemoveAll();

    IEnumWbemClassObject * pEnum =...
  2. Replies
    1
    Views
    1,850

    Networking Question Help

    I need someone who willing to help me to explain some scripts of C++ code, its all about networking, acquiring data from access point by snmp query and using WRAPI library. I used few weeks to study...
  3. Replies
    5
    Views
    2,095

    differentiate the character data type

    Can anyone here explain how to differentiate the usage of TCHAR, CString, _tcscpy() ???? Thank you.
  4. Replies
    1
    Views
    1,587

    Help for Socket Programming C++

    Im still new to socket programming in C++. Currently i am doing a client-server communication. Not very understand how the code meant. Can someone help me to teach line-by-line the codes meaning.
    ...
Results 1 to 4 of 4