Headlines |
-
gl4es_sdk.lha - development/library/graphics
Apr 19, 2021
-
worlds.lha - game/action
Apr 19, 2021
-
supertuxkart.lha - game/driving
Apr 19, 2021
-
night_of_the_zombies.lha - game/fps
Apr 19, 2021
-
eldritch.lha - game/roleplaying
Apr 19, 2021
-
gorynlich.lha - game/roleplaying
Apr 19, 2021
-
frikingshark.lha - game/shmup
Apr 19, 2021
-
pintorweb.lha - graphics/misc
Apr 19, 2021
-
videntiumpicta.lha - graphics/viewer
Apr 19, 2021
-
deark.lha - utility/archive
Apr 19, 2021
|
|
|
Re: Porting to AmigaOS4 thread | Subject: Re: Porting to AmigaOS4 thread by Hans on 2019/2/14 4:00:39
@Thematic
Quote: Suggestions for this sort of thing? to_string doesn't seem to be in std
You need C++11 for std::to_string() (see here. So add -std=c++11 or -std=gnu++11 to the compiler's command line parameters. You may also need to use a newer version of GCC.
Hans
|
|