Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Design-Biblioteca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nico Ramos
Design-Biblioteca
Commits
e572de3e
Commit
e572de3e
authored
6 months ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
Obras imprimem certo
parent
c41e80d8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
main.cpp
+1
-0
1 addition, 0 deletions
main.cpp
sources/DescricaoObra.hpp
+1
-1
1 addition, 1 deletion
sources/DescricaoObra.hpp
with
2 additions
and
1 deletion
main.cpp
+
1
−
0
View file @
e572de3e
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
#include
"./sources/Biblioteca.hpp"
#include
"./sources/Biblioteca.hpp"
#include
"./sources/Livro.hpp"
#include
"./sources/Livro.hpp"
#include
"./sources/Periodico.hpp"
using
namespace
std
;
using
namespace
std
;
...
...
This diff is collapsed.
Click to expand it.
sources/DescricaoObra.hpp
+
1
−
1
View file @
e572de3e
...
@@ -17,7 +17,7 @@ class DescricaoObra {
...
@@ -17,7 +17,7 @@ class DescricaoObra {
// Contructor
// Contructor
DescricaoObra
()
{};
DescricaoObra
()
{};
DescricaoObra
(
const
string
&
tipo
,
const
string
&
titulo
,
int
ano
);
DescricaoObra
(
const
string
&
tipo
,
const
string
&
titulo
,
int
ano
);
virtual
void
mostrarDetalhes
()
const
;
virtual
void
mostrarDetalhes
()
const
=
0
;
// Methods
// Methods
string
getTitulo
()
const
;
string
getTitulo
()
const
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment