Search:

Type: Posts; User: ROVC009

Search: Search took 0.00 seconds.

  1. Thread: Help!

    by ROVC009
    Replies
    4
    Views
    1,358

    Thanks very much me and my friend finally did the...

    Thanks very much me and my friend finally did the program of entries now we are stuck on a phonebook app ^^
  2. Thread: Help!

    by ROVC009
    Replies
    4
    Views
    1,358

    How do i do this setter?

    Im stuck at this anyone help?




    /* This function sets the name of the entry with the given value. */
    void setName_Entry(ENTRY *self, char *name)
    {
    /* TO DO: Assign name to corresponding...
  3. Thread: Help!

    by ROVC009
    Replies
    4
    Views
    1,358

    Help!

    Im working on aprogram for entries the struct is:



    struct entry
    {
    char name[STR_SIZE];
    char email[STR_SIZE];
    char phone[STR_SIZE];
    };
  4. Replies
    2
    Views
    803

    What to Program?

    Hi people I'm a CS Student and recently in my class I started to learn C. It's really a good language and I enjoy programming in it. But a side from the homework I'm given I dont program on it. I was...
Results 1 to 4 of 4