Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
i have one .c and .cpp file.
here i want to invoke a function defined in .c file from a .cpp file
how can i do this?

please help me
Thank you in advance
Posted

1 solution

The same way you would call any C function (such as all those Win32 or standard library calls), assuming you have declared it as extern "C". Perhaps you could edit your question and show what your actual difficulty is.
 
Share this answer
 
Comments
Jijesh Balakrishnan 19-Jun-12 8:28am    
I'm using flex and bison to generate C files corresponding to LEX and YACC grammars. The flex&bison generated files are with .C extension. I want to invoke the generated C functions from my MFC application.
Richard MacCutchan 19-Jun-12 8:37am    
And I repeat, show what your actual difficulty is.
Sergey Alexandrovich Kryukov 19-Jun-12 18:43pm    
Right, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900