Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Is it possible to create a multifile C++ project? (using gnu make por example)

0 votes
asked Oct 11, 2017 by Eduardo Yánez (240 points)

1 Answer

0 votes
answered Oct 11, 2017 by anonymous
Using gnu make isn't possible yet.
But you can create multifile project which would compile all .c, .cpp, .h files by default.

https://www.onlinegdb.com/blog/introducing-multifile-project/
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...