Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

How to get only USB devices not all the devices in the system

c++ windows winapi

Drawing shapes with wxWidgets

c++ drawing wxwidgets

release mode error, but not in debug mode

Binary search stuck infinite loop?

Is it a good practice to use "ternary operation" in the "for" loop condition?

What could be reason it crashes when I use vector::erase?

c++ stl vector

c++ extern variable not visible

c++ extern

Are threads part of standard C++?

c++ multithreading c++11

What is the C# equivalent to std::vector::iterators?

c# c++ vector iterator

C++ how to check time every 10 seconds?

c++ time

Using websocketpp library to connect to a c++ websocket server

c++ websocket++

How can I transfer string to char* (not const char*)

c++

What means 'destroying' memory by delete operator in C++?

c++ memory

Why are my local dlls taking forever to load after setting _NT_SYMBOL_PATH?

Can member function arguments be of the same class type?

c++ class

Invisible input for passwords? [duplicate]

c++ passwords stdout stdin

Adding vectors of doubles of differing sizes in C++

c++ vector

Using Sleep() while using timers through setitimer

c++ unix timer sleep

Turn an iterator into a scalar index?

c++ iterator

Checking whether an element exist or not in the map within map

c++ stl