Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: about MCIERROR err = mciSendCommand(....) function Pin
Raja Bose C Leo3-Jan-07 1:38
Raja Bose C Leo3-Jan-07 1:38 
GeneralRe: about MCIERROR err = mciSendCommand(....) function Pin
kakan3-Jan-07 2:22
professionalkakan3-Jan-07 2:22 
AnswerRe: about MCIERROR err = mciSendCommand(....) function Pin
Mark Salsbery3-Jan-07 7:24
Mark Salsbery3-Jan-07 7:24 
GeneralRe: about MCIERROR err = mciSendCommand(....) function [modified] Pin
Raja Bose C Leo4-Jan-07 0:34
Raja Bose C Leo4-Jan-07 0:34 
GeneralRe: about MCIERROR err = mciSendCommand(....) function Pin
Mark Salsbery4-Jan-07 5:10
Mark Salsbery4-Jan-07 5:10 
AnswerRe: about MCIERROR err = mciSendCommand(....) function Pin
Hamid_RT3-Jan-07 17:48
Hamid_RT3-Jan-07 17:48 
Questionstore certain amount of total number Pin
davvid2-Jan-07 19:02
davvid2-Jan-07 19:02 
AnswerRe: store certain amount of total number Pin
Christian Graus2-Jan-07 19:12
protectorChristian Graus2-Jan-07 19:12 
davvid wrote:
for ( int j = 0; i < 52 && j < 3; i++, j++ ){ cout << deck[i].suit << deck[i].face <<" "; deck[i].value++; }


I don't see how this can work. j will go up to 52, because it increases with i. deck[i].value is incremented, but never used in any way. It looks like it's all a mess.

I also don't see how this code relates to your question.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: store certain amount of total number Pin
davvid2-Jan-07 20:10
davvid2-Jan-07 20:10 
GeneralRe: store certain amount of total number Pin
Christian Graus2-Jan-07 22:15
protectorChristian Graus2-Jan-07 22:15 
QuestionCan Custom control with generic CWnd use CScrollView? Pin
cyn82-Jan-07 18:41
cyn82-Jan-07 18:41 
AnswerRe: Can Custom control with generic CWnd use CScrollView? Pin
kasturi_haribabu3-Jan-07 0:19
kasturi_haribabu3-Jan-07 0:19 
AnswerRe: Can Custom control with generic CWnd use CScrollView? Pin
dabs3-Jan-07 3:06
dabs3-Jan-07 3:06 
Questionwhy is connect returning -1? Pin
arbster2-Jan-07 18:38
arbster2-Jan-07 18:38 
AnswerRe: why is connect returning -1? Pin
Richard Andrew x642-Jan-07 18:41
professionalRichard Andrew x642-Jan-07 18:41 
GeneralRe: why is connect returning -1? Pin
arbster2-Jan-07 19:02
arbster2-Jan-07 19:02 
QuestionRe: why is connect returning -1? Pin
prasad_som2-Jan-07 18:44
prasad_som2-Jan-07 18:44 
AnswerRe: why is connect returning -1? Pin
arbster2-Jan-07 18:52
arbster2-Jan-07 18:52 
GeneralRe: why is connect returning -1? Pin
Richard Andrew x642-Jan-07 19:24
professionalRichard Andrew x642-Jan-07 19:24 
QuestionWinsock Connections Pin
Richard Andrew x642-Jan-07 18:16
professionalRichard Andrew x642-Jan-07 18:16 
AnswerRe: Winsock Connections Pin
Richard Andrew x642-Jan-07 18:38
professionalRichard Andrew x642-Jan-07 18:38 
QuestionWow...This is killing me!! Sombody please Help!! Pin
arbster2-Jan-07 16:52
arbster2-Jan-07 16:52 
AnswerRe: Wow...This is killing me!! Sombody please Help!! Pin
prasad_som2-Jan-07 17:12
prasad_som2-Jan-07 17:12 
AnswerRe: Wow...This is killing me!! Sombody please Help!! Pin
bob169722-Jan-07 18:07
bob169722-Jan-07 18:07 
QuestionERROR IN FROM CLAUSE Pin
Shouvik Das2-Jan-07 16:35
Shouvik Das2-Jan-07 16:35 

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.