Forum: C
Mar 5th, 2008, 2:05 PM
|
|
Replies: 9
Views: 531
|
Forum: C
Mar 3rd, 2008, 3:59 PM
|
|
Replies: 9
Views: 531
Re: I need help in writting pseudocode
@Sane "I'd recommend putting an upper-boundary on how large the matrix can be"
int A[m] [n];
int B[k] [l];
int C[t] [u];
Giving an upper boundary on how large would fail the question because the...
|
Forum: C
Mar 2nd, 2008, 5:42 AM
|
|
Replies: 9
Views: 531
I need help in writting pseudocode
Am really embarrasingly new to C/C++, a good thing you cant see me otherwise I wouldnt post here. Okay the thing is I got this book called C language by o relly, I didnt find it simple to understand....
|