trickae
- 82
- 0
Any tips on using this windows based free C compiler?
Like how to compile one file, multiple files.
Like how to compile one file, multiple files.
The discussion revolves around compiling multiple files in Dev C/C++ using a Makefile, with participants sharing their experiences and challenges related to the compiler. The scope includes practical tips for using Dev C++, comparisons with other IDEs, and specific issues encountered during compilation.
Participants express differing opinions on the usability of Dev C++ versus Code::Blocks, with no consensus on the best approach for compiling multiple files. The specific compilation issue raised remains unresolved, as participants have not yet provided a solution.
The discussion highlights limitations in the clarity of project settings and compilation options within Dev C++, as well as potential confusion regarding the interaction between Makefiles and the IDE.
#include "myHeaderfn.h"
was undefined. But i had definied it.struct node
% ls
jt.c jtdriver.c Makefile jt.h
% gcc -Wall -o jt jt.c jtdriver.c