Search code examples
casting away the constness using const_cast...

c++const-char

Read More
Proper memory cleanup with c_str() and const char *...

c++memory-managementstdstringconst-char

Read More
How to pass string between c++ and c# with null characters inside?...

c#c++stringeofconst-char

Read More
IntelliSense: a member of type "const char *const []" cannot have an in-class initializer...

c++arraysvisual-studio-2013intellisenseconst-char

Read More
Dynamically allocating memory for const char string using malloc()...

c++cmallocconst-charconst-pointer

Read More
Why does GCC accept convertion from 'const char *' to 'char *' on std::strrchr() ret...

c++g++type-conversionconst-charstrrchr

Read More
Adding a colon (:) to an unsigned char in C++...

c++arrayschararduinoconst-char

Read More
Compare Objective-C const char with NSString...

objective-cnsstringconst-char

Read More
append const char variables wih string...

c++charstrcatconst-char

Read More
Using char* as a key in std::map, how does it work...

c++dictionarystdmapconst-char

Read More
How to convert const char* to const WCHAR*...

c++type-conversionconst-char

Read More
C++: passing a string-literal of Type const char* to a string-parameter...

c++stringconst-char

Read More
How to use const char pointer returned from a function in this instance? (mongodb related)...

cmongodbpointersgridfsconst-char

Read More
How can I join a char to a constant char*?...

cjoincharstrcatconst-char

Read More
Pass contents of stringstream to function taking char* as argument...

c++charargument-passingstringstreamconst-char

Read More
std::cin >> *aa results in a bus error...

c++pointerscharconst-charbus-error

Read More
printf question with a const char* variable...

c++printfconst-char

Read More
Are strtol, strtod unsafe?...

cconstantsstdc-stringsconst-char

Read More
How come XDrawString doesn't take "const char *"?...

cx11const-char

Read More
BackNext