|
文件: |
dbinit_stl_views-1.03.rar |
大小: |
3KB |
下载: |
下载 | |
去 现在这个文件后,
有两种选在:
1.把这个文件重命名为".gdbinit",并放在主目录下 ~/.gdbinit
2.每次启动gdb时有source命令手工加载
# std::vector -- via pvector command
# std::list -- via plist or plist_member command
# std::map -- via pmap or pmap_member command
# std::multimap -- via pmap or pmap_member command
# std::set -- via pset command
# std::multiset -- via pset command
# std::deque -- via pdequeue command
# std::stack -- via pstack command
# std::queue -- via pqueue command
# std::priority_queue -- via ppqueue command
# std::bitset -- via pbitset command
# std::string -- via pstring command
# std::widestring -- via pwstring command
有这么多的命令可以用。
但当T为string时,pmap和pmultimap并不好用,其他的还有测试。
如果哪位知道怎样解决T为string时,pmap的现实问题麻烦告诉我一下
阅读(1143) | 评论(0) | 转发(0) |