User profile: Raezzor

User info
User name:Raezzor
History
Joined:
Number of posts:223
Latest posts:

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 Array
Without seeing the rest of your files or the code it's hard to say. Have you overloaded the >> and <...

C++ Class Program
In DisplayInfo, you are using inputWeather[size].name, etc, to output the info. That is outside of t...

C++ Class Program
You 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

User: Raezzor

  • Public profile