Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-strings

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?

C string null terminator in oversized buffer

String Incrementing Function in C

c c-strings

My c-style string is acting very strangely

c++ pointers c-strings

*char ending with double '\0'