Search:

Type: Posts; User: fried egg

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,906

    #include #include...

    #include<stdio.h>
    #include<stdlib.h>
    #include<string.h>
    #include<conio.h>
    #include<ctype.h>
    #define SIZE 10
    struct stype {char s1[100], s2[100]; };
    struct stype svar[10];

    typedef struct{
  2. Replies
    6
    Views
    1,906

    come on man, help me out here:confused:

    come on man, help me out here:confused:
  3. Replies
    6
    Views
    1,906

    simple database

    hi

    this is the code i have to open the following text file:

    rahima,hoque,99133653,19-06-80
    rachael,milor,99159357,29-05-81
    carl,palmer,00214356,29-09-80
    aaron,bimpson,01552336,11-02-80...
  4. create a text file with data using text editor

    hi

    i need to create a text file for 5 people containing four fields separated by commas

    eg

    jones,john,99265487,19-06-80

    which corresponds to:
Results 1 to 4 of 4