Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Compiling C++11 sources for Android NDK

android c++ c++11 android-ndk

Thread joining issue

Scrolling the Window Under the Mouse

Why does g++ not warn/err while concatenating an integer to a string using +=

Boost 1.55 doesn't work with Visual Studio 2013

Compiler optimization or my misunderstanding

Should I write iterators for a class that is just a wrapper of a vector?

c++ c++11

C++ __COUNTER__ Definition

c++ macros c-preprocessor

Dense Matrix-vector multiplication in VexCL

c++ opencl gpgpu vexcl

Const variable in C++ function body

c++

string in C# and String^ in C++/CLI... How to pass "null"?

Linear Dead Reckoning in Winsock application

Using const_cast to add const-ness - bad idea?

c++ pointers const-cast

What if I try to assign values greater than pow(2,64)-1 to unsigned long long in c++?

c++ variables types range

std::async not executing when specifying launch::async

-m32 option doesn't work with gcc but works with g++

c++ linux compilation

More accurate houghline OpenCV

c++ opencv edge-detection

how to build boost serialization library

What is the lifetime and scope of dynamically allocated memory using new operator inside a class method?

Get the creation date of file or folder in c++

c++ file