Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Can I add manifest file to someone else's exe?

c++ windows-vista

How do applications like Google Sidebar reduce the desktop size?

c++ windows

Unmanaged C++ Unit testing in Visual Studio 2008

Sorting names with numbers correctly

Linux C++ program crashes with St9bad_alloc after map gets very huge

Why is the result value of the compare operation different from the mathematically same formula? [duplicate]

c++ gcc

Initialize std::tuple with classes which have two or more arguments [duplicate]

c++ c++14 stdtuple

Calling std::async twice without storing the returned std::future

Can formal parameters inside the function not be dropped even if the function returns until the caller statement ends?

c++ c++11

Releasing a pointer that points a static array

c++ pointers

How do you "Drop down to Assembly"?

differences between C++ libraries (namespaces, linking)

c++ visual-studio boost sdl

AcceptEx without WSAIoctl

c++ sockets

Why is the size of this struct 32?

c++

Need assistance with Regular Expressions in Qt (QRegExp) [bad repetition syntax?]

c++ regex qt qregexp

template-id does not match any template delcaration

Getting confused with C++ template

What are the advantages of developing applications in C++ as compared to managed languages?

C++ templates problem: convert to null

c++ templates