Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Pacer
Forum: C May 29th, 2006, 10:01 AM
Replies: 9
Views: 345
Posted By Pacer
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
Posted By Pacer
Dark,I have completed. /* linked list main file...

Dark,I have completed.

/* linked list main file */
#include "H1.h"

linklist * create(linklist * point[2]) /* Define the Function to create linked list*/
{
linklist * head,* tail;
...
Forum: C May 24th, 2006, 9:57 PM
Replies: 4
Views: 253
Posted By Pacer
thank you Dark. This is what I want to know. I...

thank you Dark.
This is what I want to know.
I really didn't know where the error occured.But I have no more info about it. :(
Forum: C May 24th, 2006, 9:33 PM
Replies: 4
Views: 253
Posted By Pacer
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...
Showing results 1 to 4 of 4

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:29 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC