You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi Ada,
can you convert it or add for C++ (gcc) usage?
we dont need to cross compile c codes anymore if webide can do it.
if we compile hello.c on webide with compile button;
webide can do this like that
gcc hello.c -o hello
chmod +x hello
and push run button;
./hello
bamm. we dont need cross-compile....
thnx.
The text was updated successfully, but these errors were encountered:
hi Ada,
can you convert it or add for C++ (gcc) usage?
we dont need to cross compile c codes anymore if webide can do it.
if we compile hello.c on webide with compile button;
webide can do this like that
The text was updated successfully, but these errors were encountered: