The method in the C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • junior67
    New Member
    • Apr 2010
    • 1

    The method in the C

    I am a beginner in programming, so a little indulgence (and am also starting in English) !

    Who can explain how a method in C ?

    Thank you

    Junior67
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    How a method in C what?

    Also method is normally used to refer to a class member function and since C does not have classes it doesn't really have members, only functions.

    Comment

    Working...