User: canilao

  • Public profile

User profile: canilao

User info
User name:canilao
History
Joined:
Number of posts:3
Latest posts:

Resizing dynamic array?
Oh yeah, I should not use a new with a malloc. sorry...

Resizing dynamic array?
[code]int * pArray = new int[10]; void resize(size_t newSize) { int * pArray = (int *) reallo...

generate a deck of cards
struct card { int value; char suit; }; card deck[52]; int main() { int card...

This user does not accept Private Messages