Click here to Skip to main content
15,903,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi ...
i can change a header file in c++ to c# and use it as c# language ?
Regads
Posted
Updated 13-Jul-10 10:28am
v2

1 solution

C# does not use headers. So you'd need to go through manually and take all the variables and methods, and create them, changing the syntax to suit where the variable types are different.

Why do you want to do this ?
 
Share this answer
 
Comments
Nish Nishant 13-Jul-10 23:16pm    
Reason for my vote of 5
Worth 5!
hany62 23-Jul-10 3:47am    
thanks a lot .
i have some c++ header for JPEG XR compressed images and i want to compress image to this format .i want to use the header files to write the program in c# language ! but can`t yet !!!! Cry D'Oh!

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