Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Ist folgendes gültiger Standard-Code?
typedef unsigned int (*pf) (int, int, double); // pf ist nun ein typedef auf einen // Funktionszeiger
Ich dachte ein typedef hätte immer die Form:
typedef <langer Ausdruck> <kurzer zusammenhängender Name>
http://www.c-plusplus.net/forum/viewtopic-var-t-is-132273-and-highlight-is-.html
Danke!