Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

how can I change backspace to '\b'?

c++ c visual-c++

How I can limit the heap's size so when I allocate a lot it won't get the machine stuck?

C++: "T a = b" -- copy constructor or assignment operator?

Can I declare a very large array in a class, C++

c++ arrays class bigdata

Calling a D function directly from C++

c++ interop d

std::pow with integer parameters, comparing to an integer type

Cmake option default value

c++ cmake

Is TR2 Going to be Released in C++17?

c++ c++11 tr1 c++17 c++-tr2

what does the printf/snprintf format character %N do? (not %n)

c++

Pointing to a const pointer (or a pointer to a const)

c++ pointers

What is the number 0ui64?

c++ qt

Is Dilation/Erosion with fixed kernel for a number of iterations is similar to dilating/eroding with equivalent kernel of bigger size

c++ opencv image-processing

Why are some threads deferred?

c++ multithreading c++11

c++ how to create iterator over one field of a struct vector

c++ vector struct iteration

Pass WinMain (or wWinMain) arguments to normal main

c++ winapi

Glvalue real examples and explanation?

c++ c++11

Width to fit any value of an unsigned (natural) number

c++ c++14

How to send a 1 dimensional integer array from QML to C++?

javascript c++ arrays qt qml

Iterating a struct in C++

c++ struct iteration

Union correct usage

c++ c++11