Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Hooking CreateFile in notepad.exe does not catch API calls

c++ winapi dll hook

Define a variable with the same type as a variable in a struct

c++ variables

Declaring a class template as a friend of a class

c++ oop templates

swap not working with function as parameter

c++ vector stl allocator

Pure virtual function called C++ in base/derived class

c++ multithreading

acos(double) gives different result on x64 and x32 Visual Studio

std::complex in struct that makes compile slow

c++

Smart pointer that does transfer of ownership and is not shared when C++11 is not an option

c++ smart-pointers

Why is str2double so slow in matlab as compared to a mex-function?

c++ matlab mex

do while loop with nested if statements not exiting in c++

c++

Perl - 2's complement modulo 256 - C++ equivalent

c++ perl arduino

modifying a private int in a const function issue

c++ arrays constants

Password in c++ | Deleting a character after printing it

Coalesced global memory writes using hash

c++ c cuda gpgpu

Is it possible to reduce cache miss when visiting a large size vector in sequence?

c++ memory cpu intel-vtune

Serialize a vector of tables without creating a temporary vector of offsets

C++ operator + and * non-const overloading

C++ offset of member variables?

c++

Polynomial division overloading operator

Abstract base class puzzle