Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121618062
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
Sat, Jul 12, 12:29
Size
195 B
Mime Type
text/x-c
Expires
Mon, Jul 14, 12:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27344155
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