Search found 3 matches
- Sun Sep 21, 2008 1:11 pm
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 47352
Re: Compile Error
BTW, what does function index() do ?
- Sun Jun 22, 2008 10:51 am
- Forum: C++
- Topic: Dynamic allocation of matrix?
- Replies: 5
- Views: 3555
Re: Dynamic allocation of matrix?
By the way there is a mistake in second example of code : instead of "int *matrix" you need to write "int **matrix" 

Re: use fgets
And what are the problems?