[물리·과학·IT]

SyntaxHighlighter Test

kipacti 2013. 1. 5. 20:34
 
// c 소스 코드를 넣을 때에는 c brush 를 사용합니다.
#include "stdafx.h"
#include < stdlib.h >
int main(int argc, char* argv[])
{
	int arg;
	if(argv[1]) {
		return atoi(argv[1]);
	}
	//printf("Select Running Options...:");
	printf("Select Connecting Options...:");
	scanf("%d", &arg);
	return arg;
}

'[물리·과학·IT]' 카테고리의 다른 글

WYSIWYG 테스트  (0) 2013.01.07
BBC 다큐멘터리 ATOM  (0) 2013.01.06
MathJax Test  (0) 2013.01.05
Point-In-Polygon Algorithm  (0) 2012.08.27
Table test  (0) 2012.08.25