Article(s) about proper working with char*?

Hello! I am new on this forums. Where I can find good article(s) about proper working with char arrays? It's because i'm stuck on memory leaks and heap corruptions in my game engine.

Sorry for my bad English because I'm 17 years old and I'm from Kazakhstan.
Last edited on
In this site are some tutorials and a huge reference section, try those.
Here are links to some of those pages:
tutorial on character sequences: http://www.cplusplus.com/doc/tutorial/ntcs/
tutorial on memory management: http://www.cplusplus.com/doc/tutorial/dynamic/
standard functions to work with char*s: http://www.cplusplus.com/reference/clibrary/cstring/
C++ string library reference (not char*s) http://www.cplusplus.com/reference/string/
Great, thanks too much! I was looked it for few weeks!
Topic archived. No new replies allowed.