Search:

Type: Posts; User: bill.thompson65

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    915

    problems with pointers

    I have been working on this for a while now and i am getting an error in line 39 error C2664 'getCoords' : cannot convert parameter 1 from 'double' to 'double*' i am having trouble understanding why...
  2. Ok well i was not trying to blame the complier,...

    Ok well i was not trying to blame the complier, someone told me compilers can have bugs. I am very new at this and i am trying my best. I have been reading, i do have books. I would like to thank...
  3. Well im trying to use pointers and have them work...

    Well im trying to use pointers and have them work with the function. I am a student and i am having trouble. I am not asking for anyone to do my homework for me, thats my job, but if anyone has any...
  4. Function not working, is it my compiler

    Im trying to write this program and i think i am close to being complete but im getting 2 errors C2448, C3861. I am using microsoft visual studio 2005 and when i look up the definitions for the code...
  5. Replies
    5
    Views
    1,896

    C to C++ translation help?

    i found this program and i'm more familiar with c++ but this is in c and i just can't figure out how to put it into c++



    /* Demonstration of the do…..while loop */

    #include <stdio.h>

    ...
Results 1 to 5 of 5