Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
16.3
#5
Good point. Consider, however, the following:
Code:
typedef void (*pt2Function)(int stuff);
pt2Function a;
void b(int non_stuff)
    {}
void c()
    {
    a = b;
    }
Does this code violate the rule?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)