Challenge for Any Forums

No C++, just C, raw sockets, windows.
Working examples only which demonstrate a basic socket connection between 2 endpoints.

This will include:
1. Socket Data Storage Location For Alternative Server Input Command
2. IP Address of connection
3. Port Address of connection
4. Connect command
5. Close Socket command

Can Any Forums solve this problem?

Attached: Impossible.png (306x238, 49.58K)

Other urls found in this thread:

web.archive.org/web/20191216065709/http://pcc.ludd.ltu.se/ftp/pub/win32/
desuarchive.org/g/thread/88263795/#88263795
twitter.com/NSFWRedditImage

This is a certified "do your own homework" moment

this.
Just download Beej’s Guide to Network Programming, retard

Attached: 1654153836191.jpg (960x743, 39.82K)

/thread
Fuck off OP

I don't remember the syntax for the sockets. Post the material that your professor sent you and maybe I'll try to help you do your homework.

This. The problem is a test of basic understanding of the Winsock APIs, as one might see in their first week of a networking class. Considering that fall semester just started, this is obviously homework.

>Spam begging thread (at least) three times
>Keeps dying
>Make it a challenge thread
>Immediately called out
I love you Any Forums

If you want to fulfil the testing conditions, you must use this compiler:
web.archive.org/web/20191216065709/http://pcc.ludd.ltu.se/ftp/pub/win32/

Yes, I solved it when I was 16 and I was learning about the Win32 API and networking. Not going to do your homework though ;)

Previous thread I made was:
desuarchive.org/g/thread/88263795/#88263795

This is the second thread I have made.

This is not homework.

Lurk more, newfag. They call ANY challenge thread "homework".
Which is funny because I've never had any graded homework since highschool.

Ok, then go into your favorite C reference book and post the screenshots from the networking section.

It's not "lurk more", it's always "lurk moar", you fucking newfaggot.

Looks like Any Forums can't solve the problem.

do low iq mutts seriously get filtered by bsd sockets

Do your own homework you retarded faggot.

use LWP::Simple;
get("example.com/");

Its that easy.........

That's not tested in the C compiler, and that looks like C++.

Does not fulfil the conditions of the challenge.

Its Perl you stupid faggot - pull up the BSD Socket documentation kill yourself.

/thread

You can setup this compiler by:
1. Downloading the installer
The installer will download the pcc compiler into:
C:\Program Files (x86)\pcc\bin
2. Drag and drop your namefile.c into C:\Program Files (x86)\pcc\bin
3. Open up your cmd prompt in the C:\Program Files (x86)\pcc\bin directory
4. Type pcc -o outputfilename.exe namefile.c to compiler your program.