User profile: timothyguo

User info
User name:timothyguo
Email:timguole@gmail.com
Name:Timothy Guo
Location:Taiyuan, Shanxi
History
Joined:
Number of posts:21
Latest posts:

modify the value in pair<>
Oh! I made a mistake somewhere else. :-(

modify the value in pair<>
[code]vector< pair<string, double> > var_map; ...here pushes pairs into var_map... var_map.bac...

print prompt
I have made it done. Thank you!

print prompt
[code] int main() { string ex; while(true) { cout<<'>';//print prompt ...

cin>>
seekg works fine. Many thanks to Bazzy and kbw