Hi All,

I've written a program, it has a main and lots of functions. Now i need to make a project from the code.

Could some tell me what to do.

I want a main.c a misc.c and misc.h. Which parts of the program would go in each one?

Thank you,

in main.c: #include misc.h in misc.c: #include misc.h Put your main() in main.c and your function prototypes in misc.h

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.