About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
<
string>
2
3
void
asd
(std::string
i
) {
4
}
5
6
int
main
(
void
)
7
{
8
asd
(
"22"
);
9
10
return
0
;
11
}
12
Definitions
asd
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more