Search code examples
MemoryException due to CString concatenation (?) without operator...


c++visual-studiomemory-managementcrashc-strings

Read More
Char pointers in C and multiple references to same address...


carraysstringpointersc-strings

Read More
write into a file with fprintf...


cstringdynamic-memory-allocationc-stringslocal-variables

Read More
How to pass the pointer to a string, pointer to a substring, and return something else?...


cstringpointersc-strings

Read More
C++: free or destroy malloc'd char * after it is captured by a local string?...


c++memory-managementc-strings

Read More
Modifying string literals for recursive function...


c++c-strings

Read More
What is the reason for not being able to deduce array size from initializer-string in member variabl...


c++c++11c-stringsin-class-initialization

Read More
C: Splitting a string into two strings, and returning a 2 - element array...


cpointersc-stringsstrtok

Read More
constexpr log10 Function for Integers...


c++constexprc-stringsstring-lengthlogarithm

Read More
How do I cast /copy from a char array so that I may store it in a char pointer array?...


carraysc-stringsstdio

Read More
String concatenation in C?...


cc-strings

Read More
Using NULL with C's char* strings...


c++cnullc-strings

Read More
Passing C++ String to C libraries for memory management...


c++carraysstringc-strings

Read More
Assignment after initialization to specific index in an array...


carraysinitializationc-strings

Read More
Unable to get rid of errors even after using the right headers...


cc-strings

Read More
Nested Structures, reading data from a file separated by a blank line...


c++structfstreamc-strings

Read More
Comparing the permutations of two strings in C...


cc-strings

Read More
Copy vector<char> into char*...


c++vectorcharc-strings

Read More
C passing string by reference to function...


cpointersc-stringsdouble-pointer

Read More
Unable to printf() char array in c...


cprintfc-strings

Read More
Why can't char pointers be defined as arrays?...


c++initializationc-strings

Read More
C - Reading limited length words in unlimited length lines...


cscanfc99fgetsc-strings

Read More
C++ creating CString from std::string fails...


c++visual-studiomfcc-stringsstdstring

Read More
Reverse a c-type string...


c++c-strings

Read More
Is it bad to declare a C-style string without const? If so, why?...


c++cc-strings

Read More
Why does a header file work in Windows but not on Mac & Linux? (strrev)...


c++c-strings

Read More
Use strlen with scanf(%ms)...


cscanfdynamic-memory-allocationc-stringsstrlen

Read More
C++ Concatenation of Huge CStrings...


c++concatenationc-strings

Read More
Write a program in C that removes leading and trailing spaces from a string...


cc-strings

Read More
Constant character pointer using unique_ptr...


c++unique-ptrc-stringschar-pointerconst-char

Read More
BackNext