Since 6/1/2012 5:02:25 AM, wo3kie has written 4 articles and participated in 2 conversations. wo3kie signature: wo3kie
wo3kie's articles:
Items(4) /1
AssocVector140 (7/1/2012 7:32:52 PM) comp.lang.c++ Hi all,
I am happy to announce that AssocVector 1.0.0 is ready. It is a container w=
ith std::map interface but its implementation is based on an array for perf=
ormance.
However insert and erase operat... wo3kie
Precompiled Header Tool023 (4/25/2012 8:16:49 AM) comp.lang.c++ Hi All, Let me introduce my script PCHGenerator. The PCHGenerator is a tool for hel= ping precompiled header generation. It scans all source files in project an= d selects the most often used headers for putti... wo3kie
boost::asio (Permission denied, Connection refused)146 (4/19/2008 10:04:51 PM) comp.lang.c++ I had not any issues with Windows, but with Linux I failed It is going about an example from boost::asio library tutorial # Daytime.1 - A synchronous TCP daytime client # Daytime.2 - A synchronous TCP daytime ... wo3kie
wo3kie's replies:
Items(2) /1
How do I make a class uncloneable?534 (5/26/2008 4:13:49 AM) comp.lang.c++ I know that by default every class has overloaded operator= and the copy constructor. How then can I make a class uncloneable? Thanks. ... gaijinco(119)