how to import user defined datatypes in header (.h) files to c# -
iam new c# platform. have existing project coded in "c". import functions in existing c code c#. there many user defined datatypes of type struct , enums in header files. want use datatypes in new c# project. how can import datatypes in .h , function in .c files c#
c# ood compitable lanague not c, can design classses rather go proceudral way.
its better desing classes in c# , put mehods , enums per desing.
like if 1 .h = 1 c# class , example.
break out .h , .c files in classes , put method according it. hope got point.
Comments
Post a Comment