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# - PInvoke of NetUserAdd returns 24 -

objective c - Mouse events for an NSSegmentedCell subclass? -