Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
oop on gba :)   Message List  
Reply | Forward Message #6734 of 15019 |
Re: [gbadev] oop on gba :)

Use g++ to compile:

g++ blah.cpp

or add -lstdc++ to the command line

gcc -lstdc++ blah.cpp






Sun Sep 2, 2001 7:51 am

fenix@...
Send Email Send Email

Forward
Message #6734 of 15019 |
Expand Messages Author Sort by Date

Hi everybody! I would to user OOP on GBA. Is it possible ? My test application (compiled under GCC - DevKit Advanced based on GCC3.0.1 if I don't mistake) need...
Jerzy Kut
gephard-gbadev@...
Send Email
Sep 2, 2001
4:18 am

Use g++ to compile: g++ blah.cpp or add -lstdc++ to the command line gcc -lstdc++ blah.cpp...
Jason Wilkins
fenix@...
Send Email
Sep 2, 2001
8:04 am

For me to get Devkitadvance working I had to link with crtbegin.o crtend.o libstdc++.a and don't use -nostdlib OR -nodefaultlibs otherwise you'll have to link...
Aaron Koolen
blitzed@...
Send Email
Sep 3, 2001
6:29 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help