Page 1 of 1

One question about coding..

Posted: Sun May 01, 2011 6:00 am
by anstein99
Hello all,

Someone told me that I can use C or other compilers at coding KolibriOS programs.
I am pretty bad at ASM now, so I'm trying to use other compilers.
And I am wondering about something.. Can I use C# or C++ at coding KolibriOS programs?
Hmmm... I hope I can..


Thank you,
anstein99

Re: One question about coding..

Posted: Sun May 01, 2011 6:18 am
by XVilka
No. mostly, no
C-only, C++ - very limited. C# - it's a joke for tiny Kolibri

Re: One question about coding..

Posted: Sun May 01, 2011 7:27 am
by anstein99
Ok
Well anyone can give me C and C++ compiler for KolibriOS then? :D

Re: One question about coding..

Posted: Sun May 01, 2011 7:33 am
by anstein99
Anyway here are more info.
I'm trying to code the program in Microsoft Visual C++ 2008.

And I actually don't know much about C. I can't even find any info about C on the web.. Only C++ and C#..
Sigh.. Can anyone help me about this?

Re: One question about coding..

Posted: Sun May 01, 2011 7:41 am
by XVilka
are you serious?

1. Web full of C information.
http://en.wikipedia.org/wiki/The_C_Programming_Language
Kernigan Ritchie - best book http://rghost.net/5413223 <- here in PDF format.
2. Try more flexible IDE - Eclipse or NetBeans. (btw, NetBeans support fasm syntax)

Re: One question about coding..

Posted: Sun May 01, 2011 7:41 am
by SoUrcerer
I can help you with gcc compiler for C and C++. PM me for details

Re: One question about coding..

Posted: Sun May 01, 2011 1:45 pm
by hidnplayr

Re: One question about coding..

Posted: Sun May 01, 2011 2:08 pm
by anstein99
'~' I'd better just learn FASM.