카페검색 본문
카페글 본문
-
문자변수 비교 방법(Null Point Exception 예방) 2009.01.21해당카페글 미리보기
문자변수 비교 방법(Null Point Exception 예방) 문자변수를 비교할 때 가끔식 null point exception을 보신적이 있을 겁니다. 이를 예방하는 간단한 방법을 소개하니 참고하세요~ 핵심은 문자 변수를 왼쪽이 아닌 오른쪽에 주는 것이니 … 기억 하세요~ 1...
-
해당카페글 미리보기
-
Null point assignment... 이거 왜 생겨요? 2003.11.16해당카페글 미리보기
C 프로그램에서 출력 값뒤에 자꾸 따라 나오는데요... 이거 어떻게 하면 안보이게 하죠? 또하나더...터보C 에서 conio.h 라는게 있는데 여기에 clrscr() 있잔아요.. 비주얼로 하면 뭘로 바꿀수 있나여? 비주얼에는 clrscr() 이라는거 없다던데..
-
Sample API program to find point on selected face closest to selected point 2004.07.25해당카페글 미리보기
BLANKED, UF_OBJ_WIDTH_NORMAL, UF_OBJ_FONT_SOLID, FALSE}; attrib.color = color; UF_CALL(UF_DISP_display_temporary_point(NULL_TAG, UF_DISP_USE_ACTIVE_PLUS, coords, &attrib, UF_DISP_POINT)); } static void display_temporary_colored_line...
-
Re:Re:Re:Re:[답변] Sample Source(FACE에 Point가 있냐없냐) 2002.08.20해당카페글 미리보기
delete_list(object_list)); return n; } static int ask_all_points(tag_t part, tag_t **points) { tag_t point = NULL_TAG; uf_list_p_t point_list; UF_CALL(UF_MODL_create_list(&point_list)); while ((point = ask_next_point(part, point...