Deleting a node from a simle linked list...
Read MoreFind the minimum even number in a list recursively...
Read MoreConvert recursive function to a loop (ternary operator)...
Read MoreRemoving an element from a linked list...
Read MoreWhat if I need to differentiate 0 from NULL in C++?...
Read MoreWhat am I doing wrong in my C binary search code?...
Read MoreReverse String with a pointer to a function, which executes the String reverse...
Read MoreHow to make linked list with localy declared head?...
Read MoreC++ Allocate dynamic array inside a function...
Read MoreHow can do insertion sorting, but to print the highest to the lowest GPA?...
Read Moreduplicate same following elements in array...
Read MoreVirtual overloaded operators >> and <<...
Read MoreHow do I print the index of the maximum and minimum values?...
Read MoreWhy not define functions as singleton functions?...
Read MoreHow to handle recursion in member functions?...
Read MoreHow to fill a char array with elements, if you press Enter (on keyboard) it should end FOR loop and ...
Read MoreCan someone please explain the function pop (more especifically the variable retval) of the followin...
Read MoreHow can I delete multiple structs in linked list?...
Read MoreDeleting element from linked list in C...
Read MoreMy own strcat function with pointers does not work right...
Read MoreC++: recursively replace all instances of a letter in a string with another letter...
Read Morecomparing the ending of the strings...
Read Morewhat does int numbers[n+2]; statement do?...
Read MoreHeap buffer overflow in stack function...
Read Morechar* change when applying a function...
Read MoreError lnk2005 already defined in .obj...
Read MoreProblem entering values to a struct with double pointers...
Read MoreWhen I try the erase the element from the Linked List, a get a segmentation fault...
Read More