Search:

Type: Posts; User: Adak

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    5,818

    Your program, like all C programs, should have...

    Your program, like all C programs, should have one and only one main() function:



    #includes up here

    //other functions? prototypes go here


    int main() {
  2. Replies
    6
    Views
    5,818

    What are you trying to do with this code?

    What are you trying to do with this code?
Results 1 to 2 of 2