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
~147 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for light_handle

I have a text file that I want to tokenize(Separate the words) into a structure defined as [code] typedef struct { int fileno; char word[30]; int position; }storagefile[10000]; [/code] I want to be able to accesses each word, its position and the file it is in. Can anyone tell me …

Member Avatar for Ancient Dragon
0
62
Member Avatar for light_handle

Can anyone please tell me how to store contents of a text file after reading it into a 1D array buffer and then accessing each separate element of the paragraph? Please help

Member Avatar for Ancient Dragon
0
85