C++ Basic News
Status: Planning
Brought to you by:
felixshmidel
I am exploring the new idea: not to complicate the
programmer with marks for memory management. Now it works nicely with the copy constructor, destructor and overloaded '=' operator. The code produced by vc++ is large, especially for destructors. But there is nice combination: Dev-C++ IDE and LLVM, that may help to optimize the program, debugged with VS for the final build, and make it cross platform. The LLVM can convert C++ to C, that may again be optimized by VC++. I am going to experiment with this idea.