Trying to compile hello world on windows 8, using Sublime Text 2, get the following error:
g++: : No such file or directory
g++: No input files
[Finished in 0.7s with exit code 1]
Thanks for the help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Solved, but embarrassing to post. The issue was that I assumed that Sublime Text 2 autosaved upon quitting the program. SB2 auto-opens the last file you’re working on, so I thought it was already saved. Saving the file to whatever path eliminates the error and compiles fine.