Static Linux version of my programA day before i send my Linux version of my program and it don't runs. If i want to send in many peo...
Remove duplicates of vector problemThank you. Finally code. [code] std::vector<channel> channels; template <typename T> v...
Remove duplicates of vector problemYou have right. I just change it to const T& in line 13. But now compiler say a function-definition ...
Remove duplicates of vector problemHello. I have the classic remove duplicates of vector. At line remove_duplicates(channels); compiler...
How to copy an image file into clipboard in windows without MSVS toolsHello. I never have use MSVS tools, i just use C::B. I have a problem. I need to copy a bitmap to...