- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 4
- Posts with Downvotes
- 2
- Downvoting Members
- 3
5 Posted Topics
Re: int array[][]=new int[512][3]; int count=0; for(int i=0;i<8;i++) for(int j=0;j<8;j++) for(int k=0;k<8;k++){ array[count][0]=i; array[count][1]=j; array[count][2]=k; count++; } for(int i=0;i<512;i++) { System.out.print("array["+i+"]:"); for(int j=0;j<3;j++) System.out.print(array[i][j]+" "); System.out.println(""); } | |
Re: Build a object(shared object is also fine) file for ~/linux-2.6.33/fs/internal.h ~/linux-2.6.33/fs/file_table.c And use them while compiling the users.c | |
Re: 1. insertrec() and addrec() functions are doing the same thing. 2. Whenever either of the functions are called the "as" is getting overwritten, where "as" seems like used as total no of records you want to store. Suggestion: 1. Keep only one function to add new records. 2. Keep one … | |
Re: Codes inside the while loop contains lots of ERROR. Do consider them... |
The End.