Variganti Krishna

OOPS, C#.NET, ASP.NET, ASP.NET MVC , WCF & SQL SERVER

Tuesday, January 3, 2017

Managed and Unmanaged Interoperability Recommendations


Managed and Unmanaged Interoperability Recommendations

https://msdn.microsoft.com/en-us/library/ms993883.aspx

Posted by Variganti Krishna at 5:41 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Sunday, January 1, 2017

C++ Pointer and Adress example with C# class and Interfaces


C++ Pointer and Adress example with C# class and Interfaces

*   Pointer
&  Adress

example :

int Add(int *a,int *b)
{
    return a+b;
}

int main()
{
   printf("sum : " , Add(&a,&b);
}

Example with class and interfaces


Posted by Variganti Krishna at 4:14 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

About Me

Variganti Krishna
View my complete profile

Blog Archive

  • ►  2018 (1)
    • ►  March (1)
  • ▼  2017 (3)
    • ►  April (1)
    • ▼  January (2)
      • Managed and Unmanaged Interoperability Recommendat...
      • C++ Pointer and Adress example with C# class and I...
  • ►  2016 (17)
    • ►  December (6)
    • ►  October (1)
    • ►  August (3)
    • ►  July (5)
    • ►  January (2)
  • ►  2015 (18)
    • ►  June (7)
    • ►  May (1)
    • ►  April (3)
    • ►  March (7)
Simple theme. Powered by Blogger.