Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OT Pin
Luc Pattyn13-Dec-09 10:27
sitebuilderLuc Pattyn13-Dec-09 10:27 
JokeRe: OT Pin
LunaticFringe13-Dec-09 10:33
LunaticFringe13-Dec-09 10:33 
JokeRe: OT Pin
CPallini13-Dec-09 13:21
mveCPallini13-Dec-09 13:21 
GeneralRe: OT Pin
LunaticFringe13-Dec-09 14:42
LunaticFringe13-Dec-09 14:42 
GeneralRe: OT Pin
CPallini13-Dec-09 13:23
mveCPallini13-Dec-09 13:23 
GeneralRe: OT Pin
Luc Pattyn13-Dec-09 14:05
sitebuilderLuc Pattyn13-Dec-09 14:05 
GeneralRe: OT Pin
CPallini13-Dec-09 20:39
mveCPallini13-Dec-09 20:39 
AnswerRe: Help with arrays Pin
LunaticFringe13-Dec-09 9:50
LunaticFringe13-Dec-09 9:50 
You really need to study basic array operations before trying to tackle something like this. There are so many things wrong with the first line alone it's difficult to know where to start...

1) Is Row1 a type you've defined? (It looks like it, since you say it's a struct...)If so, the array declaration is missing a variable name. Or...

2) Is Row1 the variable name? (It looks like it, since you're trying to initialize the array with int's, and not Row1 objects.) If so, you're missing the type, and you misuse the struct keyword...

Like I said, I'd suggest hitting the books and studying array basics. It's really difficult to offer advice on more complicated issues like ball movement if errors with the basics keep us from understanding your intent.

And thanks for using the code block tag. Not to be a nag, but you still need to look at standard indentation practices - reading your code is more difficult than it need be. (Hint - select the code in Visual Studio and simultaneously press Shift+Alt+F.)

Just trying to help, man.

Wink | ;)
GeneralRe: Help with arrays Pin
Chidori-chan13-Dec-09 10:16
Chidori-chan13-Dec-09 10:16 
GeneralRe: Help with arrays Pin
Richard MacCutchan13-Dec-09 10:26
mveRichard MacCutchan13-Dec-09 10:26 
GeneralRe: Help with arrays Pin
LunaticFringe13-Dec-09 10:29
LunaticFringe13-Dec-09 10:29 
QuestionVisual C++ Drag and Drop and get filename and complete path Pin
ilu200713-Dec-09 6:54
ilu200713-Dec-09 6:54 
AnswerRe: Visual C++ Drag and Drop and get filename and complete path Pin
ilu200713-Dec-09 10:29
ilu200713-Dec-09 10:29 
AnswerRe: Visual C++ Drag and Drop and get filename and complete path Pin
Nelek15-Dec-09 20:51
protectorNelek15-Dec-09 20:51 
QuestionSpacebar: Animating a Circle to move across the screen, instead of jumping Pin
Chidori-chan12-Dec-09 21:30
Chidori-chan12-Dec-09 21:30 
AnswerRe: Spacebar: Animating a Circle to move across the screen, instead of jumping Pin
Cedric Moonen12-Dec-09 22:16
Cedric Moonen12-Dec-09 22:16 
GeneralRe: Spacebar: Animating a Circle to move across the screen, instead of jumping Pin
Chidori-chan13-Dec-09 8:32
Chidori-chan13-Dec-09 8:32 
QuestionUsing RFX_Text_Bulk Pin
Larry Mills Sr12-Dec-09 13:35
Larry Mills Sr12-Dec-09 13:35 
AnswerRe: Using RFX_Text_Bulk Pin
Richard MacCutchan12-Dec-09 23:12
mveRichard MacCutchan12-Dec-09 23:12 
GeneralRe: Using RFX_Text_Bulk Pin
Larry Mills Sr13-Dec-09 3:02
Larry Mills Sr13-Dec-09 3:02 
GeneralRe: Using RFX_Text_Bulk Pin
Richard MacCutchan13-Dec-09 3:18
mveRichard MacCutchan13-Dec-09 3:18 
GeneralRe: Using RFX_Text_Bulk [modified] Pin
Larry Mills Sr13-Dec-09 4:28
Larry Mills Sr13-Dec-09 4:28 
GeneralRe: Using RFX_Text_Bulk Pin
Richard MacCutchan13-Dec-09 4:50
mveRichard MacCutchan13-Dec-09 4:50 
GeneralRe: Using RFX_Text_Bulk Pin
Larry Mills Sr13-Dec-09 6:18
Larry Mills Sr13-Dec-09 6:18 
GeneralRe: Using RFX_Text_Bulk Pin
Richard MacCutchan13-Dec-09 6:47
mveRichard MacCutchan13-Dec-09 6:47 

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.