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