DotNet andd C++ example
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef ARITHMETIC_H_
|
||||
#define ARITHMETIC_H_
|
||||
|
||||
class Arithmetic {
|
||||
public:
|
||||
Arithmetic() = default;
|
||||
|
||||
int add(const int, const int);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user