Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #107.70K
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for jepapel

There is an extended set of characters beyond ASCII. These are between 128 and 255 values. Here you can see also the Greek characters. [CODE]/* This program displays all printable characters, including the extended character set, if one exists. */ #include <iostream> using namespace std; int main() { unsigned char …

Member Avatar for Plato_1981
0
3K

The End.