Leetcode practice
0.0
array
basic.h
Go to the documentation of this file.
1
#ifndef ARRAY_BASIC_H_
2
#define ARRAY_BASIC_H_
3
4
class
Basic_Type
{
5
private
:
6
public
:
7
void
defined_data_types
();
8
};
9
10
#endif
/* ARRAY_BASIC_H_ */
Basic_Type::defined_data_types
void defined_data_types()
Definition:
basic.cpp:8
Basic_Type
Definition:
basic.h:4
Generated by
1.8.15