This may seem like a stupid question, but I'm wondering if it's possible to use C++ to program for the DS instead of C?
I've started teaching myself C++ and wouldn't want to confuse myself further!
I've tried having a quick play around but the compiler still wants to use "main.c" instead of "main.cpp".
Possible to use C++ instead of C?
Re: Possible to use C++ instead of C?
yes you can use c++ to program for the ds. changing the extension from .c to .cpp should be everything you need to do.
what do you mean with the compiler still wants to use main.c.
what do you mean with the compiler still wants to use main.c.
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Possible to use C++ instead of C?
if you renamed main.c to main.cpp you'll need to clean before rebuilding since the dependencies will still be looking for .c otherwise.
Who is online
Users browsing this forum: No registered users and 5 guests