Jump to content

How do I make emulators?


Recommended Posts

  • Replies 61
  • Created
  • Last Reply

Top Posters In This Topic

Drake, are you using MFC, writing to the API, or writing console applications?

If you can't tell the diffrence between the three, here is my quick guide:

 

--------Someboddy's quick guide to know what kind of programs you write--------

 

If you have a main function ("void main" or "int main"), then you are writing console applications.

If you have a WinMain function (something "LRESULT CALLBACK WinMain", I think), then you are writing to the API.

If you don't have any of them, then you are using MFC.

Link to comment
Share on other sites

Console Aplications, and I figured this were console applications since when I run them the councel window pops out, remember, the classes in the U.S suck!

 

Anyways, axl, did you follow my link? It's the best free tuturial out there!

Link to comment
Share on other sites

lol, thats funny because I just started working in school, o well, hope you can make it because I need something to work on with C++, anybody want a calculater program or something that requires math? I can do it with a MS-DOS program, but tell me what you want in it so I can do it for you before I loose my C++ skills

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...