Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

High DPI scaling in Qt 6.4 not working out of the box on Windows for Qt Examples

c++ qt qt6 highdpi

CUDA why just reading (zero write) from unified memory cause next kernel to become slower

range parameter for any iterable input with properly convertible elements

Forward declaring a specific template instance

How to take QByteArray from std::optional<QByteArray> and leave std::nullopt without additional mallocs?

c++ qt c++17

How to convert this curl command to libcurl

c++ curl libcurl

Vertex Winding Order in DX11

c++ directx vertices culling

How to parse network hostname + port in qt?

What am I doing wrong in this lint error suppression attempt? And is there a better way?

c++ lint pc-lint

C++ Libraries, Static and Dynamic

sobel filter algorithm thresholding (no external libs used)

Is basic_string conversion via iterators legal?

/kernel mode in MSVC cl.exe allows new despite specifying user must explicitly define the operator

Database abstraction layers for (Visual) C++

c++ database

Function that returns iterator from a map

c++ dictionary std

Splitting input string based on whitespace and commas

c++ string parsing

Image copied in ROI doesn't follow camera c++. How to fix this?

C++11 threads: notify_all() or notify_one() when I only have one?

Determine difference in stops between images with no EXIF data

c++ c image-processing

Best way to distribute an application that uses JNI