|
CMainFrame
IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd)
BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
//{{AFX_MSG_MAP(CMainFrame)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code ! MFC로 만든 PushPush Game
|
- 페이지 1페이지
- 가격 2,000원
- 등록일 2010.12.22
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
pushpush Game ***********\n");
printf("게임을 시작할려면 아무키나 누르세요.\n");
getche();
system("cls");
}
void map()
{
int i, j;
for(i=0; i<10; i++){
for(j=0; j<10; j++){
str[i][j] = '#';
}
}
for(i=1; i<9; i++){
for(j=1; j<9; j++){
str[i][j] = ' ';
|
- 페이지 5페이지
- 가격 2,000원
- 등록일 2008.11.28
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|