Tab Content
More Activity

143 Visitor Messages

  1. c'b dog , this is the fking way u settle problem , u think i boliao ar come here anyhow say ppl , limbei got this kind of daiji then come here talk de . now u don wan settle problem still say no ss no prove , lanjia0 la . u no parent isit parent never teach u how to be human ar , admin / gm nia big fuck isit ? HONG GAN LA drink more breast milk before banning limbei la . don even know what happening still act like zai . YOUR PARENT SUCK COCK LA , NERDs
  2. u r rly annoying worst mod guy below is a fagget too
  3. I've been modding here for 3/4 years + Running my own games, So I know that feeling lol. I quit modding one time because a whole section ganged up on me Lol, It was awful.
  4. Looks like you have some insults on your page o_o
  5. u liek dick up ur ass
  6. u r rly annoying worst mod
  7. or u can stop bein a fagget and understand no1 likes u nazi mod fgt
  8. no1 likes u u r y maple section dead all u do is delete posts u have no life man
  9. All the lovely people increasing my report count.
  10. Your avatar is so cute!


  11. Hai hardworking bunny, carrots for you!
  12. Says something like, "You and me babe—how 'bout it?"
  13. OMG makes me wanna go to a bunny festival, ya'know? More!
  14. I want more Parry Gripp bunnies' songs!
  15. Boop.
  16. Beep.
  17. (The rust post from a C# view)

    Where in C#, lets say you return a list with 1 million objects , the "pointer" of the list will be copied, and returned and not the whole list. Is this what you mean with "implicit" copy in rust?

    Then when you call clone() ( assuming that a List<T> in C# does have it (what it doesn't )), all members will be copied and parsed in a new list. And is that what you mean with explicit copy in rust?
  18. Assuming i do understand it correct this one will be "valid", since it is just a "small" string, so its fine to declare it local.
    Code:
    // vana 
    auto TimeUtilities::GetLocalTime() -> std::string
    {
        char buffer[50]; 
        time_t mTime = time(nullptr); // seconds passed since 01-01-1970
        std::tm* mTimeInfo = localtime(&mTime); // static pointer , localtime_s for a non static pointer
        std::strftime(buffer,50,"[%Y-%m-%d %H:%M:%S] ",mTimeInfo); // format the buffer
        std::string ret(buffer); // copy the buffer in the local-string 
        return ret;  // return the string, the copy constructor of the string will be called
           
    }
    "invalid"
    Code:
    std::vector<int> BadReturn()
    {
        std::vector<int> mVector;
        for(int i =0; i<2e6;i++)
        {
            mVector.push_back(i);
        }
        return mVector; // all members are being copied when returning it.
    }
  19. In C++, do you have to care about "unneccesary copys of objects", or can you just "ignore" it and let the compiler handle it.
Showing Visitor Messages 41 to 60 of 143
Page 3 of 8 FirstFirst 12345678 LastLast
Page 3 of 8 FirstFirst 12345678 LastLast
About retep998

Basic Information

About retep998
Location:
Vana
Reason For Joining:
MapleStory
Favorite MMO:
MapleStory
About Yourself:
I am a bunny.
Usernames

Usernames / ID's for third party services.

Steam Community ID:
nolifebunny

Signature




Contact


This Page
https://forum.ragezone.com/members/472102.html
Instant Messaging

Send an Instant Message to retep998 Using...

Statistics


Total Posts
Total Posts
707
Posts Per Day
0.13
Visitor Messages
Total Messages
143
Most Recent Message
25-12-19
General Information
Last Activity
07-09-20
Join Date
05-04-08
Referrals
0

27 Friends

  1. AngraMainyu AngraMainyu is offline

    Account Upgraded | Title Enabled!

    AngraMainyu
  2. anoob123 anoob123 is offline

    Mudafukin Popsicles Bitch

    anoob123
  3. Basis Basis is offline

    Valued Member

    Basis
  4. Bradley Bradley is online now

    ????????????????????????

    Bradley
  5. Carter Carter is offline

    Proficient Member

    Carter
  6. Cyclone999 Cyclone999 is offline

    Infraction Banned

    Cyclone999
  7. Diamondo25 Diamondo25 is offline

    Everything is possible~

    Diamondo25
  8. Elem8100 Elem8100 is offline

    Proficient Member

    Elem8100
  9. Entourage Entourage is offline

    Account Upgraded | Title Enabled!

    Entourage
  10. Fraysa Fraysa is offline

    I'm overrated.

    Fraysa
Showing Friends 1 to 10 of 27
Page 1 of 3 123 LastLast
Usernames
Steam Community ID:
nolifebunny

21-07-22

  • 02:56 PM - Hidden
  • 02:52 PM - Hidden

No results to display...
No results to show...

Advertisement