Search results

  1. wormie

    Hearthstone

    When I quit and deleted my cards it, the game died. Take note of my power.
  2. wormie

    Desktop Computers

    There is about 99% chance the reset was caused by the higher ram frequency. You will have to figure out the stable setting by trial and error or, if very lucky, by googling around.
  3. wormie

    Desktop Computers

    When RAM sticks are plugged into the wrong slots they may operate in single channel mode rather than dual channel mode. (Usually alternate slots should be populated - check your Motherboard's manual)
  4. wormie

    IT/Software career thread: Invert binary trees for dollars.

    Yeah me too. I remember one project was to solve any maze; the solution was implementing a dfs using a deque I think. Anyway, I remember it taking me a week to work out the c++ kinks when the actual idea of the solution took like an hour.
  5. wormie

    IT/Software career thread: Invert binary trees for dollars.

    And this is why using c/c++ is retarded for data structures class. One spends more time wrestling with code instead of learning actual data structure concepts. Python truly is king.
  6. wormie

    IT/Software career thread: Invert binary trees for dollars.

    You can always empty that location later. Or you can do a circular stack. Or probably a million other things. The point is that your professors implementation returns a pointer to what is being popped and not the value of what is being popped.
  7. wormie

    IT/Software career thread: Invert binary trees for dollars.

    Have you considered not shifting the elements but changing what is considered the top instead?
  8. wormie

    IT/Software career thread: Invert binary trees for dollars.

    Yeah it was badly written, I removed it. Array[0] is syntactic sugar for a pointer p + 0 (Array[1] would be p + 1 and so on). It points to some memory location. When you pop your element 0, that memory location still has your data. You return the pointer to that location.
  9. wormie

    IT/Software career thread: Invert binary trees for dollars.

    The stack is just an abstract concept. What you have in reality is a bunch of pointers to memory locations. Return the pointer, not what is stored at locations.
  10. wormie

    IT/Software career thread: Invert binary trees for dollars.

    Just grab Tour of C++ book and be caught up in a few days.
  11. wormie

    IT/Software career thread: Invert binary trees for dollars.

    With dask sucking less and less, I get to see c++ less and less. Joy :)
  12. wormie

    IT/Software career thread: Invert binary trees for dollars.

    Smart pointers are in the standard library now. Using anything else is silly.
  13. wormie

    IT/Software career thread: Invert binary trees for dollars.

    It's a crime that raw pointers are still used. It's an even bigger crime that raw pointers are being taught.
  14. wormie

    IT/Software career thread: Invert binary trees for dollars.

    Probably because they are taught old trash by Professors who learned to program on fucking punch cards. If you ain't jamming 14/17, you ain't jamming.
  15. wormie

    IT/Software career thread: Invert binary trees for dollars.

    It's a data structures class. Using vector defeats the whole purpose of learning data structures. Also it's probably C with classes type of lessons which is epic gay.
  16. wormie

    IT/Software career thread: Invert binary trees for dollars.

    That's just going to store 100 into first position in the array. myArr[0] is a pointer to the first position of the memory block represented by myArr. Jake what you want to think about is this
  17. wormie

    Bioware's "Anthem"

    Notice she isn't wearing pink? Closet Maga for sure. Also lol @ "developers"
  18. wormie

    IT/Software career thread: Invert binary trees for dollars.

    But why copy in the first place?
  19. wormie

    IT/Software career thread: Invert binary trees for dollars.

    But whatever was popped is still a thing in memory. Why would you not be able to reference it?
  20. wormie

    PoundMeToo: Self Defense VS Xhes, Xhers, and Attack Helicopters

    Your opinion sucks dick. Good bye.
  21. wormie

    IT/Software career thread: Invert binary trees for dollars.

    Why do you pop an element off a stack? Also what is the state of the stack once it’s popped?
  22. wormie

    PoundMeToo: Self Defense VS Xhes, Xhers, and Attack Helicopters

    Well Vanessa has the victim playing, illogical argument part of being a woman down pretty well.
  23. wormie

    Marvel's Daredevil

    Yeah they can eat my political cock. Fuck them. I think it's time to cancel shitflix.
  24. wormie

    The Actor / Director Blacklist

    Damon Lindelof. Because Lost.
  25. wormie

    Star Wars Resistance

    The force is white
  26. wormie

    Marvel's Daredevil

    Will watch this. Will not watch the other trash.
  27. wormie

    Computer Issues

    Have you tried trying to power this thing on without the ram?
  28. wormie

    Twitch.tv

    I work for myself. So as much as I want.
  29. wormie

    Poll Should Janet’s crotch spawn be allowed to fly.

    I flew to Peru earlier in the year and it was a red eye flight. There was a shitty anchor baby on the plane that screamed the whole fucking night. Drop kicking that bundle of shit would have been amazing.
  30. wormie

    Twitch.tv

    So you are not paying 1000 a month with 10k deductible like the post i was replying to claimed? Congratulations.
  31. wormie

    Twitch.tv

    I pay 500 a month with 2.2k deductible.
  32. wormie

    World of Warcraft: Current Year

    I bought enough time to get the boat mount :(
  33. wormie

    Men's Fashion

    I have very black and very thick facial hair. I clean neck and cheeks and trim using 5 setting on any trimmer (these seem uniform). Keeping that shit unkempt and wild is not a good look.
  34. wormie

    Men's Fashion

    2k sounds cheap. I was thinking like 4-5k.
  35. wormie

    How Old Are You?

    Mentally or physically?
  36. wormie

    Men's Fashion

    I feel like it’s time for me to switch to dress shirts, slacks and shoes. Maybe a blazer too. Shoes I have covered but the rest I want to get while tossing my current shirts(don’t really have any slacks). Price doesn’t matter but the smaller the quality/price ratio is, the better. For shirts I...
  37. wormie

    RIP Telltale Games

    Nah, she is just extra oppressed.
  38. wormie

    RIP Telltale Games

    Only the young girl in the middle third row is fuck able. The rest are revolting.
  39. wormie

    IT/Software career thread: Invert binary trees for dollars.

    For educational fun: 42 silly ways to say "Hello" in modern C++ (Sep 2018)
  40. wormie

    Linux OS stuff Thread

    Nope