You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This will be a resource to check how we can graduate from our low level interpreter like Python to a compiler language like C++. Thanks to many folks such as [here](http://blog.coldflake.com/posts/On-the-fly-C++/) and more coming."
10
+
]
11
+
},
12
+
{
13
+
"cell_type": "code",
14
+
"execution_count": 5,
15
+
"metadata": {},
16
+
"outputs": [
17
+
{
18
+
"name": "stderr",
19
+
"output_type": "stream",
20
+
"text": [
21
+
"input_line_7:3:3: error: use of undeclared identifier 'cout'\n",
22
+
" cout << \"hello world forever\" << endl;\n",
23
+
" ^\n",
24
+
"input_line_7:3:36: error: use of undeclared identifier 'endl'; did you mean 'std::endl'?\n",
0 commit comments