#53629 - LOst? - Fri Sep 09, 2005 11:37 pm
Code: |
class CTest { private: char TestArray [4]; public: CTest (); } CTest::CTest () : TestArray (?????????) { } |
I want to initialize all 4 array elements in TestArray to the number 3. How do I do this in propper C++ syntax?
_________________
Exceptions are fun