+ 3
[C++/Java] How to use objects with headers in app?
In object-oriented programming, you utilize multiple objects in different files which you import into your main file. How can you connect and import multiple files in SoloLearn? And if you can’t do it on this app, does anyone know of any iPhone apps which allow this?
4 Antworten
+ 2
CppDroid, CxxDroid, and C4Droid support external headers. Maybe some of these are available for iPhone as well.
https://www.sololearn.com/discuss/366870/?ref=app
+ 5
on sololearn it is not possible.......
sorry don't know about other apps..
+ 2
As Raj mentioned, that's not possible here. Online compiler operates from their server, so you're limited in what you have access to and what you can do overall. This is for both security and resource purposes, as I'm sure you can imagine the types of things people online would do if given free reign. Unfortunately, not everyone has good intentions for others.
Personally, I don't know of any apps that'll allow that for anything non-web related. Best bet is to install an IDE onto your computer and operate from there. That way you can fully use the language and test out whatever you want.
Either way, best of luck to ya!
+ 1
Thanks, I guess there isn’t any iPhone apps available. For those wondering, you can still go onto HackerRank from your phone browser and solve problems there. It’s a great way to practice.