Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. 1.C:UsersEliteDocumentsDevCplusplus programsHello.cpp|1|error: expected unqualified-id before numeric constant|
  2. 2.C:UsersEliteDocumentsDevCplusplus programsHello.cpp|1|error: invalid token|
  3. 3.C:UsersEliteDocumentsDevCplusplus programsHello.cpp|5|error: stray '147' in program|
  4. 4.C:UsersEliteDocumentsDevCplusplus programsHello.cpp|5|error: stray '148' in program|
  5. 5.C:UsersEliteDocumentsDevCplusplus programsHello.cpp|16|warning: no newline at end of file|
  6. ||=== Build failed: 4 error(s), 1 warning(s) (0 minute(s), 0 second(s)) ===|
  7.  
  8. 1: #include < iostream.h>
  9. 2:
  10. 3: int main()
  11. 4: {
  12. 5: std::cout << β€œHello World!”;
  13. 6: return 0;
  14. 7: }
  15.  
  16.  
  17. // my first program in C++
  18. //#include
  19. //using namespace std;
  20. //int main ()
  21. //{
  22. //cout << "Hello World!";
  23. //return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement