Pathogen
Newbie
- Joined
- Aug 22, 2003
- Messages
- 54
- Reaction score
- 0
The title says it all, im trying to load a dictionary into a 2D array so i can search it fast, anyways, the compiler chokes on this bit of code
char dict[300000][10];
Is this when you're supposed to use malloc? i've never used that command and im reading up on it now but if a benevolent coder wants to lend a helping hand in the season of giving that would be greatly appreciated, if you guys want me to post all the source here thats doable, i wont unless you guys really need it
Thanks
:cheers:
char dict[300000][10];
Is this when you're supposed to use malloc? i've never used that command and im reading up on it now but if a benevolent coder wants to lend a helping hand in the season of giving that would be greatly appreciated, if you guys want me to post all the source here thats doable, i wont unless you guys really need it
Thanks
:cheers: