Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F17668980
planet.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 28, 10:14
Size
312 B
Mime Type
text/x-c
Expires
Tue, Mar 2, 10:14 (2 d)
Engine
blob
Format
Raw Data
Handle
5316064
Attached To
R10766 sp4e-2020
planet.cc
View Options
#include "planet.hh"
void Planet::initself(std::istream &stream) {
Particle::initself(stream);
stream >> name;
}
/* -------------------------------------------------------------------------- */
void Planet::printself(std::ostream &stream) const {
Particle::printself(stream);
stream << " " << name;
}
Event Timeline
Log In to Comment