Also from the Dashhacks Network: ps3-hacks.com xbox360-hacks.com nes-hacks.com iphone-hacks.com review-hacks.com dashhacks.com
C/C++ PSP Development Studio
greg | April 13, 2007
It seems to be the new in-thing; PSP development environments, and it’s probably for the best. Perhaps we’ll see more new & exciting homebrew in the scene. This particular C/C++ PSP Development Studio comes from developer -MANIAC-, and if you’ve been using any previous related app, this one will definitely capture your attention… Just have a quick glance over the feature list:
- Syntax Highlighting (better engine this time)
- Tabs and auto tab spacing
- Makefile Generation
- Make function
- Make Kxploit function
- Make Clean function
- Bracket highlighting (supports (), {}, [] and others when selected)
- Autosaving (saves your files automatically when you: close, change to another file, and other times)
- Automatic Callback Implementation
- Makefile PRX Version Generation
- Easy Interface
- Line Numberings (for lines occupied)
- Template for kernel app
- Template for prx app
- Couple Glitches :P
- Much More!
…and a sexy screenshot to go with those… (click to enlarge)
Get coding! Nice work, -MANIAC-.
Download: C/C++ PSP Development Studio
- source: qj
Comments (22)Affiliates
Video Games
PSP Hacks Archives
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
©2010 — Dashhacks Inc. || Privacy Policy





What is this program exaclly do?
Helps developers make things for the PSP.
http://en.wikipedia.org/wiki/Integrated_development_environment
http://en.wikipedia.org/wiki/C%2B%2B
those links my help explain it
WOW THAT IS AWSOME, FINALLY SOME EASIER WAY TO WRITE A PROGRAM FOR PSP.
200+ lines in Wordpad gets confusing :).
Who the fuck uses wordpad to code….. YOU = FAILURE
K i thought this wasnt in .net but it is, fuck
wordpad… ouch… you can use visual studio o_0
very nice.
wow…this is so fucking cool…already in the process of learning normal C++ so maybe i’ll start this too! thanks so much!!!
lol, that screen shot was from windows vista
for real!!!! cause no one eles knew that
whoa this is hard to use!, its gud but hard to use…
u have to make the psptoolchain and make a bat file and all that… arghh too hard fo ra n00b (im not one but im looking from their perspective
n00bs shouldn’t program if they find this hard :P
This is not a Developement Studio, its an Editor, and a pretty bad one. Nobody will use this shit.
Seconded. Just use friggin editplus after setting up the toolchain.
Everyone shut their god damn negative faceholes. I don’t see half of you making a standpoint in PSP development, so you have no room to talk. Making so much as an editor is damn hard, believe me, I’ve tried. Visual Studio is a waste unless you pay for the full version, and is designed for Win32 development (Pretty damn hard setting up other enviros). Wordpad lets you unix encode, making code more portable, so wordpad > notepad.
#DEFINE Him ^Failure
wxDev-C++/Dev-C++ is the best free IDE, Code::Blocks is the best wx IDE (Maknig it not so great for PSP development).
And last but not least…
ALL “DEVELOPMENT STUDIOS” ARE JUST FANCY EDITORS. Embedding a compiler is like going to a icecream shack that only sells chocolate. Learn a thing or two about computing/programming before you comment on stuff like this.
I am with u james man these guys bitch and flame to much nice statement
i know how to code, and i believe i have everything i need, and i can’t get this to compile things for me, i right click and select make then No KXploit, and i get no output could ya know, someone tell me what i should have for this to work so i can make sure it’ll work then where to look for it to compile?
ok C/C++…i get that, is there a way to program in C++ and not use C with it? ( -.- i kno that is a noob question but explain it plz) post a source code of a simple hello world code in C++ only plz
#include
using namespace std;
int main (int count, char* parameters[])
{
cout
well, it removed that part of my code :P
But, C++ just has some new features to it like working with classes.
Normally people use cout instead of printf in C++, but it is not required.
You can use C code in C++, but not C++ in C.
Don’t forget to use put extern “C” in front of functions that are written in C, else the linker will not find you function :)
Also search google for C++ tutorials.
vi for life, though I like the initiative