기타/알고리즘 (1) 썸네일형 리스트형 [WinAPI] C언어를 이용한 Recursion - Fractal Tree(프렉탈 tree) 주의할점 : 프로젝트 생성시 New - Project - Win32 Application 으로 생성해야합니다. Win32 Consol Application으로 할 경우 링크애러(아래 글 참조)를 맞이할 수 있습니다; 프로젝트 생성후 새파일을 하고 아래 소스를 넣고 cpp로 파일을 저장합니다. 소스 : #include #include const double pi = 3.14159265358979; void drawLineAngle(HDC hdc, int posX, int posY, double firstAngle, double firstLineLength); // draw line with hdc, start position, Line Direct(Angle) and Line Length void draw.. 이전 1 다음