User: kernulz

  • Public profile

User profile: kernulz

User info
User name:kernulz
History
Joined:
Number of posts:5
Latest posts:

Set array size at compile time thru constructor
Maybe it does support it, at all events no dynamic allocations allowed.

Set array size at compile time thru constructor
The compiler does not support those features for the selected target.

Set array size at compile time thru constructor
[code]MyArray<6> myArray1;[/code] creates [code]class MyArray6 { private: int array[6]...

Set array size at compile time thru constructor
With templates, doesn't it generate separate class definitions? So the function code, getSize() in t...

Set array size at compile time thru constructor
Hello, How do I set the size of a member array via the class constructor if I know the size at co...

This user does not accept Private Messages