Is there any way how include all neaded things just by one .h file ? (When I made try I get really lot of errors ...)
There is a small example of my meaning:
- Includes:
- main.cpp -> main.h (class & vars) -> includes.h
- test.cpp -> test.h (class & vars) -> includes.h
- includes.h
- iostream
- windows.h
- somelib.h
- ...