ROM Hack C++ help?

Lockon Stratos

Well-Known Member
Member
Joined
Apr 1, 2008
Messages
262
Reaction score
0
Trophies
1
Age
30
Location
Sylvarant - Tales of Symphonia
Website
Visit site
XP
260
Country
Which parts of C++ would I have to learn to be able to create editors for nds roms?
tongue.gif
 
You don´t even need C++ (every programming language works C,Python,C# or whatever) basically you will need to read the file and interpret the data the right way.
But first you should start here Romhacking
 
String manipulation, arrays, input/output streams, bit shifting, casting, pointers, MFC/Win32 API...

But I told you, you really should start with C#. It has native Unicode support, no memory management to worry about, more type safety, and easier GUI design.
 
Ameer10 said:
Which parts of C++ would I have to learn to be able to create editors for nds roms?
tongue.gif
Is there any particular reason you want to do it in C++? Do you know any C++ already?

If not then you should use C#. If you do, you should probably still use C#. Unless there is a good reason for using C++ instead.
 

Site & Scene News

Popular threads in this forum