use this line at the beginning: /* "@BEGIN_OF_SOURCE_CODE" */
use this line at the end: /* "@END_OF_SOURCE_CODE" */
i hope then you will not get compil error.
Search found 3 matches
- Sun Aug 24, 2003 7:52 pm
- Forum: General
- Topic: Never use yahoomail for submission
- Replies: 6
- Views: 2470
- Thu Aug 21, 2003 6:48 pm
- Forum: Algorithms
- Topic: how long the array is!!!
- Replies: 7
- Views: 3850
- Tue Aug 19, 2003 9:45 pm
- Forum: Algorithms
- Topic: how long the array is!!!
- Replies: 7
- Views: 3850
how long the array is!!!
if i want to search a word from a sentence of length 10^14 char then how could i do it? main problem i can't declare any variable of that langth. Please help me.