User: Blantron

  • Public profile

User profile: Blantron

User info
User name:Blantron
History
Joined:
Number of posts:5
Latest posts:

I'm trying to strcpy two cstring arrays into one. When I output my name it gives me this "╠".
SUCCESS!! That was the problem sir:) Thanks a million!

I'm trying to strcpy two cstring arrays into one. When I output my name it gives me this "╠".
strcpy(fullName, firstName); strcat(fullName, " "); strcat(fullName, lastName); This only gives...

I'm trying to strcpy two cstring arrays into one. When I output my name it gives me this "╠".
I used this code and it crashed after inputting the data, I changed what you told me to, maybe I put...

I'm trying to strcpy two cstring arrays into one. When I output my name it gives me this "╠".
Thank you so much:)

I'm trying to strcpy two cstring arrays into one. When I output my name it gives me this "╠".
//final review //==================================================== #include <iostream> #incl...

This user does not accept Private Messages