Code And Graphics: Quick case: Char Pointer vs Char Array in C++
Quick post about differences between arrays or chars and pointer to a string literal. ... Let's see C++FAQ for some details: A string literal (the formal term for a double-quoted string in C source) can be used in two slightly different ways:
www.bfilipek.com |