::って何でしょう・・・
Posted: 2010年6月25日(金) 01:05
例えば↓のような感じで使われている「::」の意味がよくわかりません。
int main(){
std::string s1,s2;
s1="hello";
std::cout << s1 << std::endl;
}
これは何なのでしょうか・・・。
int main(){
std::string s1,s2;
s1="hello";
std::cout << s1 << std::endl;
}
これは何なのでしょうか・・・。