In C, the backslash character is an "escape" character used to introduce special characters into a string.
For example, you would commonly see "\n" to represent a line-feed.
To send a backslash use "\" and to send a double-quote use """
Pete
In C, the backslash character is an "escape" character used to introduce special characters into a string.
For example, you would commonly see "\n" to represent a line-feed.
To send a backslash use "\" and to send a double-quote use """
Pete