Nested include statements for ease of programming c/c++ -


Good practice aside, I'm just trying to do coding for myself.

It is possible that a header file is able to handle innumerable insertions so that a header can be included in a source?

EDIT: Some of you are referring to Coco I forgot to mention C / C ++ programming in this tag, but I forgot to keep it here.

EDIT: It does not matter that I stepped on an anthill with this question. Lessons learned.

It is possible, but I would not say that a good programming style

You are going to increase source code dependency, depending on whether you will not be able to recompile everything without compiling it again, and lose track of your part.

P> Individually, I would say do not do that.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -