Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Why does changing what a reference points to not throw an error?

c++ reference rules

Please explain this C++ syntax which seems to be incomplete or lacks assignment?

destructor works before . How?

c++ visual-c++ destructor

Is there a standard C++ Hash Container?

A* pathfinding guaranteed to find shortest path?

A simple C++ While loop not working

c++ while-loop

Can you set a maximum limit to an integer (C++)?

c++

Can Thread Local Storage be faked/hacked?

Qt Programming and computations which take long time

c++ multithreading qt

What could be a proper data type for software version in C++?

c++ types version

how to create a heterogeneous link list in c or c++

Sorting small numbers of elements

c++ c optimization sorting

Shared vtables between classes of same name: call to virtual method crashes when casting to base type

c++

How do I get a substring of a LPCTSTR?

c++ string winapi

By Left shifting, can a number be set to ZERO

C++ select() not waiting for timeout period

Is it more efficient to set the size of a vector up front?

c++ stl vector

how is auto implemented in C++11

c++ c++11

How to implement generic max function?

c++ templates

Loading COM object in C# throws exception “Unable to cast COM object of type 'System.__ComObject' to interface type ...”, but C++ or VB not

c# c++ com com-interop