Click here to Skip to main content
15,905,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General*LPUNKOWN Pin
Braulio Dez9-Apr-02 4:05
Braulio Dez9-Apr-02 4:05 
GeneralRe: *LPUNKOWN Pin
Tim Smith9-Apr-02 4:25
Tim Smith9-Apr-02 4:25 
GeneralRe: *LPUNKOWN Pin
Braulio Dez9-Apr-02 4:45
Braulio Dez9-Apr-02 4:45 
GeneralRe: *LPUNKOWN Pin
Niklas L9-Apr-02 4:35
Niklas L9-Apr-02 4:35 
GeneralRe: *LPUNKOWN Pin
Braulio Dez9-Apr-02 4:50
Braulio Dez9-Apr-02 4:50 
GeneralC++ question Pin
Rajveer9-Apr-02 3:46
Rajveer9-Apr-02 3:46 
GeneralRe: C++ question Pin
Paul M Watt9-Apr-02 3:56
mentorPaul M Watt9-Apr-02 3:56 
GeneralRe: C++ question Pin
Rajveer9-Apr-02 4:37
Rajveer9-Apr-02 4:37 
okay, I have this array:
double x_coord1[80][10];


this is one of my function prototypes:
void NewCoordinates(double* xcoord1, double* ycoord1, int global_numcoord1, double* x_coord1, double* y_coord1);

and when I call on the function like so:
NewCoordinates(xcoord1, ycoord1, global_numcoord1, x_coord1, y_coord1);

I get this error:
C:\Windows\Desktop\QE2 heart program\TestGLView.cpp(460) : error C2664: 'NewCoordinates' : cannot convert parameter 4 from 'double [80][10]' to 'double *'

what am I doing wrong?





GeneralRe: C++ question Pin
Paul M Watt9-Apr-02 5:25
mentorPaul M Watt9-Apr-02 5:25 
GeneralRe: C++ question Pin
woods139-Apr-02 4:28
woods139-Apr-02 4:28 
GeneralRe: C++ question Pin
PJ Arends9-Apr-02 5:16
professionalPJ Arends9-Apr-02 5:16 
QuestionHow can I retrieve a system small icon? Pin
AmarB9-Apr-02 3:36
AmarB9-Apr-02 3:36 
AnswerRe: How can I retrieve a system small icon? Pin
Alexandru Savescu9-Apr-02 3:54
Alexandru Savescu9-Apr-02 3:54 
GeneralRe: How can I retrieve a system small icon? Pin
AmarB9-Apr-02 4:52
AmarB9-Apr-02 4:52 
AnswerRe: How can I retrieve a system small icon? Pin
Shog99-Apr-02 5:22
sitebuilderShog99-Apr-02 5:22 
GeneralRe: How can I retrieve a system small icon? Pin
AmarB9-Apr-02 6:17
AmarB9-Apr-02 6:17 
GeneralRe: How can I retrieve a system small icon? Pin
Shog99-Apr-02 7:21
sitebuilderShog99-Apr-02 7:21 
GeneralRe: How can I retrieve a system small icon? Pin
AmarB9-Apr-02 7:59
AmarB9-Apr-02 7:59 
AnswerRe: How can I retrieve a system small icon? Pin
lszyn10-May-02 16:23
lszyn10-May-02 16:23 
Generalpointers to members functions Pin
Carlos Sánchez García9-Apr-02 3:03
Carlos Sánchez García9-Apr-02 3:03 
GeneralRe: pointers to members functions Pin
NormDroid9-Apr-02 3:16
professionalNormDroid9-Apr-02 3:16 
GeneralRe: pointers to members functions Pin
NormDroid9-Apr-02 22:26
professionalNormDroid9-Apr-02 22:26 
GeneralRe: pointers to members functions Pin
Alexandru Savescu9-Apr-02 3:18
Alexandru Savescu9-Apr-02 3:18 
Generaltabing through cedit controls Pin
jafrazee9-Apr-02 2:39
jafrazee9-Apr-02 2:39 
GeneralRe: tabing through cedit controls Pin
Roger Allen9-Apr-02 2:58
Roger Allen9-Apr-02 2:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.