Search:

Type: Posts; User: shibo

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    4,001

    and the summing result for each line will be...

    and the summing result for each line will be display in hex in a different file...

    Thx alot for ur help....
  2. Replies
    9
    Views
    4,001

    Hey thx for your quick reply.... i want to read...

    Hey thx for your quick reply....
    i want to read one line at a time...until end of file. each line has for example...
    3D 77 84 00 00 FC 09 4A 08 4A 74 F0 F3 1F 74 F0 F9 1F.......................3B...
  3. Replies
    9
    Views
    4,001

    Hi there....i waana stick in C FILE * pFile; ...

    Hi there....i waana stick in C

    FILE * pFile;
    FILE * fp;
    fp = fopen("c:\\MYFlashValues.txt", "r");
    int MYArray[32];
    // Handle file open failure return;
    ...
  4. Replies
    9
    Views
    4,001

    reading hex number and add them

    i implemented this code....but if i run this my output file is empty...


    while(!inputfile.eof())
    {
    getline(inputfile, Value);
    temp= ArrayCnt % 32;
    if((temp==0)&&(ArrayCnt!=0))
    {
    for(int...
  5. Replies
    9
    Views
    4,001

    reading hex number and add them

    Hi.. guys im trying to read a .txt file from c drive. it has hex random values like this
    20 F8 C1 1E 06 EC 95 F4 F8 7E 68 00 F8 61 68 00 20 00 69 77 0B 00 20 FF 69 77 16 00 74 F0 F3 1F
    74 F0 F9 1F...
  6. Replies
    2
    Views
    1,012

    reading hex file and add them

    Hi guys, it will be helpful if someone can check my code and try to correct me....im trying to read a .txt file where inside this file all the hex values
    18 77 FF 12 F8 6B 18 00 FF 03 F8 68 18 00 FE...
Results 1 to 6 of 6