Search code examples
Copying odd-index elements from one array to another in C...


cfor-looppointerscharc-strings

Read More
Calling a void function?...


cfunction-pointersc-stringspalindromefunction-definition

Read More
printf doesn't display my string correctly - why?...


cpointersc-strings

Read More
Use inet_pton for IP address conversion from a text file not working...


cparametersnetwork-programmingip-addressc-strings

Read More
Reversing a word in C and then storing that reversed word to use in a printf...


cfor-loopprintfreversec-strings

Read More
How does this function that verify if a informed name is equal to other name works...


csubstringc-stringsfunction-definition

Read More
Create a duplicate of a string but reversed in C...


cloopsreversec-strings

Read More
Getting unexpected output for string array...


cfor-loopmultidimensional-arrayprintfc-strings

Read More
Why does my program return true as the result is expected to be false?...


calgorithmbooleanc-stringsstrstr

Read More
not able to read a file by repetitive use of fgets...


cnewlinec-stringsfgets

Read More
Why does sscanf changing the value of original char array?...


cscanfc-strings

Read More
Trying to compare a string to a a value with tertiary/conditional operator and it doesn't work...


c++iostreamc-stringsstring-comparison

Read More
Comparing Multiple Strings Using || Logical Operator Is Not Working Properly in C language...


cif-statementlogical-operatorsc-stringsstrcmp

Read More
Strange behavior using CString in swscanf directly...


c++c-strings

Read More
C char pointer bug when being able to be in a conditional statement...


cpointersmultidimensional-arrayc-stringsstrtok

Read More
Does CPath perform reference counting?...


c++winapic-stringsatl

Read More
Updating the string using function in c...


arrayscc-stringsstring-literalsstrcpy

Read More
Why is the array (sentence) printing 38 elements when it only have space for 30?...


c++arraysc-strings

Read More
Cannot push C style strings into std::vector...


c++vectorc-strings

Read More
Which string is the longest...


cpointersc-stringsstring-comparisonfunction-definition

Read More
Is it safe to use CString::GetString() with CWnd::SendMessage()?...


visual-c++castingmfcc-stringspostmessage

Read More
Is it safe to put '\0' to char[] one after the last element of the array?...


c++arrayscinitializationc-strings

Read More
when printing a char* in C only the first character is being printed...


csubstringdynamic-memory-allocationc-stringsfunction-definition

Read More
Finding substrings in c(Question 8.16 from C how to program)...


cstringsubstringc-strings

Read More
Indexing from a list of strings in C?...


arraysccharc-stringsfunction-definition

Read More
Overloading Function Templates for C-strings...


c++overloadingc-stringsfunction-templates

Read More
How to you regex to extract just the name from a CString?...


regexvisual-c++mfcc-strings

Read More
C - manipulating char * across functions...


cpointersundefined-behaviorc-stringsstring-literals

Read More
How to generate a string array of numerical filenames in C...


arrayscstringc-strings

Read More
SSRS nested IIF/CStr explanation...


t-sqlreporting-servicesc-stringsiif-function

Read More
BackNext