Page MenuHomePhorge

test1.cpp
No OneTemporary

Size
211 B
Referenced Files
None
Subscribers
None

test1.cpp

#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

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)

Event Timeline