Search:

Type: Posts; User: extremebfn

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,043

    C Structures...HELP

    Why doesn't this work?

    I have a main "struct CatRec" Structure. Each Cat can have several Kittens,so i created a structure for the kittens...so now each CAt can have a maximum of 20 Kittens...but...
  2. Thread: Struct Help

    by extremebfn
    Replies
    6
    Views
    1,047

    Struct Help

    Hi....i want to add data into a struct array and save it. how will i do this?i can get it to work.please help....





    // STRUCTURES

    struct CatRec {
    char catname[10]; // Cat Name
Results 1 to 2 of 2