Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

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

std::string s = (std::string)"a" + "b" + "c"; OK?

c++

Overloaded functions are ambiguous when using SFINAE principle

c++ templates sfinae

what is the difference between using insert function when using std::map.insert("xyz") or just map[ind]="xyz"

c++ arrays stl map insert

C++ (Visual Studio), Can't write the number '10' to file, all other numbers working?