Code And Graphics: Quick case: Char Pointer vs Char Array in C++

Code And Graphics: Quick case: Char Pointer vs Char Array in C++

瀏覽:1292
日期:2025-10-04
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:...看更多