본문내용
#include
#include
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;
} software;
typedef struct
{
char title[50];
char author[50];
char publish[50];
int pages;
int price;
} ybh;
int main(void)
{
book yourbook = {"A book on C", "Al Kelly", "홍릉과학출판사", 830, 24000};
book mybook = {"C@PL.com", "강 환수", "학술정보", 530, 20000};
#include
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;
} software;
typedef struct
{
char title[50];
char author[50];
char publish[50];
int pages;
int price;
} ybh;
int main(void)
{
book yourbook = {"A book on C", "Al Kelly", "홍릉과학출판사", 830, 24000};
book mybook = {"C@PL.com", "강 환수", "학술정보", 530, 20000};
키워드
추천자료
C로 만든 테트리스 소스(도스용,Visual Studio)
C++에 대하여
컴퓨터용어레포트
재고관리 시스템 구현(C 언어)
C++ 클래스, 용어,
C++을 이용한 가위바위보 프로그램
C로 배우는 프로그래밍 기초 5장 이해점검 풀이
[자료구조, c] Binary Search Tree 프로그램
LL파싱을 이용하여 계산하는 프로그램을 작성
객체 지향 프로그래밍 이론 정리, 객체 지향 개념 정리-내가 만든 자료
C/ C++ 프로그래밍 요약 레포트
Objective C 기초
c로 쓴 자료구조론 연습문제 6장(그래프)
소켓 프로그래밍 (Socket Programming)