Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
21% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #27.9K
~771 People Reached
Favorite Forums
Favorite Tags
c x 7

5 Posted Topics

Member Avatar for .It.

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(""); }

Member Avatar for biswajit_cs07
0
123
Member Avatar for vdx

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

Member Avatar for biswajit_cs07
0
200
Member Avatar for protas

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 …

Member Avatar for biswajit_cs07
0
174
Member Avatar for tquiva
Member Avatar for rico.tee
Member Avatar for abhimanipal
0
153

The End.