Search:

Type: Posts; User: aubrey

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,389

    my code.. remember i am a rookie dont laugh

    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>
    #include <ctype.h>
    struct delta {
    char name [30] ;
    int age;
    int smoke_non ;
    char gender [1] ;
    int seat_number ;
  2. Replies
    3
    Views
    1,580

    converting char to char???

    i have an error in my program that says :
    cannot convert 'char' to char*' in function main()
    i have went over it and cannot find the problem... does anyone know?
Results 1 to 2 of 2