Slashes caused a problem in article
Site Bugs / Suggestions
1
Posts
1
Posters
0
Views
1
Watching
-
In my recent article "Monitoring and Controlling a Recursing Function in a Worker Thread" I had problems with the following line of code
curFolders->Add(* inString + "\\" + FindFileData.cFileName);
it seemed to cause formatting problems for a large part of the rest of the article starting with the "\\". In the end I substituted the slashes with ampersand # codes. This didn't work. It shows the ampersand codes instead of the slashes but at least it didn't corrupt the subsequent formatting so I have left it. Any ideas? Thanks, Ben