- 날다람쥐 6월9일 . . . . 6 matches
void edit(char *NameC, int *NumC)
scanf("%s %d", NameC, NumC);// 포인터이므로 '&' 를 붙이지 않는다.
int *NumC;//변환될 숫자
NumC = &Num2;//Num2는 포인터가 아니므로 '&' 을 앞에 붙여야 한다.
edit(NameC, NumC);// NameC 와 NumC, 즉 주소를 edit함수로 전달.
- ProjectSemiPhotoshop/SpikeSolution . . . . 3 matches
return (WORD)(::DIBNumColors(lpbi) * sizeof(RGBQUAD));
return (WORD)(::DIBNumColors(lpbi) * sizeof(RGBTRIPLE));
WORD WINAPI DIBNumColors(LPSTR lpbi)
- 중위수구하기/조현태 . . . . 2 matches
getMiddle(NumA, NumB, NumC) -> [_, A, _] = lists:sort([NumA, NumB, NumC]), A.
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.