Jump to content

Recommended Posts

Posted

My converter is Microsoft Visual C++, in fact, im in the class right now..., but yeah I want to start to learn graphics, I found tuturials, but the only usefull one I found invloves constant searching

  • Replies 61
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Hey, axl, before you start making a name, you might want to learn some coding, or else you'll get stuck the second you decode the emu's your planning on working from.

Posted

Go to www.cprogramming.com, great site to begin with, it even has quizes just incase you get lost :) , im in it right now, tho I still can't find the lesson that introduces me to using graphics

Posted

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.

Posted

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!

Posted (edited)

I haven't exactly started on it, I'll print it during school days so I can stop wasting time in school and read up, do something actually usefull in school besides sleeping....

Edited by axl
Posted

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

Posted

I currently am learning c++ myself

 

I'm learning it out of a book

 

can't wait till I get to the part about making gui's instead of having to do everything out of command line

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...