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!
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.
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); }
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]
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...?
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...
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 ;)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now