Search:

Type: Posts; User: vijay_bhullar

Search: Search took 0.00 seconds.

  1. If i could think on this man then I could do it...

    If i could think on this man then I could do it myself, isn't it and you are saying that my code is wrong but it works well on my computer. Just check it again.
    Thanks
  2. #include #include"ts.h" int...

    #include<stdio.h>
    #include"ts.h"

    int main(void)

    {

    FILE *fp;

    char c;
  3. ID Surname FirstName Address ...

    ID Surname FirstName Address Suburb Post PhoneNum
    ---- ----------- ------------ -------------------- ------------ ------ ---------------
    C0001 ...
  4. display file objects in different format

    The file that I have has the following format of the customers :-

    Customer file format:
    <id>,<surname>,<firstname>,<address>,<suburb>,<postcode>,
    <phone>


    Example:
    C0001,Bloggs,Joe,123 Long...
Results 1 to 4 of 4