Click here to Skip to main content
15,899,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionurgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
makaveli_0730-Apr-06 5:26
makaveli_0730-Apr-06 5:26 
AnswerRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Maxwell Chen30-Apr-06 5:42
Maxwell Chen30-Apr-06 5:42 
GeneralRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
makaveli_0730-Apr-06 6:21
makaveli_0730-Apr-06 6:21 
GeneralRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Justin Tay30-Apr-06 6:49
Justin Tay30-Apr-06 6:49 
GeneralRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
makaveli_0730-Apr-06 7:29
makaveli_0730-Apr-06 7:29 
GeneralRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Christian Graus30-Apr-06 11:30
protectorChristian Graus30-Apr-06 11:30 
AnswerRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Stephen Hewitt30-Apr-06 13:49
Stephen Hewitt30-Apr-06 13:49 
AnswerRe: urgent help on randomising 10 digits and write it back in 4 digits in 4 rows... Pin
Rilhas1-May-06 1:30
Rilhas1-May-06 1:30 
I agree that the problem may be simple enough for anyone who is a programmer (or becomming a programmer) to try to solve. You are asking for code, not for clarification on some doubt you have. How would you feel if I asked "can you fill out my tax form for me? please help urgently!"?

Anyway, I will assume you had some problem expressing yourself, and, in fact, you are a newbie and what you don't know how to do is to open a window and draw on it. If that is the case I sugest you start with a simpler language, like Visual Basic. If you must do it in C then I sugest you create an application with the MFC application Wizard and then look for GDI functions in the help. For random numbers you can use rand() and srand(), as already sugested, if the random sequence quality is not an issue in your application.

When you have, at least, tried to do it yourself, and if you have some problem making it work, then come back and make a new post clearly stating what you have done and the problem you are having. I'm sure a lot of people will offer to help if you show you have done, at least, an effort.

Rilhas
QuestionDisplaying/converting a RAW image instead of a BMP image Pin
Tito-K4L30-Apr-06 4:11
Tito-K4L30-Apr-06 4:11 
AnswerRe: Displaying/converting a RAW image instead of a BMP image Pin
Justin Tay30-Apr-06 4:26
Justin Tay30-Apr-06 4:26 
GeneralRe: Displaying/converting a RAW image instead of a BMP image Pin
Tito-K4L30-Apr-06 4:35
Tito-K4L30-Apr-06 4:35 
GeneralRe: Displaying/converting a RAW image instead of a BMP image Pin
Justin Tay30-Apr-06 5:10
Justin Tay30-Apr-06 5:10 
GeneralRe: Displaying/converting a RAW image instead of a BMP image Pin
Christian Graus30-Apr-06 11:39
protectorChristian Graus30-Apr-06 11:39 
AnswerRe: Displaying/converting a RAW image instead of a BMP image Pin
Saurabh.Garg30-Apr-06 14:06
Saurabh.Garg30-Apr-06 14:06 
QuestionBinary Tree Help Pin
Blah Blah Blah 2930-Apr-06 3:59
Blah Blah Blah 2930-Apr-06 3:59 
AnswerRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 5:14
Maxwell Chen30-Apr-06 5:14 
GeneralRe: Binary Tree Help Pin
Blah Blah Blah 2930-Apr-06 7:59
Blah Blah Blah 2930-Apr-06 7:59 
GeneralRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 8:08
Maxwell Chen30-Apr-06 8:08 
GeneralRe: Binary Tree Help Pin
David Crow1-May-06 6:20
David Crow1-May-06 6:20 
AnswerRe: Binary Tree Help Pin
Stephen Hewitt30-Apr-06 13:52
Stephen Hewitt30-Apr-06 13:52 
GeneralRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 18:09
Maxwell Chen30-Apr-06 18:09 
GeneralRe: Binary Tree Help Pin
Stephen Hewitt30-Apr-06 18:12
Stephen Hewitt30-Apr-06 18:12 
GeneralRe: Binary Tree Help Pin
Maxwell Chen30-Apr-06 18:17
Maxwell Chen30-Apr-06 18:17 
QuestionA couple of problems - cin.get - (Beginner) Pin
haitch7930-Apr-06 3:56
haitch7930-Apr-06 3:56 
AnswerRe: A couple of problems - cin.get - (Beginner) Pin
Justin Tay30-Apr-06 7:33
Justin Tay30-Apr-06 7:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.