Topic: const T **


Author: donne@imec.be (Werner Donne)
Date: 14 Apr 92 14:24:03 GMT
Raw View
int
main(void)

{

  const char **a;
  char **b;

  a = b;

  return 0;

}


Why is the assignment illegal?


Werner.
--
Quick to judge, quick to anger, slow to understand.
Ignorance and prejudice and fear walk hand in hand.

Neil Peart.