C++ Example built yet?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
webjeff
Posts: 66
Joined: Thu May 05, 2005 2:51 am

C++ Example built yet?

Post by webjeff »

Hello,

I have been working with the C hello world example, and cannot seem to build it successfully using C++. Does anyone know how this is done and can maybe assist me? Thanks

Jeff
agentbob
Posts: 8
Joined: Tue May 10, 2005 1:49 pm

Post by agentbob »

It's written in C, therefore you should use a C compiler.

Not quite sure what you mean by using C++. You mean using a C++ compiler? If so, the GNU C++ compiler (g++) will usually work.

Give more details. Are you getting compile errors or what?
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

using the ps2dev compiler for c++ requires some knowledge, read up on c++ issues on the ps2dev forums.
Kung VU
Post Reply