Menu

December 28, 2007

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.

Posted by FelixShmidel 2007-12-28

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.