Click here to Skip to main content
15,896,330 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hi How I Can Build Program In C++ For Fill WebForms And Click On Button.
I Was Worked In C# And Worked And Now Want To Try In C++
Help Me Please

What I have tried:

I Was Worked In C# And Worked And Now Want To Try In C++
Posted
Updated 7-Feb-17 2:52am
Comments
[no name] 6-Feb-17 15:32pm    
You go find the equivalent classes and functions in C++ that you used in C# and use them. And good luck.

1 solution

In the MSDN is beneath the C# documentation of a tab to switch to the C++ aquivalent. So "translate" the C# to C++ code should be too hard.

Why in hell to do you need it for C++ if your C# is working? Consider writing a wrapper dll.
 
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