.h file creation

03 Mar 2011

It would be nice when I create a .h file that it automagically includes the standard #ifdef for recursive include handling:

new file.... foo.h

#ifndef _FOO_H
#define _FOO_H

//Insert header junk here

#endif
04 Mar 2011

Nice idea! Thanks for adding it to the wiki.