Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Sending debug events to Windows debugger from external source

Sized deallocation in C++: What is the correct behaviour of the global operator delete(void* ptr, std::size_t size)

Prevent compilation of unused template specialization in c++

How to use concepts to pass an argument to a class method?

Why can a C++ function type alias be used to pass a lambda to a function?

c++

Copy and Move Assignment with additional argument

c++

Need to assign function to variable in C++

Switching byte order without type punning

Why does the implicit declaration does not introduce the name?

c++

How to get the location of the right parenthesis of a condition in Clang?

c++ clang

Multithreading concept questions

c++ multithreading pthreads

C++ and Java GUI linkage through SWIG

java c++ cmake swig

cross-plattform use of a static .a-library on iOS and Android possible? (what about .so and .dylib ?)

android c++ ios android-ndk

Segmentation fault when using a shared_ptr

Trying to learn basic file manipulation in c++

c++

How is array<System::String ^> standard C++?

In C++, how can I generate a random number that falls between two ranges?

c++ random generator

Should i specify volatile keyword for every object that shares its memory between different threads

c++ multithreading volatile