Skip to content

C++ include -> Global.h 넣어서 관리 하는 방법 #6

Description

@KangHoyong

라이브러리는 한곳에서 모아서 관리하는것이 편함

#ifndef GLOBAL_H_
#define GLOBAL_H_
# Global.h

/**
 * 공용 필수 라이브러리 포함 부분
 */
#include <iostream>
#include <cstring>
#include <cstdio>
#include <cstdlib>

/**
 * 이 다음 부분에 사용자 정의 라이브러리들을 포함
 */

#endif

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions