In eclipse, how do I tell the console to submit the text? When I press enter, it just goes to a new line where I can continue typing and does not submit the text to continue processing.
Share
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.
To heck with eclipse.. I found a way of getting Visual Studio to compile C++ projects as C projects.. much better… after spending so many hours trying to get the IDE working with all its quirks… I don’t think I’ll be going back to that again (at least not for anything C anyway).
For anyone interested:
http://www.daniweb.com/software-development/cpp/threads/16256/compiling-c-in-visual-studio.net
Basically:
That’s it..