Does the statement make sense?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mikeotp@gmail.com

    #1

    Does the statement make sense?

    Does the statement make sense?

    Meaning of “program” is to setup *.h(header檔)
    and to edit a main file to be a program exit.
    The main file includes all of the“*.h” files I edited before.



    thank you
    any positive suggestion is welcome
    may goodness be with you all

  • Thad Smith

    #2
    Re: Does the statement make sense?

    mikeotp@gmail.c om wrote:
    [color=blue]
    > Does the statement make sense?
    >
    > Meaning of “program” is to setup *.h(header檔)
    > and to edit a main file to be a program exit.[/color]

    No, it doesn't make sense to me. If you are talking about writing C
    programs in general, it includes writing and using header files and code
    files. Most (not all) programs are also designed to exit at some point.
    [color=blue]
    > The main file includes all of the“*.h” files I edited before.[/color]

    Not necessarily. It includes the header files that it needs for the
    code within the module. Your project may have other header files that
    are used by other code modules, but not the main code file.

    --
    Thad

    Comment

    Working...