I'm trying to strcpy two cstring arrays into one. When I output my name it gives me this "╠".Ah yup, Disch was right. Destination string should be initialized before you pass it to strcat. His ...
I'm trying to strcpy two cstring arrays into one. When I output my name it gives me this "╠".I think what you want is to append not copy. I'm not sure, but if I remember correctly copy will ove...
Files and Class ArrayWithout seeing the rest of your files or the code it's hard to say. Have you overloaded the >> and <...
C++ Class ProgramIn DisplayInfo, you are using inputWeather[size].name, etc, to output the info. That is outside of t...
C++ Class ProgramYou haven't instantiated an object of the Weather class. Before you can use the functions that are m...
This user does not accept Private Messages