User: sun1520

  • Public profile

User profile: sun1520

User info
User name:sun1520
History
Joined:
Number of posts:6
Latest posts:

Class Templates
@Andy Ohk This was wrong [code] int myArray::operator[] (int index) { if (index >= X && index ...

Class Templates
for the code i had before i added class templates. i had the exact same for loop and it worked perfe...

Class Templates
Ok so i had this code which gave me following output [output]Elements in List: 2 3 4 5 6 7 8 9 10 11...

C++ Templates
Sorry but is this the right syntex? [code]int main() { myArray <int> myList(2, 13); myArray ...

C++ Templates
I just started getting into templates.I am trying to code this so it supports all data types instead...

This user does not accept Private Messages