User profile: Knightrider29

User info
User name:Knightrider29
History
Joined:
Number of posts:47
Latest posts:

Are the methods in the <cstring> applicable for string class too?
I've tried out using memcpy() method to strings but was getting a "no matching function call" althou...

semicolon just after if() ?
Please explain what the 2nd line means when we put a semi colon just after if(...) [code] if (m...

Please explain this code for fast input.
Okay mutexe (: Plz explain the code after defining the terms like dataOffset, buffer, uint32_t etc. ...

Please explain this code for fast input.
The code is too large, so I'm posting the link. http://www.codechef.com/viewsolution/1553773 Pl...

Please explain register getchar_unlocked()
The first line provides the definition for gc() [code]#define getchar_unlocked gc()[/code] I've rea...