제가 알기로는 비주얼 베이직처럼 버튼 달려있고 이렇게 개발한다는 건데.... 정확히 몰라서요....... 공부하려고 하는데 어떻게 하나요? c언어 조금 알고 있고 c++는 아직 안배움......
api랑 mfc가 정확히 뭔가요?
쌍초보(222.107)
2014-10-07 18:30
추천 0
댓글 4
다른 게시글
-
해시코드가 뭔가요?익명(122.32) | 14.10.07추천 0
-
프갤에서 억울한척 하는새퀴들 죶패고싶다 [5]ㅁㄴㅇㅁㄴ..(115.95) | 14.10.07추천 0
-
시청에서 퇴근 중이다 [1]에어로홍(aerohong) | 14.10.07추천 0
-
(개그) 헤드퍼스트 html 드립甲 [2]5432543(175.123) | 14.10.07추천 0
-
너네 라즈베리파이 아냐? 라즈베리파이 하나씩 공짜로 준단다 [6]산딸기믹서(210.218) | 14.10.07추천 0
-
핫산에게 자유를...백이.(qkrqo123) | 14.10.07추천 0
-
늙갱이새퀴들 발뺌할때마다 레알 죠패고싶음 [1]asdasd(115.95) | 14.10.07추천 0
-
후하핫 오랫만에 한건했음요익명(121.137) | 14.10.07추천 0
-
아이티뱅크 어떠냐? [5]지나가던놈(211.36) | 14.10.07추천 0
-
아 피곤타오-리(rumpumpumpum) | 14.10.07추천 0
In computer programming, an application programming interface (API) specifies a software component in terms of its operations, their inputs and outputs and underlying types. Its main purpose is to define a set of functionalities that are independent of their respective implementation, allowing both definition and implementation to vary without compromising each other.
The Microsoft Foundation Class Library (also Microsoft Foundation Classes or MFC) is a library that wraps portions of the Windows API in C++ classes, including functionality that enables them to use a default application framework. Classes are defined for many of the handle-managed Windows objects and also for predefined windows and common controls.
다른 사람이 짜둔 함수라고 생각하면 됨.
MFC는 마소에서 윈도우용으로 만든거고