1
vote
How can I make my own C++ compiler understand templates, nested classes, etc. strong features of C++?
I will like to stress a few points already mentioned and give a few references.
1) STICK TO THE 1989 ANSI C STANDARD WITH NO OPTIMIZATION.
2) Don't worry, with proper guidance, good …
0
votes
Modern C++ Design Generic programming and Design Patterns Applied
I did experience some rude reactions from people when I stated using stuff from Modern C++ design. First, WTF comments. This was followed by 'don't try to be too smart' comments. Then, a better und …
