I am using Borland Builder 5. I have a problem with variables. I have a char array of length nine. I only use characters '0' '1' and '2'.
When I use strcpy() sometimes it puts a '\' character somewhere in the string. Also when I dont use stringcopy it still does the same thing (altering the values of the array).
How is this possible?
Thank you.
When I use strcpy() sometimes it puts a '\' character somewhere in the string. Also when I dont use stringcopy it still does the same thing (altering the values of the array).
How is this possible?
Thank you.