Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120143104
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
Wed, Jul 2, 05:52
Size
191 B
Mime Type
text/x-c
Expires
Fri, Jul 4, 05:52 (2 d)
Engine
blob
Format
Raw Data
Handle
27146724
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