Can I program in C++?

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

Moderators: cheriff, TyRaNiD

Post Reply
logank9
Posts: 1
Joined: Thu Jul 30, 2009 7:32 pm

Can I program in C++?

Post by logank9 »

OK, so I just finished compiling PSP SDK and toolchain on Ubuntu ( took a while... ) and I've been looking around for tutorials on hello world programs. The only problem is that they are all in C. I prefer C++ myself, so does it matter if I program in either language?

Also, if it's possible, could someone post a makefile for compiling C++ code?

Sorry if I'm doing something wrong posting here.

Thanks in advance,
Logan
slasher2661996
Posts: 91
Joined: Sun Feb 22, 2009 8:32 am
Location: Melbourne Australia ZOMG

Post by slasher2661996 »

it's pretty much exactly the same, just name your files .cpp instead of .c

next time go ask your question's here
Post Reply