What is incomplete type?

Started by chinmay.sahoo, 03-11-2016, 03:30:28

Previous topic - Next topic

chinmay.sahooTopic starter

It refers to pointer which has no availability for the implementation of the referenced location.Incomplete types are otherwise called uninitialized pointers.


TomClarke


In general, an incomplete type error occurs when you try to use a class (or struct) that has not yet been fully defined, inside another class.