Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Windows Performance Analysis Tool usage as a profiler

Custom icon not displayed in upper left corner or on task bar

c++ winapi icons

Does undefined behavior only concern an execution of program, or can it concern a program itself?

Moving a unique pointer - undefined behavior on cppreference?

Is alignof(T*) is the same for all possible types? What about sizeof(T*)?

How to reduce OpenGL CPU usage and/or how to use OpenGL properly

c++ opengl graphics cpu

Can I get rid of template specialisation with std::enable_if?

c++ c++11 templates

what does int(x) do?

c++

Break event_base_dispatch from another thread

c++ libevent

Why does the thread sanitizer complain about acquire/release thread fences?

Why can I use curly brackets to initialize one enum class with a value from another enum class?

c++ enums initializer-list

Fastest way to check if element is in both vectors

c++ algorithm vector

Different disk serial number result from GetVolumeInformation()

c++ winapi disk hardware-id

Sharing A global variable between C and C++ Files

c++ c scope

Is there any stable serialization method for different languages?

Capstone cs_disasm disassembly only small portion of code

Avoiding repetition of const and non-const version of getters?

retrieving string from LPVOID

c++ string

unique_ptr inside a variant. Is it safe to use?

c++ unique-ptr variant

C++ square bracket overloading with and without const/ampersand