DCO_81
Member level 1
- Joined
- Mar 10, 2005
- Messages
- 39
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Germany, south
- Activity points
- 1,657
generate a ctrl+z in c++
Hi,
how can I cat "ctrl-z" at the end of a given string?
-----> strcat(string, [ctrl-z] );
I know that the hexcode is 0x1A but the 2nd argument have to be type of const char *. Is there a escape-sequence like \r or \n ?
Hi,
how can I cat "ctrl-z" at the end of a given string?
-----> strcat(string, [ctrl-z] );
I know that the hexcode is 0x1A but the 2nd argument have to be type of const char *. Is there a escape-sequence like \r or \n ?