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.

How can two people cooperate in OnlineGDB, by creating different parts of a program?

+3 votes
asked Mar 1, 2023 by Dovilė Blažukienė (270 points)
edited Mar 1, 2023 by Dovilė Blažukienė
I'm new, maybe i'm asking stupid question... I would like to try making different functions with a group of people and later to use them in our joint project. Is it possible in OnlineGDB? I would like to do that in classes, where 2-5 pupils work on the same project and then put their code blocks to one main program. Is it possible to do that in OnlineGDB environment only, without bothering saving / sending copied code via external means?

1 Answer

+3 votes
answered Mar 1, 2023 by Peter Minarik (86,180 points)

I don't think this was in the mind of the creators, but technically one can share their project and others can fork from this project. Add their changes and reshare their code so others can fork from the updated project shared before.

But you'd be better off just creating a git repository and checking code out and in. That's what was designed for team cooperation. Bitbucket is free to use.

Good luck!

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.
...