Advertisement
Guest User

Untitled

a guest
Jul 5th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. 1>------ Build started: Project: Stroustrup1, Configuration: Debug Win32 ------
  2. 1> helloworld.cpp
  3. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(7): error C2143: syntax error : missing ')' before ';'
  4. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(7): error C2091: function returns function
  5. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(7): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  6. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(7): error C2059: syntax error : '}'
  7. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(7): error C2143: syntax error : missing ';' before '}'
  8. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(7): error C2059: syntax error : '}'
  9. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(10): error C2143: syntax error : missing ';' before '{'
  10. 1>c:\stroustrup\stroustrup1\stroustrup1\helloworld.cpp(10): error C2447: '{' : missing function header (old-style formal list?)
  11. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement