U E D R , A S I H C RSS

10학번 c++ 프로젝트/소스 (rev. 1.2)

10학번 c++ 프로젝트/소스

소스 파일

main.cpp

말그대로 메인입니다..

#include <windows.h>
#include "now_time.h"
#include "alarmsetting.h"
#include "cho.h"

void main()	{

	while(1)	{
		now_time a;
		a.print_now_time();
		system("cls");
		cho b;
		b.setwatch();
		system("cls");
		alarmsetting c;
		c.alm_set();
	}
}
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:22:06
Processing time 0.0273 sec