Hi. I'm new to C++ and programming in general. I'm in the process of working my way through the C++ Language Tutorial from this site and have run into a pesky but seemingly simple problem. My code:
I get these two errors: error C2371: 'mystr' : redefinition; different basic types and see declaration of 'mystr'. I'm using Visual Studio 2010 Express and it's a win 32console app empty project. Any help is greatly appreciated. Thanks for your time and please excuse any forum etiquette I may have offended as I am new to the forums as well. Thanks again.