+ 2
Ash[Focused In Distraction] writing a c file is nothing more than writing a text file Compiling it is transforming it in a binary file that can be executed (exe file on Windows) Those are two distinct actions and the second one is done behind the scene on SoloLearn
8th May 2022, 4:51 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 3
Never used ruby aside from here. But writing a c file is the same as writing any text file so ... Guess you just have to create a program that writes a text file and put c code in it!
7th May 2022, 6:11 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
Sorry I don't have much knowledge about ruby, gems or on rails. I installed the package some years ago and tried it out and it wasn't for me.
7th May 2022, 12:33 PM
Chris Coder
Chris Coder - avatar
+ 1
Ash[Focused In Distraction] yes, but keep in mind that writing a C file is different than compiling it or executing the result of its compilation
8th May 2022, 4:08 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar