Page 1 of 1

Want to start helloworld on Linux.

PostPosted: Mon Jun 05, 2017 11:04 am
by Achletomeniak
cobra-1.png
screenshot LINUX cmd
cobra-1.png (201.88 KiB) Viewed 67041 times
Hello , i am new and want to say 'Hello Cobra'

my first example is the simplest.
i made a screenshot why it not work.

Another question i have is where to get more code examples from cobra with GUI and Networking such like FTP up/download. etc.

Regards
Ach :D

Re: Want to start helloworld on Linux.

PostPosted: Mon Jun 05, 2017 12:04 pm
by Charles
(1) If you use spaces to indent your code, it's 4 spaces per indentation level. If you use tabs, it's one tab per indentation level. I prefer tabs myself, but you're free to use either.

Many editors have an option to make whitespace characters like tabs and spaces visible. If your editor has that option, you may want to use it temporarily to fix your code.

(2) Cobra runs on .NET and Mono, so often you will find library calls by searching the web for things like:
.NET FTP
C# FTP
Mono FTP

Re: Want to start helloworld on Linux.

PostPosted: Mon Jun 05, 2017 12:27 pm
by Achletomeniak
I got it. yeah

For running the .exe which is compiled here on my linux machine is no problem ,

because i have a windows machine on the left side here.

First i must install mono an the Windows machine.

Thank you.

Achletomeniak