Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
projeto2LP1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Debora
projeto2LP1
Commits
e2000000
There was a problem fetching the pipeline metadata.
Commit
e2000000
authored
8 years ago
by
Debora
Browse files
Options
Downloads
Patches
Plain Diff
tenth commit: alterações nos comentarios (ajustes de return)
parent
205dc480
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
anfibio.cpp
+0
-1
0 additions, 1 deletion
anfibio.cpp
ave.cpp
+0
-1
0 additions, 1 deletion
ave.cpp
ave.h
+1
-1
1 addition, 1 deletion
ave.h
with
1 addition
and
3 deletions
anfibio.cpp
+
0
−
1
View file @
e2000000
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
* baptism - nome de batismo do animal, vet - veterinário associado ao animal,
* baptism - nome de batismo do animal, vet - veterinário associado ao animal,
* caretaker - tratador associado ao animal, total_changes - número de mudas do animal,
* caretaker - tratador associado ao animal, total_changes - número de mudas do animal,
* last_change - ultima muda do animal
* last_change - ultima muda do animal
* @return Número total de mudas
*/
*/
Anfibio
::
Anfibio
(
int
identity
,
string
clas
,
string
name
,
string
scientific
,
char
sex
,
float
size
,
Anfibio
::
Anfibio
(
int
identity
,
string
clas
,
string
name
,
string
scientific
,
char
sex
,
float
size
,
...
...
This diff is collapsed.
Click to expand it.
ave.cpp
+
0
−
1
View file @
e2000000
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
* baptism - nome de batismo do animal, vet - veterinário associado ao animal,
* baptism - nome de batismo do animal, vet - veterinário associado ao animal,
* caretaker - tratador associado ao animal, tamanho_bico - tamanho do bico da ave,
* caretaker - tratador associado ao animal, tamanho_bico - tamanho do bico da ave,
* envergadura - tamanho da envergadura
* envergadura - tamanho da envergadura
* @return Número total de mudas
*/
*/
Ave
::
Ave
(
int
identity
,
string
clas
,
string
name
,
string
scientific
,
char
sex
,
float
size
,
Ave
::
Ave
(
int
identity
,
string
clas
,
string
name
,
string
scientific
,
char
sex
,
float
size
,
string
diet
,
string
baptism
,
Veterinario
vet
,
Tratador
caretaker
,
string
diet
,
string
baptism
,
Veterinario
vet
,
Tratador
caretaker
,
...
...
This diff is collapsed.
Click to expand it.
ave.h
+
1
−
1
View file @
e2000000
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#include
"animal.h"
#include
"animal.h"
/* @brief Classe A
nfibio
, que modela um animal do tipo A
nfíbio
, que toma Animal como classe pai a herdar seus atributos
/* @brief Classe A
ve
, que modela um animal do tipo A
ve
, que toma Animal como classe pai a herdar seus atributos
* @param Atributos privados:
* @param Atributos privados:
* tamanho_bico - tamanho do bico da ave
* tamanho_bico - tamanho do bico da ave
* envergadura - tamanho da envergadura
* envergadura - tamanho da envergadura
...
...
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