repo.or.cz
/
kdbg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Attach to Process: Start the dialog with the filter set to the program name.
[kdbg.git]
/
kdbg
/
testprogs
/
std.cpp
blob
dd35e49a3e1a684260afbaa004e8538d9d8634ff
1
#include <string>
2
#include <iostream>
3
4
int
main
()
5
{
6
std
::
string s
=
"abc"
;
7
8
std
::
cout
<<
s
<<
std
::
endl
;
9
}