So I have a background in C++, but a professional indie game developer who has been in the field for years used to teach me programming. He was always using mixed C and C++, using just the bits he needed of the C++ language to get the job done.
That was probably 8 or more years ago, but now I find ...
Search found 13 matches
- Tue Dec 09, 2014 5:40 am
- Forum: devkitARM
- Topic: undefined reference to namespaced globals??
- Replies: 4
- Views: 12795
Re: undefined reference to namespaced globals??
Turns out that was the problem indeed. I'm totally not used to makefiles and still am clueless but figured out that the provided makefile for ctrulib-based projects doesn't traverse into subfolders when building source files, so it wasn't compiling my neatly organized code. Kind of a pain but not so ...
- Sat Nov 29, 2014 3:24 am
- Forum: devkitARM
- Topic: undefined reference to namespaced globals??
- Replies: 4
- Views: 12795
undefined reference to namespaced globals??
Hi all, great to see so many people into homebrew on here :)
With the 3DS scene kind of exploding lately, I've decided to see if i can port a C++11 project of mine to the 3DS.
I'm running into the weirdest issue, however..
the following produces errors for me, for some reason. Anyone care to take ...
With the 3DS scene kind of exploding lately, I've decided to see if i can port a C++11 project of mine to the 3DS.
I'm running into the weirdest issue, however..
the following produces errors for me, for some reason. Anyone care to take ...