User profile: hellcoder

User info
User name:hellcoder
History
Joined:
Number of posts:114
Latest posts:

Sorting unordered map by its value
How to sort unordered map by its values.I have tried by using sort function with help of lambda func...

getInt explanation
I think given line is sufficient for asked question,if you know,anyways!

getInt explanation
Can anybody explain the meaning of the following line: [code]int seqLen = getInt(argv[1],GN_GT_O,"se...

setbuf
I am currently reading about buffers.Can anyone give some example when we really needs functions lik...

problem in using fork
thank you very much! Now this is clear, I gone through whole documentation of fork() http://man7.org...