Обсуждения
I wrote a simple basic c++ code in my PC notepad and I saved it with .cpp extension also. But when I run this program in any browser it shows the code as it is... Do c++ code can be written in notepad and can be run? Please answer.
#include <iostream>
using namespace std;
int main()
❴
cout << "hello";
return0;
❵
2 голосов
10 ответовDIFFERENT TYPE
0 голосов
1 ответАктуальное сегодня
Convert Animated SVG to PNG
1 Votes
Font size
0 Votes
My Missing Courses
1 Votes
Mobile
0 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
I need help here
1 Votes
why isnt my code working?
1 Votes