Jump to content

can anyone name a good book on C (in german) ?


Recommended Posts

Posted

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!

Posted

More good books:

#include <stdio.h>

int main()
{
    printf("ein gutes Buch\n");
    while (1)   
        printf("noch ein gutes Buch\n");
}
[/code]

Posted

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...?

Posted

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...