Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I've been researching for and i can't find anything.
Please help.

What I have tried:

I'm new to networking so i'm not sure how win sock works. Iv'e tried tutorials im confused.
Posted
Updated 14-Dec-19 14:59pm

There is a lot to learn here. Google for ASP.NET as a starting point to learn how to create a website. Go from there in small steps.
 
Share this answer
 
If you want to use .NET, you are better off using C# in the first place. C++/CLI[^] syntax is very verbose compared to C# equivalent and most of the .NET code examples on the web are in C#. That's the problem I encounter finding sample code to do certain tasks when I was writing C++/CLI code in 2005. Maybe the situation is better now. C++/CLI have been deigned to writing the glue that bridge C# and native C++ code.

So make up your mind: If you stick to .NET, use C#, else if native code, use native C++.

Here is C++ simple winsock TCP/IP code written by me.

GitHub - shaovoon/winsock_examples: Windows socket examples[^]
 
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