How to convert unsigned long to const char * [VC++6]

Written by kishore


I am having some issues using .gethostbyname(…) and not sure how to fix it with the older version (6) of Visual C++. I have the following code: Code:

Related posts:

  1. Convert String to unsigned char Hi Everyone, This should be pretty simple but I'm...
  2. gethostbyname returns more than one IP I'm using gethostbyname to get IP address by a...
  3. Changing of CString to const char* I tried the following code. However, the compiler keep...
  4. C++ using Boost with unsigned char* Hello Everyone, This is my first post as I...
  5. RGB unsigned char* to HBITMAP – help I search high and low but couldn't found much...

Related posts brought to you by Yet Another Related Posts Plugin.

Mar
27

Leave a Reply