42서울 본과정 - Pipex
📒 Technical considerationwhen23.08.12 15:00 ~내용제출 파일Makefile, .h, .cMakefileNAME, all, clean, fclean, re외부 함수access, open, close, unlink, read, write, malloc, waitpid, wait, free, pipe, dup, dup2, execve, fork, perror, strerror, exit매개변수file1 cmd1 cmd2 file2인자stack a: A list of integerslibft 사용허용📌 주의사항norm error 금지segmetation fault, bus error, double free 금지heap에 동적 할당된 메모리 해제 (메모리 누수 방지)Makef..
2025. 4. 11.
42서울 본과정 - Push_Swap
📒 Technical considerationwhen23.07.14 15:00 ~내용제출 파일Makefile, .h, .cMakefileNAME, all, clean, fclean, re외부 함수read, write, malloc, free, exit, ft_printf매개변수읽어들일 파일의 descriptor (서술자)인자stack a: A list of integerslibft 사용허용📌 주의사항norm error 금지segmetation fault, bus error, double free 금지heap에 동적 할당된 메모리 해제 (메모리 누수 방지)Makefile 제출-Wall -Wextra -Werror 플래그 지정relink 금지 (다시 make했을 때 재실행 금지)$(NAME), all, ..
2025. 4. 11.
42서울 본과정 - So_Long (개념)
📒 Technical considerationwhen23.06.16 20:30 ~ 21:3023.06.17 22:00 ~ 24:0023.06.21 19:30 ~ 01:0023.07.01 19:30 ~ 05:0023.07.02 11:00 ~ 17:0023.07.05 19:00 ~ 02:2023.07.08 13:15 ~ 17:3023.07.12 20:00 ~ 02:30내용제출 파일Makefile, .h, .c, maps, texturesMakefileNAME, all, clean, fclean, re외부 함수open, close, read, write, malloc, free, perror, strerror, exit + MinilibX 라이브러리 내 모든 함수, math library매개변수읽어들일 파일..
2025. 4. 11.
42서울 본과정 - Get Next Line
📒 Technical considerationwhen23.06.05 월 20:00 ~ 04:2023.06.06 화 12:20 ~ 17:0023.06.09 금 20:00 ~ 02:0023.06.12 일 17:00 ~ 24:00 (평가)내용프로토타입char *get_next_line(int fd)제출 파일get_next_line.c, get_next_line_utils.c, get_next_line.hMakefileNAME, all, clean, fclean, re외부 함수malloc, free, read매개변수읽어들일 파일의 descriptor (서술자)📌 주의사항norm error 금지segmetation fault, bus error, double free 금지heap에 동적 할당된 메모리 해제 (..
2025. 4. 11.
42서울 본과정 - Ft_printf
📒 Technical considerationwhen23.04.08 토 12:00 ~ 15:3023.04.16 일 16:00 ~ 22:0023.04.19 수 16:00 ~ 01:0023.04.22 토 17:00 ~ 22:30 (평가)내용프로그램 이름libftprintf.a제출 파일.c, .h, MakefileMakefileNAME, all, clean, fclean, re외부 함수malloc, free, write, va_start, va_arg, va_copy, va_endlibft사용 가능📌 주의사항norm error 금지segmetation fault, bus error, double free 금지heap에 동적 할당된 메모리 해제 (메모리 누수 방지)Makefile-Wall -Wextra -W..
2025. 4. 11.