Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F19841330
test1.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
211 B
Referenced Files
None
Subscribers
None
test1.cpp
View Options
#include
"test1.h"
#include
<stdio.h>
test1
::
test1
()
{
t
=
1
;
}
void
test1
::
setT
(
float
t
)
{
this
->
t
=
t
;
}
float
test1
::
getT
()
{
return
t
;
}
float
*
test1
::
getAdressT
()
{
printf
(
"%p
\n
"
,
&
t
);
return
&
t
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Jul 12, 7:19 PM (9 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
349457
Default Alt Text
test1.cpp (211 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment