rosch Posted January 16, 2009 Report Posted January 16, 2009 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! Quote
TK. Posted January 16, 2009 Report Posted January 16, 2009 See bottom of this page:http://www.midibox.org/dokuwiki/doku.php?id=book_reviewsBest Regards, Thorsten. Quote
cimo Posted January 17, 2009 Report Posted January 17, 2009 Re: can anyone name a good book on C (in german) ? #include <stdio.h> int main() { printf("ein gutes Buch\n"); return(0); } Quote
nILS Posted January 18, 2009 Report Posted January 18, 2009 More good books:#include <stdio.h>int main(){ printf("ein gutes Buch\n"); while (1) printf("noch ein gutes Buch\n");}[/code] Quote
rosch Posted January 20, 2009 Author Report Posted January 20, 2009 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...? Quote
rosch Posted January 25, 2009 Author Report Posted January 25, 2009 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... Quote
stryd_one Posted January 26, 2009 Report Posted January 26, 2009 That wasn't a silly question, there must be like 20000 C compilers out there by now ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.