C++ array initialization -


Why can not I start a local array with a string

The correct answer is that you can - for a definition of array, and what string do you really want to accomplish?

  four str [] = "Hello World";  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -