Forum: C
May 29th, 2006, 10:01 AM
|
|
Replies: 9
Views: 345
which is better?
Hello,all.Following is my homework,which is the better(faster and so on).
Thanks.
A.
#include <stdio.h>
int main()
{
int i,j;
for(i=0;i<26;i++)
|
Forum: C
May 24th, 2006, 11:40 PM
|
|
Replies: 4
Views: 253
|
Forum: C
May 24th, 2006, 9:57 PM
|
|
Replies: 4
Views: 253
|
Forum: C
May 24th, 2006, 9:33 PM
|
|
Replies: 4
Views: 253
error of double linked list .
Hello,everybody.
I have no idea to rectify my error.
Could everyone helps me to solve it,thanks all.
I am a fresh man.Thanks again.
head file:
/* head file for double linked list */
/* Filename...
|