SyntaxFix
Write A Post
Hire A Developer
Questions
Looks like @monkeyking is trying it to make it more obvious code as shown below
template <typename T> struct Array { size_t x; T *ary; }; typedef Array<int> iArray; typedef Array<float> fArray;