Fixed Arrays in Symbian C++Class TFixedArray presents arrays with fixed size in Symbian C++. Its usage is much like the usage of a standard C array. Operator [ ] is overridden so elements can be accessed directly. Important met...
Read the whole article |
|