User profile: dkaip

User info
User name:dkaip
Email:a123@freemail.gr
Name:jim kaip
Location:Hellas
Website:http://orthway.org
Bio:Constructor engennear.
Learning c++ and wxwidgets
History
Joined:
Number of posts:196
Latest posts:

Static Linux version of my program
A 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 problem
Thank you. Finally code. [code] std::vector<channel> channels; template <typename T> v...

Remove duplicates of vector problem
You have right. I just change it to const T& in line 13. But now compiler say a function-definition ...

Remove duplicates of vector problem
Hello. 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 tools
Hello. I never have use MSVS tools, i just use C::B. I have a problem. I need to copy a bitmap to...