Hello,
I was wondering if there was a way to start an empty c++ file in CodeBlocks that would use a template. For example it would contain:
#include <iostream>
using namespace std;
for every empty file or c++ source file I start?
Thanks for your time,
Brad
Hi, no, use this only if you need that!!!
I am sorry, but I did not get your response?
why?
QuoteHi, no, use this only if you need that!!!
use what?
an include of iostream, very often you will not need that.
oh, ok. Sorry about that. What about the rest of the template?
"Settings -> Editor -> Default Code" ?
thanks that worked.
take care..