Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Using a class/struct/union over multiple cpp files C++

c++ class header struct include

c++ simple conditional logging

Maximum length of a std::basic_string<_CharT> string

SWIG: C++ to C#, pointer to pointer marshalling

c# c++ pointers marshalling swig

I need help on my C++ assignment using Microsoft Visual C++

c++ visual-c++

specialization of static method template in class template

c++ templates

How to pass X11 events to QDialog

c++ linux qt qt4

Alternative to exceptions for methods that return objects

c++ exception

How should I return an object from a function?

C++ using *new class, lost pointer?

c++ pointers

Printing character after addition as string in C++

c++ string c++14 c++17

Change the list item

c++ list foreach containers std

C++ null value and this pointer

c++ this

Remove duplicates from input without use of any data structures

c++ algorithm

Why gcc cannot detect friend class namespace from its forward declaration?

Creating a std::function with a lambda without knowing the arguments of the function

When does the boost asio call async_read_some callback?

decltype(auto) with multiple returning types using C++14

c++ c++11 c++14 auto decltype

Is it safe to deallocate a BSTR on a different thread than it was allocated on?

c++ windows multithreading com