Jump to content

[We need more posts! (Like seriously, a lot more)] Let's Make This the Megathread!


Misguided Kerbal

Recommended Posts

On 5/28/2021 at 4:51 AM, KeaKaka said:

RORSAT:

RORSAT_by_Ronald_C._Wittmann,_1982.jpg

in mother krussia, you build and launch many spy sats with nuclear reactors

6 minutes ago, Dr. Kerbal said:

Have a good posting night. And to all postnight. Its kind of cheeky. 

I just woke up, 3 hour sleep xD

Edited by Starhelperdude
Link to comment
Share on other sites

OK.

for (auto & user users) user.toString(MAXLEN);

or

for (auto & user users) String::fromUser(user, MAXLEN);

or maybe

users.forEach([](User user){user.toString(MAXLEN);}); // or something like that, idk, I use lambdas rarely

or

User::allToString(MAXLEN); // if users is static global

User::all().toString(MAXLEN); // if not

Edited by kerbiloid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...