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
Re: can anyone name a good book on C (in german) ?

#include <stdio.h>

int main()
{
    printf("ein gutes Buch\n");
    return(0);
}

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...