Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
CStringA
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <cstdio> #include <afxwin.h> int main() { IN_ADDR addr; CStringA cstrStartIP = "100.135.14.165"; addr.S_un.S_addr = inet_addr(cstrStartIP); printf("%s\n", inet_ntoa(addr)); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Copy_and_base
VC++ latest rejects istream to nullptr comparison
Rounding in C++
empty base bug
For NULL-embedded strings, CStringT::Find() produces what you may not expect
Program of cube
CIS-2207 Week1 Assignment1 Company Devisions
C++ exception
Hangman
map_file_mangling
Please log in to post a comment.