Jump to content

C++


onewhisperingwind9@yahoo.c

Recommended Posts

Hello! I am known as onewhisperingwind9@yahoo.com

I am a newbie to C++. 

I practiced C++ code -

 #include <iostream>
 using namespace std;
 int main() {
cout <<"Leon!";

return 0;

}

in the above code I have 343 lines. When compiled not all lines are displayed on the monitor. The first 94 lines fail to display.

Please advise what I failed to do.

Thank you for your time.

Best wishes to everyone for a happy and successful career.

 

Edited by onewhisperingwind9@yahoo.c
misspelled word
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...