Search:

Type: Posts; User: InfinityHacker

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    6,758

    Thank you everyone for their help i have got it...

    Thank you everyone for their help i have got it done and now it is running correctly.



    #include <stdio.h>
    #include <stdlib.h>
    #define SIZE 5


    int main(void)
  2. Replies
    16
    Views
    6,758

    I read that but i need a thorough explaination...

    I read that but i need a thorough explaination please and thanks.
  3. Replies
    16
    Views
    6,758

    oh yea sorry #include #include...

    oh yea sorry


    #include <stdio.h>
    #include <stdlib.h>


    int main(void)
    {
    //Start of variables
  4. Replies
    16
    Views
    6,758

    oh ill put my code here. #include ...

    oh ill put my code here.


    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h> /* using this for getch */


    int main(void)
    {
  5. Replies
    16
    Views
    6,758

    Structures seem easier to work with than arrays....

    Structures seem easier to work with than arrays.

    40 is the max number of hours one works before over time kicks in which is 1.2 times the regular pay. Everyones hourly pay is independent from each...
  6. Replies
    16
    Views
    6,758

    I am a beginner so please explain thoroughly so I...

    I am a beginner so please explain thoroughly so I can gain your knowledge.



    I have not been able to find a tutorial on this that explains it.
    I believe I get where memcpy is going though.

    ...
  7. Replies
    16
    Views
    6,758

    Array with for loop

    I have to do an assignment for class along these lines:

    Use a for loop to process the data for 5 employees. Use arrays to store the user input. In the for loop, if any of the entered fields are...
Results 1 to 7 of 7