摘要: 先附上实例: 1 #pragma once 2 //dma.h -- inheritance and dynamic memory allocation 3 #ifndef DMA_H_ 4 #define DMA_H__ 5 #include<iostream> 6 #include<cstrin 阅读全文
posted @ 2019-01-17 23:34 shines87 阅读(2301) 评论(0) 推荐(0) 编辑
摘要: 先附上实例: 1 #pragma once 2 //String.h -- fixed and augmented string class define 3 #ifndef String_h_ 4 #define String_h_ 5 #include <iostream> 6 using st 阅读全文
posted @ 2019-01-17 12:33 shines87 阅读(415) 评论(0) 推荐(0) 编辑