c++ - Difference between char[] and new char[] when using constant ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
c++ - Difference between char[] and new char[] when using constant ...
So this may seem like a widely-answered question, but I'm interested ... The
difference is the lifetime of the array. If you write: char a[5];. then the ...