What's new

What do i need?

Homlesshobo

New member
ok, i want to make an emu, i have some experince with C++. I know how to do arrays and other stuff, anyways, is there any tutorials, special compilers or programs that might be usefull. Im not trying to make an Xbox emu or anything, just a little Snes one or somthin.
 

Eagle

aka Alshain
Moderator
Homlesshobo said:
ok, i want to make an emu, i have some experince with C++. I know how to do arrays and other stuff, anyways, is there any tutorials, special compilers or programs that might be usefull. Im not trying to make an Xbox emu or anything, just a little Snes one or somthin.

If basic C++ is the extent of your knowledge you will first need to learn up on C++ for windows applications, unless you want to make a linux emu then ditto for linux. From what your telling me here, it looks as though command line programming is the best you know? If not I appologize but it seems as though you have only basic C++ knowledge.
 
OP
H

Homlesshobo

New member
Eagle said:
If basic C++ is the extent of your knowledge you will first need to learn up on C++ for windows applications, unless you want to make a linux emu then ditto for linux. From what your telling me here, it looks as though command line programming is the best you know? If not I appologize but it seems as though you have only basic C++ knowledge.

Ya, i havent really experimented on programming windows apps, just IOstream stuff. I got it all from this book i bought. But where can I look to find tutorials on programing on Windows?
 

Top