回答編集履歴

1

脱字

2015/11/04 19:51

投稿

退会済みユーザー
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```C++
6
6
 
7
- cout << static_cast<int>( thisfile.tellg() ) << std::endl;
7
+ std::cout << static_cast<int>( thisfile.tellg() ) << std::endl;
8
8
 
9
9
  ```
10
10