Search:

Type: Posts; User: mehuldoshi

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,902

    HEX and BCD coded file READING !!

    Dear Friend,

    Can some one tell me how to read ... HEX and BCD word from a single file ... what is the best link to find out how to convert the ASCII file to similar thing ....

    with...
  2. BCD !!!

    Dear Friend,


    Refer my previous Post in the same topic. For ur convience I have attached below.

    ---------- sample output
    od -x <file-name> [ here file-name is file containing HEX code]
    ...
  3. Thread: Linux

    by mehuldoshi
    Replies
    2
    Views
    773

    LINUX ...

    try download no issues ....

    it will give gain more confidence in urself and parents tooo



    warm regards
    Mehul Doshi
  4. Utility !!! - part 2

    my dear friend,


    I am online and looking for various help.... mean while taking help from you. It was a very Fruitful experience here .... I post 3-4 Questions today and I got help for everything...
  5. Utility !!!

    Dear Friend,

    I have checked some level ..... I am having some more doubt....

    -----
    SAMPLE file --

    0000000 0029 0100 0001 1fa1 8919 0064 0200 ffff
    0000020 ffff 0359 8646 1976 0005 7148...
  6. Utility to see the file content in HEX Format.

    Dear Friends,

    Can Any one tell me what is the utility to see the content of file which is in hex format .... [ UNIX platform ]


    with best regards
    Mehul Doshi.
  7. File Creation with fixed Prefix & Suffix - DONE !!

    Dear Friend,

    The problem is solved and I am proceeding to the further part of my project ....

    Thank you for the support. Would look forward for similar support in future ...
    ...
  8. File Creation with fixed PREFIX & SUFFIX !!!

    Dear Friends,

    stuck again .... first let me give the code having no syntactical error but does not suffice the desire result.
    -----------
    char *HotName="HOT\0";
    char *Extension="LOG\0";


    ...
  9. Replies
    2
    Views
    1,129

    File Creation with Date value - DONE

    Dear jabrams,

    thank you very much. I got the probelm sorted out ....

    It solved the problem but not understood what was really the mistake.... if you can help me understand and remember...
  10. Replies
    2
    Views
    1,002

    Error Clarification ..!!

    Dear Friends,

    Can Any one tell me what is the meaning of the error.

    while compiling a program ...... I am getting this ....

    cc: Error: cftodat.c, line 75: Missing identifier. (parnoident)
    ...
  11. Replies
    2
    Views
    1,129

    Help on File Creation with Date...

    Dear Friends,

    #define DATE "date +%y%m%d%H%M%S>"

    if((CreateFile(HotName,Extension)) != SUCCESS)
    {
    printf("\ncftodat. Process %d Error Creating the ERROR file ..\r\n",pid);
    ...
  12. Replies
    9
    Views
    1,764

    Thank You my friend

    To all my Dear Friend,

    I found it and it is very helpful for me. As the debugging of the program has become very easy now ....

    Hope to get similar kind of support again. Thank...
  13. Replies
    9
    Views
    1,764

    Beautification !!!

    Dear Friend,

    Yes beautification I mean is indentation. I am trying indent command in UNIX let me see if it does what I want ....

    Thank You for your support ....

    with best regards
    Mehul Doshi
  14. Replies
    9
    Views
    1,764

    Thank You my friend

    Dear Friend,

    Thank You very much. One more help if you can do for me .....one more favor .... how do u do beautification in the C programming via Vi editor .... like we do in the FoxPro...
  15. Replies
    9
    Views
    1,764

    Help on Vi for the C programming

    Dear Friends,

    I am working on C in the Vi editor [ Unix ] I want to know how do we keep track of the opening and closing braces. There is a SET command there called "set match" which...
  16. Replies
    6
    Views
    1,580

    Thank You Friends, You made me solve and...

    Thank You Friends,


    You made me solve and start thinking little more about solving the problem.

    Actually while solving the problem I had used some of the solution independently suggested to me...
  17. Replies
    6
    Views
    1,580

    Code Correction [ small mistake not able to locate ]

    Dear Friends,

    As per the recommendation of one of our team member in this FORUM. I have made changes but still the work remains undone.

    I will repeat what I wanted ......

    =============...
  18. Replies
    6
    Views
    1,580

    Code Verification !!

    Dear friends,

    I need your help to know what's wrong in this code --

    input file contains the string..... which is read in the array, one line at a time.

    want to replace string_1 -->...
  19. Replies
    2
    Views
    1,450

    changing the array content !!

    char line1[200];

    assume that line1 array has got a string which is a set of words separated by a char say #.

    I want to find and the double occurrence of that separator and replace them by...
Results 1 to 19 of 19