금까 게 걸 고 ...--;
?? ㅋㅋ --
~cpp int a = 0; if( a == 0 ) int b = 0;ㅋㅋ--경
?? ㅋㅋ --
? ...--Leonardong
- DirectDraw 계 - DX SDk , .
- STL list sort 갖. ( VC STL 그 고 STLPort .
- C++ SingletonPattern .. .. 그 . - instance() . KillTimer .. .. ...
~cpp void someFunc(Tree **t1, Tree **t2); // . Tree **t1, **t2; someFunc(t1, t2); // . 결국 Tree *t1, *t2; someFunc(&t1, &t2); // 게 결. // .
2
> . . 그 기 고 ..?
~cpp for( wide range ) { for( wide range ) { for( range in 0 to 2 ) { for( range in 0 to 2 ) { // some operation with 3x3 array. } } } }4 .
~cpp int [][]
vector~cpp int maskSize = 3; mask.resize(maskSize); // 기 for(int i=0; i<maskSize; ++i) { mask[i].resize(maskSize); }
JavaServerPage bean .
~cpp <%@page contentType="text/html;charset=EUC-KR" %> <%@page import="java.io.*, java.util.*, java.sql.*, db.*, common.* "%> <jsp:useBean id="User" class="common.User" scope="page" /> <% User u = new User(id, passwd); // !! .. // .. User u = new User(); u.setIdAndPasswd(id, passwd);
~cpp #include <stdio.h> #include <stdlib.h> #include <malloc.h> int main() { int m; printf("row size : "); scanf("%d", &m); int **a = (int**)malloc(sizeof(int*)*m); //free(a); return 0; }