블로그
-
C++ 디버깅 복습
-fexceptions: C++ 예외 처리(try-catch) 기능을 활성화합니다. 대부분의 C+.......
blog.naver.com · 2026.06.14
-
아무렇게나 c# 정리 노트- [1]
c# 정리 노트 사실 c#을 제대로 배우려면, c/ c++을 먼저 배우는 것이 맞으나 우리는 시간과 그만큼의 정성을 들이기 싫다.! , true, try, using, virtual, volatile C#(32개) : abstract, as, base, byte, checked, decimal, delegate,
blog.naver.com · 2021.07.18
-
c++에서 제공하는 예외기능 및 auto_ptr
*********************************************************************************** bad_alloc => c+ ] =>에러발생. }catch(bad_alloc &e) { e.what(); => 어떤 오류인지 알려준다. } *****************************
blog.naver.com · 2013.11.26
-
[영진전문대 컴퓨터정보계열프로그래밍전공] 10월 31일 수업내용
{ this.sharedCounter = c; } public void run() { int i = 0; while(i < 20000) { sharedCounter.increment [] args) { Counter c = new Cou.......
blog.naver.com · 2013.10.31
-
[영진전문대학 컴퓨터정보계열] 스레드 - 동기화 synchronized
{ this.sharedCounter = c; } public void run() { int i = 0; while (i < 200) { sharedCounter.increment () * 2)); } catch (InterruptedException e) { } i++; } } } public class test { public static voi......
blog.naver.com · 2013.10.31
-
[펌:CodeGuru]Saving a Web Page Into A Single File
Source------------------------------------------------------------------------#import "c:\program files uuidof(Message)); IConfigurationPtr iConf(__uuidof(Configuration)); iMsg->Configuration = iConf; try
blog.naver.com · 2008.05.21