mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 18:55:00 +02:00
@@ -538,7 +538,7 @@ int area(retan r)
|
|||||||
return r.largura * r.altura;
|
return r.largura * r.altura;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Se você tiver structus grande, você pode passá-las "por ponteiro"
|
// Se você tiver structs grandes, você pode passá-las "por ponteiro"
|
||||||
// para evitar cópia de toda a struct:
|
// para evitar cópia de toda a struct:
|
||||||
int area(const retan *r)
|
int area(const retan *r)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user