Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~763 People Reached
Favorite Tags

7 Posted Topics

Member Avatar for rontab68

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]; } . . .

Member Avatar for kvprajapati
0
109
Member Avatar for rontab68

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 …

Member Avatar for rontab68
0
162
Member Avatar for rontab68

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.

Member Avatar for SpS
0
80
Member Avatar for rontab68

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 …

Member Avatar for rontab68
0
106
Member Avatar for rontab68

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 …

Member Avatar for rontab68
0
155
Member Avatar for Superboy

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 …

Member Avatar for rontab68
0
116
Member Avatar for dlonge

have you tried booting from your floppy drive? it could be a corrupted file in the hard disk.

Member Avatar for rontab68
0
35

The End.