| View previous topic :: View next topic |
| Author |
Message |
webjeff
Joined: 05 May 2005 Posts: 66
|
Posted: Tue May 10, 2005 2:33 pm Post subject: C++ Example built yet? |
|
|
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 |
|
| Back to top |
|
 |
agentbob
Joined: 10 May 2005 Posts: 8
|
Posted: Tue May 10, 2005 2:48 pm Post subject: |
|
|
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? |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Tue May 10, 2005 4:37 pm Post subject: |
|
|
using the ps2dev compiler for c++ requires some knowledge, read up on c++ issues on the ps2dev forums. _________________ Kung VU |
|
| Back to top |
|
 |
|