Integrations (PTC products, 3rd party products and code)
>
Code integration (Ada, C, C#, C++, IDL, Java, SQL and VB)
>
C++ code
>
Auxiliary Topics
> Example Code
Example Code
// An integer bitfield that is 4 bits wide and has no name.
// often used to pad a structure out.
struct bits
{
int : 4;
};
Was this helpful?
This site works best with JavaScript enabled