ATL 이란?
Active Template Library 의 약자로 C++ 또는 비주얼 C++ 를 이용하여 ASP 코드나 다른 ActiveX 프로그램 컨포넌트를 만들 때 사용하는 프로그램 라이브러리이다.

STL 이란?
The Standard Template Library (STL) is a C++ software library which later evolved into the C++ Standard Library. It provides four components called algorithms, containers, functors, and iterators. The STL provides a ready-made set of common classes for C++, such as containers and associative arrays, that can be used with any built-in type and with any user-defined type that supports some elementary operations (such as copying and assignment). STL algorithms are independent of containers, which significantly reduces the complexity of the library.


COM 이란?
Component Object Model 의 약자로 소프트웨어 구성 요소를 개발하기 위한 마이크로소프트의 플랫폼이다. 마이크로소프트가 1993년에 소개하였다. COM은 이 기술을 지원하는 모든 언어에서 프로세스간 통신과 동적 오브젝트 생성을 가능하게 하기 위해 사용된다. 소프트웨어 개발 세계에서는 COM이라는 용어를 종종 OLE, OLE 자동화, ActiveX, COM+, DCOM 기술을 포함하는 포괄적 용어로 사용한다. 다양한 플랫폼에서 COM이 구현되었지만, 주로 마이크로소프트 윈도에서 사용된다. COM 은 닷넷 프레임워크와 같은 다른 기술로 대체되리라 전망된다.

'Windows > MFC' 카테고리의 다른 글

이미지 프로세싱  (0) 2011.11.15
RGB 와 CMYK, HSV, HLS  (0) 2011.11.15
GDI 고급  (0) 2011.11.15
윈도우 화면 캡쳐하기  (0) 2011.11.14
CImage 클래스  (0) 2011.11.14

+ Recent posts