# 42cursus
ft_server
Using Docker, set up a web server with Nginx on Deiban Buster.Run several services at the same time: WordPress website, phpMyAdmin, and MySQL.Apply SS

get_next_line
Objectives > int get\next\line(int fd, char \line)** Calling the function in a loop will read the text available on a file descriptor one line at a

ft_printf
int ft_printf(const char \*, ...)Without buffer managementcspdiuxX%flags will be only contain -0.\* When you want to have function which can take vari

Netwhat
What is an IP address Distinguishes devices that can do networking. -> Follows certain protocol. -> 12 digit In one network, needs same network addre
Libft
void memset(void *b, int c, sizet len)_ Writes len bytes of value c (converted to an unsigned char) to the string b. >

[miniRT] 2. 키보드 입력으로 도형 움직이기
키보드 입력으로 위에서 생성한 삼각형을 움직여보도록 하겠습니다.miniLibX에서 키보드, 마우스 등으로부터 입력을 받기 위해서 이벤트 개념을 알아야 합니다. 이벤트는 프로그램에 의해 감지되고 처리될 수 있는 동작이나 사건을 말합니다(위키백과). miniLibX는 이벤

[miniRT] 1. miniLibX로 윈도우 생성과 간단한 도형 그리기
miniRT/cub3d 프로젝트는 miniLibX 그래픽 라이브러리를 사용하여 구현합니다.그러므로 먼저 miniLibX로 윈도우를 생성하고 간단한 도형을 그려보겠습니다.1\. 그래픽 시스템 연결우선, 작성한 프로그램과 디스플레이 사이의 연결을 초기화하기 위해서 mlx_
[Libft] Part 1
42cursus 과정의 첫 과제인 Libft의 Part 1 부분을 정리하고자 한다.memset 함수는 어떤 메모리의 시작점부터 연속된 범위를 어떤 값으로(바이트 단위) 모두 지정하고 싶을 때 사용하는 함수이다.초기화 하고자 하는 값은 int 값으로 들어오게 되는데 이