Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

C++ - parameter question

Can't compile C++ in Ubuntu using GCC -- Include/Library Problems (collect2: ld returned 1 exit status)

How to turn off beeping when pressing ENTER on a single-line EDIT control under Windows CE?

How would I find the height of the task bar?

c++ windows api height taskbar

How to write your own condition variable using atomic primitives

c++

What does const denote here?

c# c++

Sorting strings using qSort

c++ c qsort

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