Search code examples
Deleting a node from a simle linked list...

cpointerslinked-listsingly-linked-listfunction-definition

Read More
Find the minimum even number in a list recursively...

crecursionlinked-listsingly-linked-listfunction-definition

Read More
Convert recursive function to a loop (ternary operator)...

cloopsrecursionfunction-definitionnon-recursive

Read More
Removing an element from a linked list...

cstructlinked-listdoubly-linked-listfunction-definition

Read More
What if I need to differentiate 0 from NULL in C++?...

c++vectornullreturn-valuefunction-definition

Read More
What am I doing wrong in my C binary search code?...

carraysalgorithmbinary-searchfunction-definition

Read More
Reverse String with a pointer to a function, which executes the String reverse...

cpointersreversec-stringsfunction-definition

Read More
How to make linked list with localy declared head?...

c++linked-listsingly-linked-listdouble-pointerfunction-definition

Read More
C++ Allocate dynamic array inside a function...

c++vectorpass-by-referencedynamic-memory-allocationfunction-definition

Read More
How can do insertion sorting, but to print the highest to the lowest GPA?...

csortingstructinsertion-sortfunction-definition

Read More
duplicate same following elements in array...

carraysreallocfunction-definition

Read More
Virtual overloaded operators >> and <<...

c++classoperator-overloadingvirtualfunction-definition

Read More
How do I print the index of the maximum and minimum values?...

carraysmaxminfunction-definition

Read More
Why not define functions as singleton functions?...

scalapackagesingletonshapelessfunction-definition

Read More
How to handle recursion in member functions?...

c++classrecursionsingly-linked-listfunction-definition

Read More
How to fill a char array with elements, if you press Enter (on keyboard) it should end FOR loop and ...

carrayscharfillfunction-definition

Read More
Can someone please explain the function pop (more especifically the variable retval) of the followin...

cstructlinked-liststackfunction-definition

Read More
How can I delete multiple structs in linked list?...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Deleting element from linked list in C...

cstructlinked-listdoubly-linked-listfunction-definition

Read More
My own strcat function with pointers does not work right...

cpointersc-stringsstrcatfunction-definition

Read More
C++: recursively replace all instances of a letter in a string with another letter...

c++stringrecursionreplacefunction-definition

Read More
C kind of sorting...

carraysrecursionpartitionfunction-definition

Read More
comparing the ending of the strings...

cc-stringsstrcmpsuffixfunction-definition

Read More
what does int numbers[n+2]; statement do?...

c++fibonaccifunction-definition

Read More
Heap buffer overflow in stack function...

cstructstackdynamic-memory-allocationfunction-definition

Read More
char* change when applying a function...

csubstringc-stringsfunction-definition

Read More
Error lnk2005 already defined in .obj...

c++visual-studiocompiler-errorsnamespacesfunction-definition

Read More
The list is not filled in...

clinked-listreversesingly-linked-listfunction-definition

Read More
Problem entering values to a struct with double pointers...

cstructappendsingly-linked-listfunction-definition

Read More
When I try the erase the element from the Linked List, a get a segmentation fault...

cstructsingly-linked-listerasefunction-definition

Read More
BackNext