Search:

Type: Posts; User: MutantJohn

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    11
    Views
    9,996

    The C++ slack is alive and kicking:...

    The C++ slack is alive and kicking: cpplang.slack.com

    I can invite it people need one.
  2. Thread: What's up?

    by MutantJohn
    Replies
    3
    Views
    1,690

    I used to love that cartoon lol. I'm kinda...

    I used to love that cartoon lol. I'm kinda surprised to even see it referenced XD
  3. Thread: Hello

    by MutantJohn
    Replies
    3
    Views
    2,998

    Holy crap, he lives and breathes! Alright,...

    Holy crap, he lives and breathes!

    Alright, man, you gotta join the C++ Slack.

    Join using this.
  4. Replies
    3
    Views
    3,149

    There are still 32 bit processors?

    There are still 32 bit processors?
  5. Replies
    4
    Views
    4,143

    Yes! We can most certainly help you, OP. ...

    Yes! We can most certainly help you, OP.

    Consider using Compiler Explorer

    Here you can play around with all kinds of C++ code and see how it compiles across various compilers.
  6. I don't think it's a good practice either to use...

    I don't think it's a good practice either to use using directives inside header files.
  7. Thread: Greetings

    by MutantJohn
    Replies
    5
    Views
    4,243

    Yeah, let's pump some life into this board. Ask...

    Yeah, let's pump some life into this board. Ask lots of question, this site needs more traffic.
  8. Replies
    12
    Views
    9,271

    Hmm, unfortunate. Does this link maybe help?...

    Hmm, unfortunate.

    Does this link maybe help? MinGW-w64 - for 32 and 64 bit Windows / Wiki2 / Building Boost
  9. Replies
    12
    Views
    9,271

    Are you making sure that you're specifying your...

    Are you making sure that you're specifying your toolset to gcc?
  10. Replies
    12
    Views
    9,271

    If you're on Windows, I highly recommend...

    If you're on Windows, I highly recommend downloading and using vcpkg along with CMake. vcpkg is a Linux-like package manager for C++ development on Windows and it's amazing, imo.
  11. Relevant StackOverflow: How do I get currency...

    Relevant StackOverflow: How do I get currency exchange rates via an API such as Google Finance? - Stack Overflow

    In terms of C++ libs, I recommend something easy and simple like the cpprestsdk. I...
  12. Replies
    2
    Views
    1,911

    There's a pretty cool concurrency library that...

    There's a pretty cool concurrency library that came out recently: Concurrency

    Written by some decent C++ developers as well. Figured I'd give it a plug :P
  13. So, I had a lot of fun coding this up. It's so...

    So, I had a lot of fun coding this up. It's so over-engineered that it can't possibly be turned in for a homework assignment: Compiler Explorer - C++

    But that's some type-safe, awesome C++ for ya!...
  14. Thread: New server!

    by MutantJohn
    Replies
    5
    Views
    4,613

    Oh, it seems like it's a site that attempts to...

    Oh, it seems like it's a site that attempts to audit your security measures. Probably only exists to give users a sense of peace of mind.
  15. Replies
    8
    Views
    3,328

    I also wanna highly recommend Catch. It's...

    I also wanna highly recommend Catch. It's amazing! If you don't need mocking capabilities :P
  16. Replies
    8
    Views
    3,328

    Just pick a project that you're passionate about...

    Just pick a project that you're passionate about and code it to completion.
  17. Replies
    1
    Views
    2,118

    This is probably a fantastic case for not using...

    This is probably a fantastic case for not using "using namespace std;" and also calling functions in an unqualified way.

    But to answer your question, because there's multiple suitable definitions...
  18. Replies
    2
    Views
    4,299

    What would be politically incorrect about saying,...

    What would be politically incorrect about saying, "Like most super hero movies, it sucked and was better in my imagination"?

    Or is this because Gal Gadot is Israeli? ;)
  19. Thread: GC'd C++

    by MutantJohn
    Replies
    9
    Views
    5,304

    Well, there is garbage collector support. If you...

    Well, there is garbage collector support. If you scroll down on this page you can see a section about garbage collector support.

    The thing is though, C++ doesn't need a garbage collector, by and...
  20. Replies
    7
    Views
    8,759

    Ooh, that would've been such a cool feature! If...

    Ooh, that would've been such a cool feature! If you had an account for such and such amount of time without being horrendously moderated constantly, you have implicit approval. That'd be so cool lol.
  21. Watch Ghana vs Spain Live Stream! (http://Watch...

    Watch Ghana vs Spain Live Stream!


    Edit:

    The OP immediately reminded me of all the recent spam bots :P

    "Hey, does this link work for you guys?"
  22. You probably just need to add the include path....

    You probably just need to add the include path. It's "-I/path/to/lib/directory"
  23. Replies
    6
    Views
    4,682

    We might need to see the full code here.

    We might need to see the full code here.
  24. Replies
    6
    Views
    4,682

    void pointers are more or less meant for raw byte...

    void pointers are more or less meant for raw byte allocations. If you wanna use temp, you need it to point to a real type. Keep in, void pointers are allowed but there's no such thing as a void value...
  25. Replies
    6
    Views
    2,816

    My gf and I made some pretty good coconut curry...

    My gf and I made some pretty good coconut curry last night. We've finally realized that you can/should toast your spices before cooking with them and the food turned out significantly better.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4