### .hppとは
ヘッダーファイルで.hpp、.hというファイル形式で保存
.hppはc++が入っている。.hはc言語だがc++でも使用できる
sample.hpp
#ifndef Sample_hpp #define Sample_hpp #include <iostream> using namespace std; class Sample { public: string name; }; #endif
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший