User profile: Icyblizz

User info
User name:Icyblizz
Name:MintyIce
Location:Bucharest
Bio:Trying to learn and grab anything C/C++ related.
History
Joined:
Number of posts:9
Latest posts:

Exercise Explication
Thank you for making the definition of [b]interface[/b] in C++ clear to me. The exercise is from a b...

Exercise Explication
Hello guys, Exercise: [quote]Implement a sort function that takes a vector of pointers to an int...

Linked list recursion exercise
@ne555 Seemed like a good way to practice my dynamic allocation, guess I'll be using [code]list<int...

Linked list recursion exercise
Exercise : [quote]Write a recursive algorithm to remove elements from a linked list. Write a recursi...

Sorting an array of struct objects
I understand now, so when I use the [b]delete[] f_new[/b], I delete the array pointed to by [b]f[/b]...