Who's Online |
73 user(s) are online ( 53 user(s) are browsing Forums)
Members: 1
Guests: 72
beanbandit,
more...
|
|
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 Thematic on 2019/2/13 22:54:53
fork()'s so POSIX
I read that as "any program that calls fork()".
--
Suggestions for this sort of thing? to_string doesn't seem to be in std
#include <string>
int main()
{
std::to_string(0);
return 0;
}
|
|