hi! can anyone name a good book and/or software in german language to learn C (in case it’s C i need for MIOS programming) right from the beginning?
thanks!
hi! can anyone name a good book and/or software in german language to learn C (in case it’s C i need for MIOS programming) right from the beginning?
thanks!
See bottom of this page:
http://www.midibox.org/dokuwiki/doku.php?id=book_reviews
Best Regards, Thorsten.
thanks!
roger
Re: can anyone name a good book on C (in german) ?
#include <stdio.h>
int main()
{
printf("ein gutes Buch\n");
return(0);
}
More good books:
#include <stdio.h>
int main()
{
printf("ein gutes Buch\n");
while (1)
printf("noch ein gutes Buch\n");
}
[/code]
so, now i’m reading erlenkoetter’s book. but i still don’t know which software i could buy / download to try the given examples. the name mentions windows visual studio. but that seems to be wrong for it looks like a program to develop windows applications. but i would just like to try my first steps in C with a compiler / editor / interpreter whatever it’s called. i’m looking for sth like years ago the basic compilers for atari ST (omikron basic for example). there you could write the code, test it and when it was finished you could compile it to run it as a stand alone file.
thanks in advance… perhaps i just misunderstood sth…?
Try GCC ![]()
thanks stryd_one!
in the other book mentioned here in the review (C a-z) i found all questions answered, about how to install which program where (life, universe & everything) etc… so there’s still a chance i won’t have to fill a whole topic with silly questions…
That wasn’t a silly question, there must be like 20000 C compilers out there by now ![]()