Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String of integers Pin
nbugalia17-Sep-07 19:15
nbugalia17-Sep-07 19:15 
AnswerRe: String of integers Pin
Russell'17-Sep-07 23:24
Russell'17-Sep-07 23:24 
AnswerRe: String of integers Pin
David Crow18-Sep-07 4:17
David Crow18-Sep-07 4:17 
GeneralRe: String of integers [modified] Pin
Herboren18-Sep-07 4:43
Herboren18-Sep-07 4:43 
GeneralRe: String of integers Pin
David Crow18-Sep-07 5:32
David Crow18-Sep-07 5:32 
GeneralRe: String of integers Pin
Herboren18-Sep-07 6:13
Herboren18-Sep-07 6:13 
QuestionRe: String of integers Pin
David Crow18-Sep-07 6:51
David Crow18-Sep-07 6:51 
AnswerRe: String of integers [modified] Pin
Herboren18-Sep-07 9:04
Herboren18-Sep-07 9:04 
strNumber cannot be declared in the program. The strNumber has to ask for users input, because the number could be anything that user specifies. smell my drift? Laugh | :laugh: . There has to be a way to store the users input '12345' in an array after they type it in.


-- modified at 15:09 Tuesday 18th September, 2007

Here is antoher extended role
--role

Please type in a five digit number: 79135 //Ask for user input

The number you typed was'79135' is this correct? y //Is input correct y/n


The first number '7' from 79135 will be stored in aArray[0]. //store 7 in array0
The second number '9' from 79135 will be stored in aArray[1]. //store 9 in array0
The third number '1' from 79135 will be stored in aArray[2]. //store 1 in array0
The fourth number '3' from 79135 will be stored in aArray[3]. //store 3 in array0
The fifth number '5' from 79135 will be stored in aArray[4]. //store 5 in array0

Each element of the 5 digit number from user input have been stored individually in the array[5]


--role--
GeneralRe: String of integers Pin
David Crow18-Sep-07 10:36
David Crow18-Sep-07 10:36 
GeneralRe: String of integers Pin
Herboren18-Sep-07 10:58
Herboren18-Sep-07 10:58 
QuestionRe: String of integers Pin
David Crow18-Sep-07 11:06
David Crow18-Sep-07 11:06 
AnswerRe: String of integers [modified] Pin
Herboren18-Sep-07 11:17
Herboren18-Sep-07 11:17 
GeneralRe: String of integers Pin
David Crow19-Sep-07 7:58
David Crow19-Sep-07 7:58 
Questioncode for opening,closing and saving an image file Pin
itsgood12317-Sep-07 14:23
itsgood12317-Sep-07 14:23 
AnswerRe: code for opening,closing and saving an image file Pin
Sarath C17-Sep-07 15:49
Sarath C17-Sep-07 15:49 
QuestionRe: code for opening,closing and saving an image file Pin
Mark Salsbery17-Sep-07 18:22
Mark Salsbery17-Sep-07 18:22 
AnswerRe: code for opening,closing and saving an image file Pin
Hamid_RT18-Sep-07 3:15
Hamid_RT18-Sep-07 3:15 
QuestionHow to switch the views by CButton cointrol on CFormview view in MDI Pin
llkkxx17-Sep-07 13:07
llkkxx17-Sep-07 13:07 
AnswerRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Vaclav_17-Sep-07 16:10
Vaclav_17-Sep-07 16:10 
QuestionRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Nelek17-Sep-07 20:14
protectorNelek17-Sep-07 20:14 
QuestionRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Nelek17-Sep-07 20:00
protectorNelek17-Sep-07 20:00 
AnswerRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Vaclav_18-Sep-07 10:23
Vaclav_18-Sep-07 10:23 
GeneralAbout the assertion Pin
Nelek18-Sep-07 21:23
protectorNelek18-Sep-07 21:23 
QuestionWhere does the application's code go? Pin
daniel3343317-Sep-07 11:33
daniel3343317-Sep-07 11:33 
AnswerRe: Where does the application's code go? Pin
David Crow17-Sep-07 11:54
David Crow17-Sep-07 11:54 

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.