Search results

  1. S

    Homebrew C++11 support for 3DS Homebrew

    I believe it would, but it's still strange that it doesn't let me use to_string. Thank you for the code snippet. I will probably use that for now. I have heard that it's a bit slower performance-wise though. EDIT: It seems I can't use cout either... How would I log to the console with cpp...
  2. S

    Homebrew C++11 support for 3DS Homebrew

    Hey guys, I'm just getting into developing homebrew for the 3ds and I'm really looking to use C++ over c. Call me lazy, but I just want to use the to_string function to convert integers to strings. While it looks like some C++11 support is there (such as "auto" working), I get this error...