Quotes still messing up color formatting in pre tags
-
an example:
ss1.str(""); //clear the stringstream
ss1<< i+1; //input number of the label into string stream -
an example:
ss1.str(""); //clear the stringstream
ss1<< i+1; //input number of the label into string streamHere is a bold statement of mine on the subject: as long as one tries to get it right based on Regex, it will not be right. Doing it right takes a full-scale state machine, anything less will eventually fail. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Season's Greetings to all CPians.
-
Here is a bold statement of mine on the subject: as long as one tries to get it right based on Regex, it will not be right. Doing it right takes a full-scale state machine, anything less will eventually fail. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Season's Greetings to all CPians.
Agreed. :thumbsup:
-
an example:
ss1.str(""); //clear the stringstream
ss1<< i+1; //input number of the label into string streamAdded to the bug list
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP