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
~729 People Reached
Favorite Tags
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
105
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
156
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
76
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
104
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
139
Member Avatar for Superboy

I got this gateway computer from someone its a p4 2.17 ghz 512 ram. He gave it to me because it would not turn on. So i took it home and open the case and i reset the power supply since there was a reset button and it turned on. …

Member Avatar for rontab68
0
114
Member Avatar for dlonge

My computer POSTs but shuts off as soon as windows (ME) tries too start, the problem started after flashing the bios (I've since replaced the chip and reinstalled the OS same problem and getting more eradict, motherboard may be trashed, but before throwing away maybe someone can suggest a work …

Member Avatar for rontab68
0
35