Search:

Type: Posts; User: ulti-killer

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,148

    12201 I mean wat is the side effect if...

    12201

    I mean wat is the side effect if overhead of making a copy of the object?
  2. Replies
    15
    Views
    2,148

    Is this overhead of passing the object by value...

    Is this overhead of passing the object by value will consume more memory?
  3. Replies
    15
    Views
    2,148

    12142 I need to input 2 times on Report...

    12142

    I need to input 2 times on Report Generation in order to execute QtrReport function.
  4. Replies
    15
    Views
    2,148

    My post#6 is same as u mention but it doesn't...

    My post#6 is same as u mention but it doesn't work well.:frown:
  5. Replies
    15
    Views
    2,148

    I change the main to int still the same result. ...

    I change the main to int still the same result.

    I plan to use while loop to loop report_menu() until the user wants to stop the program.

    I mean the idea in post#5
  6. Replies
    15
    Views
    2,148

    #include #include int...

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


    int sale_menu();
    int report_menu();
    void QtrReport();


    int sale_menu()
    {
  7. Replies
    15
    Views
    2,148

    How to pass by reference?

    How to pass by reference?
  8. Replies
    15
    Views
    2,148

    Function call

    typedef struct{
    int ID;
    char name[50];
    double hor_total;
    }group;
    group salesman[SIZE];


    void sale_menu();
    void AddSalesMan();
Results 1 to 8 of 8