User: Lado

  • Public profile

User profile: Lado

User info
User name:Lado
History
Joined:
Number of posts:21
Latest posts:

Linked lists, swap nodes
Here below is a function from a linked list problem. The proble prints out the link list: A B C D an...

Read a string into array ?
Hi, So I´m trying to read from a file into an array. First I read through the file with get...

Error while tranposing a dynamic array
I tried this: for(int i=0; i < col; i++) delete[] tmp[i]; delete[] arr; arr = tmp; ...

Error while tranposing a dynamic array
Hello, so here below is a void function that transposes a dynamic array. It works for some input...

Transpose 2 2d dynamic array
I´m writing a void function to transpose a matrix and this is what I have:

This user does not accept Private Messages