Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

I'm Confused! Char, Char* or String in C++

c++ c-strings

Conversion of ATL CString to character array

c++ visual-c++ char c-strings

Basic c-style string memory allocation

c++ memory c-strings

Returning a char pointer in C

c pointers c-strings

Preferring method with size template over method with pointer type

Is it well-defined behavior to return a vector of const char*, filled inside a function

c++ stdvector c-strings

Why use c strings in c++?

c++ c stl string c-strings