Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91133982
map.cpp
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
Fri, Nov 8, 06:22
Size
195 B
Mime Type
text/x-c
Expires
Sun, Nov 10, 06:22 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22202968
Attached To
R7571 SP4E-TB-TL-FR
map.cpp
View Options
#include <map>
int main() {
std::map<std::string, double> particle_mass;
particle_mass["mars"] = 6.4171e23;
particle_mass["sun"] = 1.9885e30;
particle_mass["copper"] = 1.0552061e-25;
}
Event Timeline
Log In to Comment