I have made my first C++ program but it not worked i have tried all the things but it still showing error 😟😟😟😟 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I have made my first C++ program but it not worked i have tried all the things but it still showing error 😟😟😟😟

19th Apr 2018, 4:04 PM
Lovenish Purohit
Lovenish Purohit - avatar
5 Answers
+ 2
return should be inside the "main" function.
19th Apr 2018, 4:17 PM
android baloch
android baloch - avatar
+ 1
#include <iostream> using namespace std; int main() { cout<<"hello C++ language"; } return 0;
19th Apr 2018, 4:07 PM
Lovenish Purohit
Lovenish Purohit - avatar
+ 1
it's what I maked
19th Apr 2018, 4:07 PM
Lovenish Purohit
Lovenish Purohit - avatar
+ 1
ohhh thanks
19th Apr 2018, 4:19 PM
Lovenish Purohit
Lovenish Purohit - avatar
+ 1
You're welcome!!!
19th Apr 2018, 4:20 PM
android baloch
android baloch - avatar