Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

append a character from an array to a char pointer

c c-strings string-literals

C String encoding Windows/Linux

c c-strings

Crash in CAtlStringMgr::GetInstance under Windows XP

How can I get a Path from a raw C string (CStr or *const u8)?

rust c-strings ffi