I am attempting to test a program for a colleague that was not written in an IDE. When we go to run it, something goes wrong and we are having a heck of a time trying to figure out what it is.
I got the bright idea to compile and run the code in Code::Blocks (as we are running it in ubuntu) so we could watch what it was doing internally as it was running. The code compiles when you type in:
g++ fe_cmd_arg2_new.c -pthread K_drv_21.cc urg_drv_425.cc o_structures.c ri,cc star_cam_374.cpp com_Unit.o
but not when it is compiled in Code::Blocks. How would I compile in Code::Blocks like I would on the command line?
nnumber ofprogram.ccfiles there.