Search code examples
Make own strrchr() function but case-insensitiv...


ccharc-stringsfunction-definitionstrrchr

Read More
Make own strchr() function but case-insensitive...


ccharc-stringsfunction-definitionstrchr

Read More
How to properly reallocate an array of strings?...


arrayscdynamic-memory-allocationc-stringsrealloc

Read More
C program to concatenate two strings...


cloopsc-stringsfgetsstring-concatenation

Read More
Why strcpy(buffer +i, buffer + i +1) doesn't work in the same way as using a temporay array?...


cundefined-behaviorc-stringsstrcpy

Read More
How do I allocate memory for a new string in a C Multiarray?...


arrayscc-strings

Read More
How to use strtok on char*...


c++splitc-stringsstrtokstring-literals

Read More
Are defined strings set to all NULLs?...


cc-strings

Read More
trying to reverse string without string function strrev but not working in c...


cfor-loopcharreversec-strings

Read More
C++ While loop not re-assigning string value...


c++inputwhile-loopiostreamc-strings

Read More
overload array operator for mystring class...


c++operator-overloadingc-strings

Read More
C parsing a string into an array of strings...


arrayscmultidimensional-arrayc-strings

Read More
Write a program that reads a short string and a longer string and checks if the longer string starts...


cc-stringsfunction-callstrlenstrncmp

Read More
CS50 Pset 5 (speller): Initialization of variable as char or char*?...


arraysccharcs50c-strings

Read More
Weird symbols in copied/truncated character array...


c++c-strings

Read More
char array variables are destroyed after exiting from function...


cscopec-stringsstrtokstringtokenizer

Read More
Converting enum type to a specific, predefined array of hex values in C++...


c++enumsc-strings

Read More
How to reverse every string in an array of strings through a function in C?...


cmultidimensional-arrayreversedeclarationc-strings

Read More
Pointer seems not be sync with printf's output...


cpointersc-stringsstrcpypointer-arithmetic

Read More
I need to arrange names in alphabetical order using dynamic memory in c...


cpointersdynamic-memory-allocationswapc-strings

Read More
why does this keep printing "out of range try again"? and how can i fix it...


arrayscscanfdynamic-memory-allocationc-strings

Read More
C: Can not access the struct data in main after enter data from function...


arrayscstructscanfc-strings

Read More
Pointers and all that [C]...


cstructmemory-leaksdynamic-memory-allocationc-strings

Read More
Take string input until it is equal to "/0"...


cfor-loopmultidimensional-arraynested-loopsc-strings

Read More
Can not use CString parameter (which was built in VC6.0) at VC2019...


dllmfcc-strings

Read More
Reading from file line by line and matching pattern - C...


cfilescanfc-stringsfgets

Read More
modify existing char* or create a tmp char*?...


cpointerscharc-stringsfunction-declaration

Read More
Initialise array of character pointers inside a function to be used in main...


arrayscstringpointersc-strings

Read More
Reading elements from a string in C...


cwhile-loopcharc-stringsfunction-definition

Read More
Implementing your own printf...


cprintfc-strings

Read More
BackNext