Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

How to access the hardware in QNX?

c++ operating-system qnx

How do I send an image from C# to a DLL accepting OpenCV Mat properly?

c# c++ opencv dll

What will happen if dynamic_cast<void*> casts an object with underlying non-most-derived class?

Clang-tidy incorrect rounding

c++ rounding clang-tidy

WTL way of forcing resources to load from a dll in a non mfc app? (we are using WTL/ATL, not straight win32)

c++ winapi resources atl wtl

How to get keyboard input in an Homemade OS?

c++ operating-system

How to debug application when third-party library provides no debug build?

C++ Win32, easiest way to show a window with a bitmap

c++ winapi bitmap gdi

cout vs printf when doing fork()

c++ fork printf cout

Sets and Vectors. Are sets fast in C++?

c++ vector stl set

Causing non-atomics to tear

How to mock a member variable of dependency?

c++ mocking googletest

invalid use of incomplete type using std::future

c++ templates stl

Having more allocated memory slows down operations?

c++ performance

How do I concatenate a string and wstring?

C++ How to identify SIGNAL 11 error location

c++ linux

HDF5 as dynamic linked library Qt/C++ under Windows

c++ qt cmake hdf5

Why is "return by value" idiomatic in Rust (as opposed to out parameters)?

c++ rust return-value idioms

Boolean stream output representation in C++

c++ boolean iostream

How to optimally translate enums in the smallest amount of code?