first commit
This commit is contained in:
24
Lab6/str.h
Normal file
24
Lab6/str.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef __STR_H
|
||||
|
||||
#define __STR_H
|
||||
|
||||
|
||||
|
||||
#include <iostream.h>
|
||||
|
||||
|
||||
|
||||
class Str{
|
||||
|
||||
|
||||
|
||||
friend istream& operator >> (istream& is, Str &s);
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
Str();
|
||||
|
||||
Str(const Str& src);
|
||||
|
||||
Reference in New Issue
Block a user