Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

What is the Delphi equivalent to C++'s memset?

c++ delphi

Creation of a large std::array causes segfault?

c++ linux c++11 gcc

Override two methods at once

Unexpected characters in console output

c++ string c++03 crysis

x86, C++, gcc and memory alignment

What is the good practice for returning "large" class private member? [closed]

c++ return private

Using the word "SING" in a C enum errors to "expected an identifier"

c++

Passing a container of unique_ptr to constructor?

Assertion failed (blockSize % 2 == 1 && blockSize > 1) in cv::adaptiveThreshold

c++ opencv

Traversing a vector in reverse direction with size_t values

c++ vector

C++ template partial specialization with inheritance

std::queue pop push thread safety

C++ Casting back from member pointer to holding class pointer

c++ class casting member

How to resolve optional nested type like std::allocator_traits?

c++ c++11

Declaring variables in C/C++

c++ c

glDrawElements using the wrong VBO?

c++ opengl

Requirements for use of CUDA-aware MPI

c++ c cuda mpi

Should I initialize a shared_ptr inside or outside the class constructor?

c++ c++11 smart-pointers

c++ shared_ptr from char* to void*

c++ multithreading

Can't compile with time- and clock-related functions C++

c++ time build clock