char arrays / C-style stringsHaha, I did assume it would be something techie. Thanks for clarifying.
char arrays / C-style stringsJust a quick follow up on this... Some things in above reply are over my head for now as beginner (...
char arrays / C-style stringsThanks for the detailed reply. [quote] Nothing. char myString1[] = "Hello World"; and char myStr...
char arrays / C-style strings1. What's the difference between [code] char myString1[] = "Hello World";[/code] and [code] char...
accessing class member and doing nothing ?Thank you both. That link is a spot on example, got it. (Actually I've learned this about static me...