|
|
|
|
|
by flashgordon
208 days ago
|
|
Actually this was my first instinct too. Just limit what you use c++ for and write c code with templates and be done with it. The problems I am guessing start when you are tempted into using the rest of the features one by one. You have generics. Well next let's get inheritance in. Now a bit of operator overloading. Then dealing with all kinds of smart pointers... |
|