Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90625121
ascii.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
Sun, Nov 3, 09:00
Size
191 B
Mime Type
text/x-c
Expires
Tue, Nov 5, 09:00 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22110882
Attached To
R9360 PCSC_git
ascii.cpp
View Options
#include <iostream>
int main(int argc, char *argv[]) {
char letter;
letter = 'a'; // note the single quotation marks
std::cout << "The character is " << letter << "\n";
return 0;
}
Event Timeline
Log In to Comment