Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-strings

How to perform calculation in preprocessor with stringification in C [duplicate]

How to initialize an unsigned char array from a string literal?

c++ c-strings

Reading a file from stdin

c file stdin c-strings

Portablilty of using percison when printf-ing non 0 terminated strings

c printf posix c-strings

How to identify the type of const char* and const char[] in code?

c++ arrays c-strings

Clean way to read a null-terminated (C-style) string from a file?

How can I compare C- string with C++ string?

c++ string c-strings

How to write a custom exception class derived from std::invalid_argument?

How do you iterate over an array of character arrays in c?

c c-strings

Can a char* be moved into an std::string?

C string and hex characters

c c-strings

Format string with multiple percent signs

How can I check if a MFC CString is null?

c++ visual-c++ mfc c-strings

c++ read into c-style string one char at a time?

c++ c cin c-strings

What happens when a char array gets initialized from a string literal?

c pointers literals c-strings

Is there a neat way to do strdup() followed by strcat()?

c c-strings

Convert double to Char Array C++

c++ string double c-strings

Why use c strings in c++?

c++ c stl string c-strings

What is the reason for not being able to deduce array size from initializer-string in member variable?

If char*s are read only, why can I overwrite them?