Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

QML - How to send/pass variable from one qml file to other qml file

c++ qt qml qt5

JNI - Listener in C++/Java - is it possible to instantiate Java objects in c++ and use them as parameters

Is it bad programming practice to mix virtual and non-virtual functions in a base class?

Will c++1y allow in-class initialization of base class variables from a derived class?

c++ c++11 c++14

avoid code duplication on multiple c++ template spezialization [duplicate]

Serial communication: 0x0D is replaced by 0x0A during transmission

c++ c linux serial-port

C++ Inserting a line at specific point in file

c++ string file-io

Tbb concurrent hash map iterator

Why does strcat_s crash if writing over the bound of a char array?

c++

Is QueryPerformanceFrequency accurate when using HPET?

How to properly combine functions from based and derived class to avoid warnings?

c++

Make use of short and definition-available virtual methods for optimization?

c++ optimization

GetAsyncKeyState(0x57) works fine, but not GetAsyncKeyState('w') [closed]

c++

How to convert a decimal string to binary string?

c++ algorithm binary

Pure virtual and std::shared_ptr

Reading own metadata within a Qt plugin class

c++ json qt qt5 qtcore

Find a number inside a QString

Call a function from another thread

c++ multithreading qt boost

set values (year, month, day...) in a boost::posix_time

c++ datetime boost

Retrieve feature type from OpenCV FeatureDetector

c++ opencv