first commit
This commit is contained in:
14
Lab3/name.h
Normal file
14
Lab3/name.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//name.h
|
||||
|
||||
#ifndef __NAME_H__
|
||||
|
||||
#define __NAME_H__
|
||||
|
||||
class Name {
|
||||
|
||||
private:
|
||||
|
||||
char* buff;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user