Skip to content

Instantly share code, notes, and snippets.

View Crafting1i's full-sized avatar

Amesu Crafting1i

View GitHub Profile
@Crafting1i
Crafting1i / twitch.cpp
Created January 31, 2023 09:56
My tries to make websocket with libcurl
#pragma comment(lib, "Ws2_32.Lib")
#pragma comment(lib, "Wldap32.Lib")
#pragma comment(lib, "Crypt32.Lib")
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <iostream>
#define CURL_STATICLIB