Thread: My Project

  1. #1
    Unregistered
    Guest

    Post My Project

    hi evry one
    i whant the declration of the linkd list of this project
    and the setq() function ( how can i insert chars in the list ? )
    and how to print out the list ?

    can you help me please
    the copy of the Q is hear and save it to your computer (coz the
    fount is't clear ...)
    http://communities.msn.com/talalc/sh...hoto&PhotoID=1

    and the 2nd pagr is hear:
    http://communities.msn.com/talalc/sh...hoto&PhotoID=2


    thanxs 4 ur help

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    21
    hi evty one
    i think that the defnation of my link list in the projeect is
    like this :
    Code:
    typedef struct node
    {
            union
           {
                   struct node *dw;
                   char ch[70];
           };
            struct node *next;
    }RN, *ptr;
    i need for going on this homework a hed or a prototype
    of the insert in link list Function !!

    please ,,,,

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM