|
#include <iostream.h>
class struct {
private:
double Field01; // 실수부
double Field02; // 허수부
public:
struct() {}
struct(double f1,double f2) // 생성자
{
real=r;
image=i;
}
struct operator + (struct C);
struct operator - (struct C);
|
- 페이지 1페이지
- 가격 300원
- 등록일 2006.04.18
- 파일종류 텍스트(txt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|