User profile: Onur Cobanoglu

User info
User name:Onur Cobanoglu
Name:Onur Cobanoglu
Location:Pittsburgh, PA
History
Joined:
Number of posts:4
Latest posts:

C++ - strcmp() does not work correctly?
Well, the strcmp() I first used was the standard one from string.h . The string comparison function ...

C++ - strcmp() does not work correctly?
[quote]Hmm... This is indeed strange. What if you use your own strcmp()? Does it produce the same be...

C++ - strcmp() does not work correctly?
There's something really weird going on: strcmp() returns -1 though both strings are exactly the s...

Template specialization problem
Hi, I have some user-defined classes, for which I have to define std::hash, which are nested in...