Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

std::string equivalent for data with null characters?

c++ visual-c++ string file-io

C++ error: expected initializer before ‘&’ token

c++

Using volatile long as an atomic

Check for null pointer

c++ pointers null

C++ map over an iterator?

c++ map iterator

How to check if char* p reached end of a C string?

c++

Undefined Reference to a function

srand(time(NULL)) generating similar results [duplicate]

How to delete multiple dynamically allocated arrays in a single delete statement?

Is this undefined behaviour in C++?

c++ undefined-behavior

C++ pointer to vector

c++ pointers vector

union for uint32_t and uint8_t[4] undefined behavior? [duplicate]

Is the STL map container optimized (balanced tree) while constructed?

c++ stl map

C++ arrow operator equivelence

c++ pointers

What's the point of making a new typedef for each variable?

c++ c typedef

C floating point precision [duplicate]

Is it really harmless to use sizeof(p[0]) no matter initialized or not?

c++ sizeof

Overloading the << operator error C2804: binary 'operator <<' has too many parameters

Setting all bits in int64_t

c++ int64

C++ STL set implementation