Interacting with websitesLearn 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 libIf 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.