Array managed by preprocessor

From: /* frank */ (__frank___at_despammed.com)
Date: 06/27/04


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



Relevant Pages

  • Re: Comments on parsing solution.
    ... keeps @files unique too; ... You don't need this function, though, as my code keeps the array ... "A teacher is never a giver of truth - he is a guide, a pointer to the truth that each student must find for himself. ...
    (comp.lang.perl.misc)
  • Re: Splicing exercise
    ... will splice the a2.length elements of array a2 INTO array a1", ... function insertArray(a1, a2, pos) { ... But I wouldn't be a good teacher (and we're all teachers here, ...
    (comp.lang.javascript)
  • Re: Converting words to numbers - Thanks!!
    ... >I had a teacher ask me if I could write a program that would convert words ... > The place I am stuck is converting the word into an array that I can work ... > Thnaks in advance for any help! ...
    (microsoft.public.excel.programming)
  • Converting words to numbers
    ... I had a teacher ask me if I could write a program that would convert words ... to numerical equivalents. ... The place I am stuck is converting the word into an array that I can work ... Thnaks in advance for any help! ...
    (microsoft.public.excel.programming)
  • Re: Array managed by preprocessor
    ... > My teacher said that array in C is managed by preprocessor. ... > something that I don't understand/remember well. ... You misunderstood what your teacher said. ...
    (comp.lang.c)