0
How do I share codes from my pc .here?
How to share my c++ codes from PC to this platform?
2 Answers
+ 1
You need to upload them to your code bits. That means, copy, and paste into the playground. Then hit "save".
Remember that you have to make the code "one-file-suitable". If we're talking C++, then no own headers, no multiple files, organise in order of need, etc ...
+ 1
Go to Code section, click +, select the programming language, insert your code