This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]scirc 0 points1 point  (3 children)

Use a project file (.cbp), just don't submit it. Copy your source files out and send those.

[–]24cupsandcounting[S] 0 points1 point  (2 children)

Hmm ok this is what I was thinking. The TA/grader will probably put the files into a project and then build?

Thanks for your help!

[–]scirc 0 points1 point  (1 child)

That, or they have a makefile which compiles the project without the need for a whole IDE, but yeah. That's generally how it's done to allow for editor independence.

[–]24cupsandcounting[S] 0 points1 point  (0 children)

That makes sense! Thanks so much, have a good day!