Using seekg() when taking input from redirected stdin

后端 未结 4 2057
情话喂你
情话喂你 2020-12-12 04:48

So i\'m trying to read in a string of characters twice using cin.get(). The input is being redirected as \"program < input\". So it is valid to use seekg().

As th

4条回答
提交回复
热议问题