User profile: suma046

User info
User name:suma046
Name:Suman P
Location:Navi Mumbai, India
History
Joined:
Number of posts:5
Latest posts:

STL Map Using more CPU
Hi, I am using STL Map for storing 20000 records. I am inserting, finding and erasing records from ...

can't use iteractor
put typedef list<int>::iterator iter: line 12 above main method and convert line 20 to cout<< *it <...

Const Casting Not Working
ThanQ Bazzy

Const Casting Not Working
Hi I have written the following program #include<iostream> using namespace std; int main() { ...

active queue
Hi, You can use pthread conditional variables if u r using POSIX threads, Producer thread will pu...