Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to create Structure created stucture passing the fire on event in c++ to send c# . It is possible ? if possible give explanation and examples .... Thanks for Advance
Posted
Updated 13-Oct-14 23:29pm
v2
Comments
OriginalGriff 14-Oct-14 4:26am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

Yes it is possible. The easiest way is to call a function with all struct members as parameters :-O

Or you must declare the structures on both sides. Avoid Strings, use integers and char-arrays.

A plain sample Using C
 
Share this answer
 

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