Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-strings

When/Why is '\0' necessary to mark end of an (char) array?

How to write a better strlen function?

In C, can I initialize a string in a pointer declaration the same way I can initialize a string in a char array declaration?

c pointers arrays c-strings

Why should one use std::string over c-style strings in C++?

c++ string c-strings

Proper way to copy C strings

c++ string copy c-strings

Comparing two char* for equality [duplicate]

c++ c-strings

Print part of a string in C

c c-strings

Set Qt default encoding to UTF-8

What if I don't call ReleaseBuffer after GetBuffer?

c++ mfc c-strings getbuffer

Are strtol, strtod unsafe?

converting c style string to c++ style string

c++ c-strings

Is there anyway to create null terminated string in Go?

string go c-strings

A proper way of associating enums with strings

c enums c-strings

Selecting only the first few characters in a string C++

c++ string c-strings

How to declare constexpr C string?

Strip first and last character from C string

c string c-strings

How to use memset while handling strings in C++? [closed]

Why do I first have to strcpy() before strcat()?

c c-strings

Why is strdup considered to be evil

c c-strings

C - split string into an array of strings

c c-strings