Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Does deleting dynamically allocated std::string using a pointer returned by c_str() cause a memory leak in C++?

"When" does the compiler implicitly declare a default constructor?

g++ and clang different behavior with recursive variadic template bitset creation (possible gcc bug?)

c++ gcc c++11 clang bitset

Strange behavior with std::function

c++ c++11 std-function

Atomic operations for lock-free doubly linked list

What is the modern OpenGL equivalent to glBegin/glEnd

declaring more than one variable within a single auto statement

c++ c++11 auto

C++ get the month as number at compile time

c++ predefined-macro

OpenGL SuperBible 6th edition, header file sb6.h missing

c++ opengl opengl-4

Why boost::any does not hold string literal?

C++ best way to build vector of strings from multiple returns of function calls

c++ string c++11 vector lambda

Using openssl to generate a DSA key pair

c++ c cryptography openssl dsa

Can a template object change its type?

c++ templates

Sort a vector of struct based on a specific field

c++ sorting

Configuring TCP keep_alive with boost::asio [duplicate]

c++ tcp boost-asio

stack overflow error in C++ program

c++ class visual-c++ pointers

MySQL Connector C++ 64bit build from source in Visual Studio 2012

Is explicit flush necessary for interleaved cout and cin operations?

c++ stream iostream flush

Qt 5.1 - QMessageBox Bug? Program Exits(0) if QMessageBox is called while QDialog is hidden

c++ qt

Is it better to keep a socket open for frequent requests, or to close the socket each time

c++ sockets qtcpsocket