Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120041881
array.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
Tue, Jul 1, 13:07
Size
152 B
Mime Type
text/x-c
Expires
Thu, Jul 3, 13:07 (2 d)
Engine
blob
Format
Raw Data
Handle
27031617
Attached To
R7571 SP4E-TB-TL-FR
array.cpp
View Options
#include <array>
#include <string>
int main() {
std::array<double, 3> vec;
vec[2] = 10.;
std::array<std::string, 10> vec2;
vec2[8] = "mars";
}
Event Timeline
Log In to Comment