User profile: tath

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

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.

Annoying Redundancies in C/C++
I also dont care about that. Maybe some IDE's will show tabs differently, but when you work in one e...