Search code examples
Convert Hex-CString with invalid characters to long?...


c++type-conversionhexc-strings

Read More
qFatal argument: conversion of QString to const char* results in warning "format string is not ...


c++qtc-stringsllvm-clangstring-conversion

Read More
VB.NET Regular expression 0-9 and a-z not working?...


regexstringc-strings

Read More
Replacing a word in a sentence with a another word...


c++pointersc-strings

Read More
Convert char** (c) of unknown length to vector<string> (c++)...


c++arraysstringvectorc-strings

Read More
Q: C++ - Reversing a string (sentence and word) using a class...


c++visual-studioclassvisual-c++c-strings

Read More
A proper way of associating enums with strings...


cenumsc-strings

Read More
Compare encrypted strings with strcmp...


cc-stringscs50

Read More
Does these methods of removing '\n' left from fgets differ concerning performance?...


cperformanceescapingfgetsc-strings

Read More
c Struct Array, Storing string and its occurrence and writing it to a file...


carraysloopsstructc-strings

Read More
Searching a substring in a string and its position...


cc-strings

Read More
C 2D arrays of string of unknown length, Crashing when accessing the elements...


cmultidimensional-arrayc-strings

Read More
Shouldn't it be impossible to point directly to text in C?...


cpointersc-strings

Read More
Setting up multiple parameter Values in a Sql query...


mysqlsqlstringjspc-strings

Read More
Does each call to printf() create a new internal buffer, or do all subsequent calls use the same buf...


cprintfc-strings

Read More
Why does strcpy work when array sizes are immutable, C...


carraysc-stringsstrcpy

Read More
Copy c-string char by char to dynamic char*...


cc-strings

Read More
No output after using strcmp()...


c++c-strings

Read More
How to use c-strings and avoid overflow c++...


c++c-strings

Read More
Password won't encrypt properly (carrying over too many characters)...


c++stringencryptionc-strings

Read More
Why is the line end character not included in the char*?...


c++charc-strings

Read More
How to read and print number and string using pointers?...


carrayspointersc-strings

Read More
Boost read_until docs...


c++boostc-stringsstdstring

Read More
Using C-String and Pointers. Remove any characters except small cases and whitespaces...


c++pointersc-strings

Read More
C++ Buffer is too small Error...


c++c-stringsstrcpy

Read More
How do I convert a char * string into a pointer to pointer array and assign pointer values to each i...


cpointersmallocc-stringspointer-to-pointer

Read More
infinite loop when callling recursive function even with base case...


crecursionc-strings

Read More
Allocating memory for strings dynamically...


cstringdynamic-memory-allocationliteralsc-strings

Read More
Random character strange defined behavior...


carraysstringc-stringssrand

Read More
C_string arrays, assigning first and last names to fullName (C++ Beginner)...


c++arraysc-strings

Read More
BackNext