Thiago R. Adams website

Home CodeBlog Articles Downloads Links Books About

Websites

Trigraphs

Does this code compiles? Try it :)


??=include <iostream>
using namespace std;

int main()
??<
  int i ??( 2??);
  i??(0??) = 2;
  i??(1??) = 3;
  for (int k = 0; k < 2; k++)
    cout << i??(k??) << endl;
        return 0;
??>

Want to see more? Go to the CodeBlog section.

About the author: I am Thiago Adams. I work as a professional C++ software engineer. I have created this website to share ideas and source code with other people with similar interests.
I would like to hear from you comments, critics, questions and suggestions about this topic or any other part of this website. Email: thiago.adams at gmail dot com