Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-strings

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

Change pointer adress inside function in C

Are the literals "" (empty string) and "\0" (null string) identical? [duplicate]

c++ c-strings

How do I force conversion char[] to char* in template instantiation?

Concatenate strings using ## operators in C

Is the '@' that precedes NSStrings actually an overloaded operator?