Connecting Tech Pros Worldwide Help | Site Map

Help

  #1  
Old July 23rd, 2005, 04:59 AM
Marco
Guest
 
Posts: n/a
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


  #2  
Old July 23rd, 2005, 04:59 AM
Victor Bazarov
Guest
 
Posts: n/a

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
  #3  
Old July 23rd, 2005, 04:59 AM
Marco
Guest
 
Posts: n/a

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


  #4  
Old July 23rd, 2005, 04:59 AM
Victor Bazarov
Guest
 
Posts: n/a

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
  #5  
Old July 23rd, 2005, 04:59 AM
Ioannis Vranos
Guest
 
Posts: n/a

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
  #6  
Old July 23rd, 2005, 05:00 AM
Victor Bazarov
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET IDR_MAINFRAME menu problem - application Help menu conflict with Excel Help menu hitencontractor answers 0 August 2nd, 2008 01:35 PM
Where is the help? Mark answers 8 September 26th, 2006 07:55 PM
Missing Help Files Corepaul answers 7 November 13th, 2005 02:51 AM
help me? About "include files" wukexin answers 6 July 22nd, 2005 06:46 AM
Saved .rtf Help File corrupt after reformatting system Dave answers 21 July 17th, 2005 10:25 PM