Connecting Tech Pros Worldwide Forums | Help | Site Map

Help

Marco
Guest
 
Posts: n/a
#1: Jul 23 '05
Hallo,
where I could find a complete manual (pdf) for programming in Ansi C?

I need to understand the meaning of operators like:
|=
^=
a & 0x07

Many Thanks
Marco



Victor Bazarov
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Help


Marco wrote:[color=blue]
> where I could find a complete manual (pdf) for programming in Ansi C?[/color]

On the web somewhere, maybe. Why ask about C in a C++ newsgroup? Just
go down the hall to 'comp.lang.c' and ask there.
[color=blue]
> I need to understand the meaning of operators like:
> |=
> ^=
> a & 0x07[/color]

A book on C programming would probably be a better solution.

V
Marco
Guest
 
Posts: n/a
#3: Jul 23 '05

re: Help



"Victor Bazarov" <v.Abazarov@comAcast.net> wrote in message
news:SEqee.68029$NC6.46839@newsread1.mlpsca01.us.t o.verio.net...[color=blue]
> Marco wrote:[color=green]
> > where I could find a complete manual (pdf) for programming in Ansi C?[/color]
>
> On the web somewhere, maybe. Why ask about C in a C++ newsgroup? Just
> go down the hall to 'comp.lang.c' and ask there.
>[color=green]
> > I need to understand the meaning of operators like:
> > |=
> > ^=
> > a & 0x07[/color]
>
> A book on C programming would probably be a better solution.
>
> V[/color]

Could you tell me a title of 1-2 books?

Thanks


Victor Bazarov
Guest
 
Posts: n/a
#4: Jul 23 '05

re: Help


Marco wrote:[color=blue]
> "Victor Bazarov" <v.Abazarov@comAcast.net> wrote in message
> news:SEqee.68029$NC6.46839@newsread1.mlpsca01.us.t o.verio.net...
>[color=green]
>>Marco wrote:
>>[color=darkred]
>>>where I could find a complete manual (pdf) for programming in Ansi C?[/color]
>>
>>On the web somewhere, maybe. Why ask about C in a C++ newsgroup? Just
>>go down the hall to 'comp.lang.c' and ask there.
>>
>>[color=darkred]
>>>I need to understand the meaning of operators like:
>>>|=
>>>^=
>>>a & 0x07[/color]
>>
>>A book on C programming would probably be a better solution.
>>
>>V[/color]
>
>
> Could you tell me a title of 1-2 books?[/color]

Kernighan and Ritchie, "The C Programming Language".

For the rest of the titles, go to http://groups.google.com/ and
search for "recommended C books".

V
Ioannis Vranos
Guest
 
Posts: n/a
#5: Jul 23 '05

re: Help


Victor Bazarov wrote:
[color=blue]
> Kernighan and Ritchie, "The C Programming Language".[/color]

.... The 2nd Edition.



--
Ioannis Vranos

http://www23.brinkster.com/noicys
Victor Bazarov
Guest
 
Posts: n/a
#6: Jul 23 '05

re: Help


Ioannis Vranos wrote:[color=blue]
> Victor Bazarov wrote:
>[color=green]
>> Kernighan and Ritchie, "The C Programming Language".[/color]
>
>
> ... The 2nd Edition.[/color]

:-) I believe the default is "the latest edition" for any
book mentioned.

V
Closed Thread