User profile: tath

User info
User name:tath
Name:tath
Bio:software developer - embedded c/cpp
History
Joined:
Number of posts:80
Latest posts:

Interacting with websites
Learn about socket ( http://beej.us/guide/bgnet/ ) or use some socket wrapper in c++. Connect to ht...

char and general mem allocation.
in a) you are assigning constant variables [code]"a"[/code] and[code] "b"[/code] addresses to pointe...

char and general mem allocation.
"some_string" is a const array placed in RO data part of the memory. when: [code]a = "some_string";...

winsoc2.h lib
If you are looking for ready solution then this is bad place for that.

Functions, so many functions...
Check http://www.cplusplus.com/doc/tutorial/functions/ to answer your questions.