FILE concepts in C

Discussion in 'C' started by aswinikg, Oct 17, 2007.

  1. aswinikg

    aswinikg New Member

    Joined:
    Oct 17, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    HI
    I am a newbie to 'C' and embedded application . I have a code in which the input parameter is being assigned in two ways

    (i) Runtime through user
    (ii) parameter tile

    the problem is, i can't give the runtime input as am a in need of creating a standalone product without user interaction.

    the parameters in the parameter file is assigned as the input by "FILE" pointer concepts which is stored in some "D:\input \parameter.par" .
    But, i could not store the parameter file in my kit memory and use "FILE" pointer concepts.
    Is it possible for me to use "FILE" pointer concepts in my programming. If it is so how can i store the parameter.par file in the kit's memory.
    I tried with some unsigned char * instead of "FILE" pointer but it works somewhat .


    Help me in this regard,

    aswini
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice