Contents

조회 수 7736 댓글 0
Atachment
첨부 '1'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

헤더(*.h)파일과 소스(*.cpp)파일 분리해서 작성하는 샘플


#include <stdio.h>
#include <Circle.h>
#include <Rectangle.h>
#include <Triangle.h>

int main(){

	Rectangle arectangle(4, 2);
	printf("%lf
", arectangle.area());
	
	return 0;
}


?

  1. [c] 플러드 필링 (flood filling) 알고리즘..

    Date2013.04.23 CategoryDevelop Byhooni Views8570
    Read More
  2. [c++] 헤더, 소스 파일 분리해서 작성해본 테스트 소스

    Date2013.04.23 CategoryDevelop Byhooni Views7736
    Read More
  3. [c] 더블(이중) 연결리스트 예제..

    Date2013.04.23 CategoryDevelop Byhooni Views8584
    Read More
  4. [c][java] 주사선 채우기 알고리즘(scan line filling algorithm) 구현

    Date2013.04.23 CategoryDevelop Byhooni Views10026
    Read More
  5. [c++] 초간단 스택 두 가지 방식(class, struct)

    Date2013.04.23 CategoryDevelop Byhooni Views8688
    Read More
  6. [ms-sql] 서브스트링(substring), 프로시저(SP) 작성 예제

    Date2013.04.23 CategorySystem/OS Byhooni Views42433
    Read More
  7. [c] 구구단 최단라인 ㅡㅡ;

    Date2013.04.23 CategoryDevelop Byhooni Views9226
    Read More
  8. [c] 압축 알고리즘 소스 및 정리

    Date2013.04.23 CategoryDevelop Byhooni Views9731
    Read More
  9. 베지어 곡선(Bézier curve) 알고리즘(spline 곡선)

    Date2013.04.23 CategoryDevelop Byhooni Views35260
    Read More
  10. [c] 윈도우 API sin 함수 출력..

    Date2013.04.23 CategoryDevelop Byhooni Views16532
    Read More
  11. [c] 윈도우 API Viewport와 Window

    Date2013.04.23 CategoryDevelop Byhooni Views8346
    Read More
  12. [c] 함수 목록과 예제 소스 파일

    Date2013.04.23 CategoryDevelop Byhooni Views8479
    Read More
Board Pagination Prev 1 ... 58 59 60 61 62 63 64 65 66 67 ... 99 Next
/ 99