Is GCC 4.8.1 C++11 complete?
问题 OS is windows. I'll start off by saying that I have no experience with C++, or any other compiled language. I've used CPython a bit and am familiar with that, but, until earlier today, I'd never even glanced at C++ source. I'm trying to teach myself C++, so I've been playing around with it a bit, and one problem I'm having is the error: error: 'to_string' was not declared in this scope Apparently, to_string is a C++11 thing, which should be fine. I downloaded the latest MinGW, added it to my