|
#include <stdio.h>
#include <conio.h>
clrscr();
struct book
{
char title[50];
char author[50];
char publish[50];
int pages;
int price;
};
typedef struct book book;
typedef struct
{
char title[50];
char company[50];
char kinds[50];
int size;
int price;
} softw
|
- 페이지 2페이지
- 가격 700원
- 등록일 2007.10.31
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|