Search:

Type: Posts; User: warthog89

Search: Search took 0.01 seconds.

  1. Thread: help me

    by warthog89
    Replies
    11
    Views
    3,176

    im still not exactly sure what you are...

    im still not exactly sure what you are saying.....
    do i put that in main.c?
  2. Thread: help me

    by warthog89
    Replies
    11
    Views
    3,176

    heres the get data code [code] #include...

    heres the get data code

    [code]

    #include "my.h"
    void getnum (float* le, float* wi, float* di, float* co)
    {

    //local declarations
    float len;
  3. Thread: help me

    by warthog89
    Replies
    11
    Views
    3,176

    i dont know how to make main accept post line...

    i dont know how to make main accept post line arguments

    how do i do this
  4. Thread: help me

    by warthog89
    Replies
    11
    Views
    3,176

    problem # 2

    ok, ive compiled the program, and in the assignment, we are not supposed to prompt the user. Instead, we save numbers in a file called "mydata"

    then when running the program we type in...
  5. Thread: help me

    by warthog89
    Replies
    11
    Views
    3,176

    thanx man, stupid mistake on my part

    thanx man,

    stupid mistake on my part
  6. Thread: help me

    by warthog89
    Replies
    11
    Views
    3,176

    help me

    im tierd, and making mistakes, i cant see the error in my header file...please help.


    header


    #include <stdio.h>
    #define labor 0.35
    #define tax .085
    int main (void);
  7. Replies
    5
    Views
    3,519

    Question about sub functions

    Im pretty new at this, so i need some help

    For a project we needed to create a "main.c" with three functions

    -Function 1 gets the data

    -Function 2 calculates the data

    -Function 3 prints...
Results 1 to 7 of 7