Constant member

Posted by TGadfly on Stack Overflow See other posts from Stack Overflow or by TGadfly
Published on 2010-05-06T08:53:10Z Indexed on 2010/05/06 9:08 UTC
Read the original article Hit count: 149

Filed under:
|
|
|

I have structure defined in some header (D3DXVECTOR3)

How can I declare:

  1. static member in the class of that type and initialize it?
  2. maybe constant member of that type and init it?

when i use some constructor i get error only integral can be initialized.

© Stack Overflow or respective owner

Related posts about c++

Related posts about constants