Click here to Skip to main content
15,906,106 members
Articles / Programming Languages / Visual Basic

A Macro to Create a C++ Implementation from a Header Declaration

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 Dec 2011CPOL3 min read 14.4K   48   3  
From the header declaration, this macro opens up the .cpp file and creates the skeleton so you can begin to add the implementation. This makes adding functions a breeze, so now there really is no excuse for having horribly unfactored code.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Web Biscuit
United Kingdom United Kingdom
At Web Biscuit, you can find software, articles, a good dollop of quality and an unhealthy obsession over biscuits.
Website: http://www.webbiscuit.co.uk
Twitter Watch: http://twitter.com/WebBiscuitCoUk

Comments and Discussions