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

C / C++ / MFC

 
QuestionRe: about MCIERROR err = mciSendCommand(....) function Pin
kakan2-Jan-07 19:15
professionalkakan2-Jan-07 19:15 
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 
hello,

I have problem with plus. i couldnt get right total number!
And also I ld to know how to store all list of total number. coz i ld to compare them wh is biggest and smallest.

int n = 0;
  cin>>n;
  //vector<int> v;
  //int scores[n];

	for ( i = 0; i < 3*n; ) {
	cout << "Hand #" << n<< '\n';
		for ( int j = 0; i < 52 && j < 3; i++, j++ ){
		cout << deck[i].suit << deck[i].face <<" ";
		deck[i].value++;
		}
		
		cout<<deck[i].value<<endl<<endl;
		}


sample result:

S5 HK H6 total 6 //K worth 11,

AnswerRe: store certain amount of total number Pin
Christian Graus2-Jan-07 19:12
protectorChristian Graus2-Jan-07 19:12 
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 

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.