Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-strings

Search and replace c-style strings in c++

c++ c search pointers c-strings

sizeof('\0') null terminator as literal is four bytes but how come in string of characters it takes only one byte?

Distinguishing const char * and char * with C _Generic macro

c generics c-strings

Why can't char pointers be defined as arrays?

Is it safe to replace LPCTSTR with CString?

Concatenating strings in C. newline in output

c concatenation c-strings

Cppcheck saying that char[256] should be initialized in constructor's initializer list

Swift fast low level String lastIndexOf

string swift c-strings

Is it safe to call free on std::string_view::data?

Passing the results of `std::string::c_str()` to `mkdtemp()` using `const_cast<char*>()`

passing arg 1 of `strcspn' from incompatible pointer type

Understanding C-strings & string literals in C++

C++: Unexplainable behavior with cout and pointer to char [duplicate]

Can sscanf be used to match wildcards?

c scanf c-strings stdio

Proper length passed to fgets

arrays c char c-strings fgets

How can I handle string if null character in the middle of string?

C character array and its length

c c-strings

What does s[i] - '0' mean?

c char c-strings digits

Problems with limiting a string length in C

c scanf c-strings

char array variables are destroyed after exiting from function