b169118·10 anni fa·discussLooks like there are two gcc versions, one is msys/gcc which is 4.9 and the other is mingw gcc which is 5.3. For a person like me who doesn't know anything about the differences between cygwin/mingw/msys etc. this is a little bit confusing.
b169118·10 anni fa·discussWhy do you need to use pointers for string and vector? Aren't they already heap allocated internally?