No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hi, If I want to pass values of one array to another array, is this the proper code implementation. any alternative or suggestions Thanks. . . . for ( i=0; i<9; i++) for (j =0; j<9; j++){ receive[i][j]=transmit[i][j]; } . . . | |
Hi, lets say I have an array of numbers then I want to display a certain array element. the value inside it,that is. in pseudo code that would be.. int array[5][5]; for(x=0;x<6;x++) { if x= array[0][1]; } ; ; ; message output " the value is array[0][1]" I want to … | |
hi, any suggestions on a good reading material or examples about linked list, doubly linked list on the web. or any good book that touches on this`topic very well..thanks bros. I want to keep one for future ;) reference. | |
Hi, Is there a faster means by which I can get data from an edit box and assign them to an array. lets say I got this intergers m_1....m_100, and I want to put the values to an int val[10][10] whaat I did was to hard code each interger to … | |
Hi. I wanted to save an array elements to a text file using Microsoft Visual C++. But I cant seem to put the data into the saved file. I have this part of the code to initiate the save as dialog..Pls help.Thanks void DATADlg::OnSave() { CFile f; char Filter[]= {"DATA … | |
Re: Hi, when you changed the case. The one that you used comes with its own power supply? or did you use the same one that came with gateway. This branded PC like Dell and compaq,HP etc. they use custom manufactured PSU. They actually will short out your MB if you … | |
Re: have you tried booting from your floppy drive? it could be a corrupted file in the hard disk. |
The End.