Menu

Just getting started

For the rare individual who happened to stumble across this project. HELP! :) On a more serious note, I am a seasoned Java developer making the leap to C++. I like a lot of the flexibilty that I have seen in C++, but I just have a hard time with header files. To me it makes no sense to include source code documentation in the source, ie. javadoc, doxygen, etc..., yet have to maintain two seperate files for a single class. Its a strange dichotomy. The intention of this project is to unify .cpp and .h files. Ideally I would like achieve a java-esque syntax for cpp classes, and use cheddar to generate the header file. That is way down the road, and may not be the ultimate design path that is taken. So strap on and enjoy the ride.

-Michael Brailsford

Posted by Michael Brailsford 2002-01-22

Log in to post a comment.