Link to home
Start Free TrialLog in
Avatar of parkerx
parkerx

asked on

circles

Can someone give me a simple code in C++/mfc what draws 6 different coloured
circles with 6 random numbers ranging from 1-49 written in them.

I am trying my hand on game progrmaming
and need this for a lottery game I am trying to write.

Thanks.
Avatar of sunj
sunj

What is the problem that you are facing? You don't know which function to call?
Newbie question!

I think you should buy yourself a C++ and MFC programming book and maybe a beginners book on programming and start reading. Games programming is not something that is learnt overnight.

You really need to take some time and read about C++ or maybe programming basic like felonius said. you best bet is to go take some college courses on programming languages(if books aren't your thing). You may findout that C++ is not the language you need to use. C++ is one of the most difficult languages out there. But...when all-else-fails Remember these three words: conceptual, logical, physical (you can do the conceptual RIGHT NOW until you learn C++)and life in programming becomes alittle easier.... Good Luck!
ASKER CERTIFIED SOLUTION
Avatar of mikefulton
mikefulton

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of parkerx

ASKER

Answer accepted
Avatar of parkerx

ASKER

Thanks Mike. I should be trying this
out today.

Best wishes