Array managed by preprocessor
From: /* frank */ (__frank___at_despammed.com)
Date: 06/27/04
- Next message: Ioannis Vranos: "Re: Programming Puzzle"
- Previous message: Ioannis Vranos: "Re: Programming Puzzle"
- Next in thread: Artie Gold: "Re: Array managed by preprocessor"
- Reply: Artie Gold: "Re: Array managed by preprocessor"
- Reply: Emmanuel Delahaye: "Re: Array managed by preprocessor"
- Reply: Case -: "Re: Array managed by preprocessor"
- Reply: Peter Ammon: "Re: Array managed by preprocessor"
- Reply: Dan Pop: "Re: Array managed by preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Jun 2004 16:31:47 +0200
My teacher said that array in C is managed by preprocessor.
Preprocesser replace all array occurences (i.e. int a[10] ) with
something that I don't understand/remember well.
What's exactly happens with array during preprocessing/compiling stage?
Thanks in advance
- Next message: Ioannis Vranos: "Re: Programming Puzzle"
- Previous message: Ioannis Vranos: "Re: Programming Puzzle"
- Next in thread: Artie Gold: "Re: Array managed by preprocessor"
- Reply: Artie Gold: "Re: Array managed by preprocessor"
- Reply: Emmanuel Delahaye: "Re: Array managed by preprocessor"
- Reply: Case -: "Re: Array managed by preprocessor"
- Reply: Peter Ammon: "Re: Array managed by preprocessor"
- Reply: Dan Pop: "Re: Array managed by preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|