This website requires JavaScript.
Explore
Help
Sign In
lfirmin
/
cpp06
Watch
1
Star
0
Fork
You've already forked cpp06
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
cpp06
/
ex02
/
A.hpp
10 lines
84 B
C++
Raw
Permalink
Blame
History
#
ifndef A_HPP
#
define A_HPP
#
include
"Base.hpp"
class
A
:
public
Base
{
}
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink