Hi All,
I'm now to codeblocks... traditionally I've used EMACS and the terminal debugger... but it's time to move on!!!
Question... I have small C++ "project" (not a true project in CodeBlocks terms). About 4 .cpp files with associated headers, a main.cpp a makefile and a dictionary file that the c++ project reads (literally a dictionary text file).
My question... how do I get this into Codeblocks so that it complies & runs correctly. I realise I can start an empty project and import the files.
Do I also have to import the makefile & dictionary file? I'm not entirely clear how I run a project from an existing makefile.
A few pointers in the right direction would be appreciated!
Many Thanks