is it just me or am i stupid? (save the comments har har)
im using C++ to pull in a character from a file ... (going character by character)
how do i check for a line feed, or return?
<img src="http://image.jpg" <-- return
alt="image" height="100" width="100 />
ive checked for currentChar == '\n', =='CRLF', every possibility...
i cant seem to find anything on the web ...
any help would be great...thanks