Click here to Skip to main content
15,921,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRegistry returning FILE_NOT_FOUND Pin
Richard Andrew x6420-Jan-18 13:46
professionalRichard Andrew x6420-Jan-18 13:46 
AnswerRe: Registry returning FILE_NOT_FOUND Pin
Randor 20-Jan-18 16:40
professional Randor 20-Jan-18 16:40 
GeneralRe: Registry returning FILE_NOT_FOUND Pin
Richard Andrew x6421-Jan-18 2:16
professionalRichard Andrew x6421-Jan-18 2:16 
GeneralRe: Registry returning FILE_NOT_FOUND Pin
Randor 21-Jan-18 6:26
professional Randor 21-Jan-18 6:26 
GeneralRe: Registry returning FILE_NOT_FOUND Pin
Richard Andrew x6421-Jan-18 9:32
professionalRichard Andrew x6421-Jan-18 9:32 
QuestionRe: Registry returning FILE_NOT_FOUND Pin
Richard MacCutchan20-Jan-18 21:11
mveRichard MacCutchan20-Jan-18 21:11 
AnswerRe: Registry returning FILE_NOT_FOUND Pin
Victor Nijegorodov21-Jan-18 1:07
Victor Nijegorodov21-Jan-18 1:07 
QuestionScript Writing in AutoHotKey Pin
ThatOldGuy19-Jan-18 3:11
ThatOldGuy19-Jan-18 3:11 
AnswerRe: Script Writing in AutoHotKey Pin
Richard MacCutchan19-Jan-18 4:00
mveRichard MacCutchan19-Jan-18 4:00 
GeneralRe: Script Writing in AutoHotKey Pin
ThatOldGuy19-Jan-18 4:12
ThatOldGuy19-Jan-18 4:12 
GeneralRe: Script Writing in AutoHotKey Pin
Rick York19-Jan-18 5:08
mveRick York19-Jan-18 5:08 
GeneralRe: Script Writing in AutoHotKey Pin
Richard MacCutchan19-Jan-18 5:29
mveRichard MacCutchan19-Jan-18 5:29 
GeneralRe: Script Writing in AutoHotKey Pin
ThatOldGuy19-Jan-18 7:12
ThatOldGuy19-Jan-18 7:12 
GeneralRe: Script Writing in AutoHotKey Pin
Richard MacCutchan19-Jan-18 8:06
mveRichard MacCutchan19-Jan-18 8:06 
GeneralRe: Script Writing in AutoHotKey Pin
ThatOldGuy19-Jan-18 8:49
ThatOldGuy19-Jan-18 8:49 
QuestionProblem with multiple bouncing balls program in C Pin
Member 1363226319-Jan-18 0:24
Member 1363226319-Jan-18 0:24 
AnswerRe: Problem with multiple bouncing balls program in C Pin
Richard MacCutchan19-Jan-18 0:36
mveRichard MacCutchan19-Jan-18 0:36 
AnswerRe: Problem with multiple bouncing balls program in C Pin
Member 1363226319-Jan-18 0:59
Member 1363226319-Jan-18 0:59 
GeneralRe: Problem with multiple bouncing balls program in C Pin
Richard MacCutchan19-Jan-18 1:05
mveRichard MacCutchan19-Jan-18 1:05 
GeneralRe: Problem with multiple bouncing balls program in C Pin
Member 1363226319-Jan-18 1:22
Member 1363226319-Jan-18 1:22 
GeneralRe: Problem with multiple bouncing balls program in C Pin
Richard MacCutchan19-Jan-18 1:23
mveRichard MacCutchan19-Jan-18 1:23 
GeneralRe: Problem with multiple bouncing balls program in C Pin
Member 1363226319-Jan-18 1:54
Member 1363226319-Jan-18 1:54 
GeneralRe: Problem with multiple bouncing balls program in C Pin
Richard MacCutchan19-Jan-18 2:51
mveRichard MacCutchan19-Jan-18 2:51 
AnswerRe: Problem with multiple bouncing balls program in C Pin
Jochen Arndt19-Jan-18 1:07
professionalJochen Arndt19-Jan-18 1:07 
GeneralRe: Problem with multiple bouncing balls program in C Pin
Member 1363226319-Jan-18 1:53
Member 1363226319-Jan-18 1:53 
Well, it didn't work and yes I also want to handle overlapping balls and make them bounce together and change direction. But, I don't know how. However, I don't have up to 7 balls. I actually use 3, but each of them has 7 data (color, position, speed etc.). That's why I use i at the for loop to count the number of loops (each ball). Then I use j to go to the desired data of each ball. All the data is being inserted to the program from a .txt file as you can see. It might seem stupid that I don't understand some thing. However, I am a beginner and I am trying to learn. So, please help me and be patient. I really appreciate your help.

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.