Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

C++ floats and doubles on different platforms/architectures

C++ decode void pointer nicely for Matlab mex

c++ matlab void-pointers mex

How can I increase the available memory for a process on Windows Mobile?

c++ c winapi windows-mobile

Custom archive format File Reading

c# c++ file visual-c++

Find occurrences of all substrings in a given string

c++ string

Use return type and parameter type of function as template types [duplicate]

How to check support compile flag in autoconf for clang

c++ c clang clang++ autoconf

Is it possible and resonable to use Boost ICL instead of for_each in case of selecting a service for request?

c++ boost boost-icl

How to statically link to a DLL function that is exported by an ordinal?

Why isn't std::list::splice a free function?

c++ doubly-linked-list

Decrement atomic counter - but <only> under a condition

c++ windows synchronization

Visual C++, wchar_t* command-line arguments cannot be compared?

How to detect white blobs using OpenCV

std::vector memory allocation issue

Inheritance of templated class members in constructor

function array with functions from different objects

c++ function pointers c++03