Compilers in sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Compilers in sololearn

Hi, sololearn is able to use any compilers? if yes how to do it?

11th Oct 2018, 11:02 AM
Daniel Gałeczka
Daniel Gałeczka - avatar
5 Answers
0
When you run java, c#, c++ codes (or many others), the code is sent to the server that compile it and run it and then gives back the output. This is because you need to compile the code in order to execute it (in this kind of language)
11th Oct 2018, 11:08 AM
Daniele Bonomi
Daniele Bonomi - avatar
0
when i ran an java code i get "comilation error" thats why i asking.
11th Oct 2018, 11:12 AM
Daniel Gałeczka
Daniel Gałeczka - avatar
0
Can you post the code? Please link it instead of copying it
11th Oct 2018, 11:18 AM
Daniele Bonomi
Daniele Bonomi - avatar
0
Compilation error are usually something like missing ; or syntax stufs
11th Oct 2018, 11:18 AM
Daniele Bonomi
Daniele Bonomi - avatar
11th Oct 2018, 11:21 AM
Daniel Gałeczka
Daniel Gałeczka - avatar