When modifying any sort of text file you should never use Word, instead just use Notepad. Word adds all kinds of formatting that could mess up the file.[/quote]
Uh, yeah, that would be Bad. C++ code is basically plain text and needs to stay that way. Even using non++ Notepad can mess it up if it saves as .txt rather than All Files AKA “leave the current extension alone!”.