Search:

Type: Posts; User: pokiepo

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,774

    Haha sorry. Here's what the error messages say:

    Haha sorry.

    Here's what the error messages say:
  2. Replies
    6
    Views
    2,774

    unresolved externals??

    I re-edited my program but now whenever I try to compile it, it says that I have 2 unresolved externals. The only place where I declared external variables was before the calcPay() function, but I...
  3. Replies
    7
    Views
    3,297

    Thanks! That was very helpful ^^ I have some...

    Thanks! That was very helpful ^^

    I have some more questions though:
    1) How come you wrote

    *a = in1;
    *b = in2;

    instead of
  4. Replies
    7
    Views
    3,297

    question about using returned values

    I have another question. I also read that the variables declared in a function can only stay in the function they are declared in because of scope rules. Does that mean that the calculations done in...
  5. using values from other functions and parameter passing help

    So I've been trying to figure out how to take values from different functions to use in other functions, but I still can't seem to find the problem with my code.

    The purpose of the program below...
  6. Replies
    5
    Views
    2,289

    parameter passing and pointers

    I wrote another program for homework that calculates 5 employees' weekly pay using parameter passing and pointers, but when I tried to compile the program I got the following errors:


    I'm...
  7. Replies
    4
    Views
    1,739

    It works now!! Thank you SO much!

    It works now!! Thank you SO much!
  8. Replies
    4
    Views
    1,739

    Having problems with arrays

    I wrote a program that calculates the weekly pay for five people for my C programming class, but I'm having trouble with it when I try to compile and debug it. At first it would prompt me for the...
Results 1 to 8 of 8