Paul

2,067
Reputation
155 views

Registered User

Name Paul
Member for 1 year
Seen Nov 23 at 13:46
Website
Location Tokyo, Japan
Age 27
working in a social network company in an exciting japanese startup.
Nov
20
awarded  Good Answer
Nov
12
asked Common way to call mother-class operator= in C++?
Nov
9
comment STL: How to check that an element is in a std::set ?
what about container.begin()?
Nov
9
comment STL: How to check that an element is in a std::set ?
Thank you very much!!!
Nov
9
comment STL: How to check that an element is in a std::set ?
@280Z28 Could you give us your version? I'm not really familiar with STL style...
Nov
9
comment STL: How to check that an element is in a std::set ?
@wilhelmtell but what if I want it inline?
Nov
9
comment STL: How to check that an element is in a std::set ?
just did so : template<class T> static inline bool contains(const std::set<T>& S, T x) { return (S.find(x) != S.end()); }
Nov
9
comment STL: How to check that an element is in a std::set ?
thank you very much.
Nov
9
asked STL: How to check that an element is in a std::set ?
Oct
31
accepted Is there some way to speed up recursion by remembering child nodes?
Sep
15
accepted Communicating with a running python daemon
Sep
8
comment #include <> and #include “”
Ok... By different output I meant that VC++ gave me a (pertinent) warning with the #include "", and it couldn't detect the issue with the #include <>.
Sep
2
asked #include <> and #include “”
Aug
19
awarded  Yearling
Aug
18
revised What is a global interpreter lock (GIL)?
deleted 83 characters in body
Aug
18
comment What is a global interpreter lock (GIL)?
Good point. Thank you for the comment
Aug
18
revised What is a global interpreter lock (GIL)?
added 271 characters in body
Aug
18
answered What is a global interpreter lock (GIL)?
Aug
18
comment about the cost of virtual function
I know it "could", I don't if it "does" help me.
Aug
18
comment about the cost of virtual function
Thank you very much for your answer and comments. I'll check that on gcc when I get some time.
Aug
18
asked about the cost of virtual function
Jun
28
comment Unicode friendly alphabetic pattern for python regex?
pretty cool. I hadn't thought about that.
Jun
28
asked Unicode friendly alphabetic pattern for python regex?
Jun
5
revised What’s your favourite programming language, and its killer feature?
deleted 1 characters in body
Jun
5
comment What’s your favourite programming language, and its killer feature?
fixed, sorry I wrote that in a rush