GP32 C++


C is compatible with C++. you shouldn't have to change it any.

Unless you are looking for an OOP implementation of the tutorial, in which case, you I don't think you are going to find it.
 
Are you really a fucking idiot, or are you just a troll.

C++ is basically C but with lots more Object Oriented features. (It's more complex than that, but that's a simplification).

So listen this time when I tell you that you can do everything you can do in C in C++, meaning that if you know C++, you should already know C by default. Meaning, that tutorial could be incorporated into a C++ program with absolutly NO modification.

Oh and did I tell you that you are a fucking idiot.
 
Daz_Genetic posted on Feb 21 2004 at 09:00 AM said:
Are you really a fucking idiot, or are you just a troll.

Oh and did I tell you that you are a fucking idiot.
why don't you shut the fuck up? we don't need dick heads like you!
 
Last edited by a moderator:
synkro posted on Feb 21 2004 at 02:57 PM said:
Daz_Genetic posted on Feb 21 2004 at 09:00 AM said:
Are you really a fucking idiot, or are you just a troll.

Oh and did I tell you that you are a fucking idiot.
why don't you shut the fuck up? we don't need dick heads like you!
EXACTLY :)
 
Last edited by a moderator:
i find some things weird like if a file has /////////// comments in it ///////// then it wont compile until i get rid of them is ////// a c++ thing ? + /* a c thing */ :S confused this is related to the files that the program for making image files + sound files spits out
 
I agree with Daz_Genetic

The tutorial is QUITE SIMPLE, all it uses is:

IF
WHILE
FOR

int
arrays
functions

SDK specific funcions

if you claim to "know/understand c++" you should have NO PROBLEM understanding any of the above. what exactly DON'T you understand?

I am all for helping the community, but someone claiming to "understand" c++ and not understanding the tutorial cause its in c is just asking to get flamed. Besides, he contradicts himself in his 2 posts. First he claims the tutorial is in C then he says its in C++.
 
unlucky posted on Feb 21 2004 at 08:00 PM said:
i find some things weird like if a file has /////////// comments in it ///////// then it wont compile until i get rid of them is ////// a c++ thing ? + /* a c thing */ :S confused this is related to the files that the program for making image files + sound files spits out
You are correct.

Comments in C are written as /* comment */

Comments in C++ are written as // comment

GP32Converter creates .h files that have C++ comments and if you do not have your compiler set to accept C++ files then it will not work.

What you should do is, EDIT your Makefile and change where it says "gpmain.c" to "gpmain.cpp". This was the only change I had to make in order to make devkitadv compile C++ for me.
 
Last edited by a moderator:
Ok, I apologize for taking out my anger in this thread. I just find Blipped4's name in nearly every post and 90% of those replies make no sense to the original question. Many of them he seems to only be posting for the sake of posting and little more.

I tried to help him with my original message, but he ignored it and claimed that he can't understand C and C++ at the same time. I think I have every right to get angry at the guy, though I know I shouldn't express it in a public forum.
 
Anyone else get the feeling they're the same person? People don't usually defend another person out of no where for no reason. It just isn't human nature ;) Not to mention he's no praising Blipped. I've never seen anyone do that before! :lol:
 
Back
Top