Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Returning a unique_ptr from a class method C++0x

destroying a singleton object

boost::thread without all of boost?

c++ boost

C++ std::ifstream in constructor problem

c++ constructor g++ ifstream

A ThreadPool library in C++

c++ windows threadpool

What is the strongest encryption to use on protecting text?

c++ encryption text

c++ templates without "typename" or "class"

c++ templates typename

Why can't the type be deduced in this template function?

c++ templates c++11 enable-if

C++ -- STL Vector::const_iterator why not use < xx.end()?

c++

C++: is instance descendant of class

c++

Minus of a variable in C++?

c++ variables

Passing on a char* which contains a path

c++ windows string path

C++ / Arduino: How do I convert a string/char-array to byte?

c++ byte arduino arrays

Why is std::map::operator[] so counter-intuitive?

c++ stl

How do you call a function once a day at a certain time in c++?

c++ timer

static thread function access non-static class member in C++

c++

inline and good practices [duplicate]

c++ coding-style inline

Correct usage of GetComputerName - Do I need to reserve extra space for null character

c++

New Operator With Vectors

How do I return a vector<T> from a function in c++

c++ generics vector