문제

I have tried Xcode, textwrangler and Qt. I like textwrangler the best but it doesn't support C++, i.e. compiling, and checking syntax. Can you please recommend a good editor for me?

I didn't like Xcode because it guesses what function you are typing and it's not helping me learn the syntax.

도움이 되었습니까?

해결책

I think you probably need to separate learning the language from learning a tool.

XCode is probably the best integrated development environment for the Mac and you will come to appreciate its autocompletion feature as it saves you a lot of typing!

If you really don't want it (and I suggest that you do!) then you can turn it off:

Goto XCode->Preferences->Text Editing

and uncheck 'suggest completions while typing'

다른 팁

I just started learning C++ on a mac as well. I like using Xcode to write and run the program since it does a good job of organizing all of the files for the project. Also, it will make learning objective-c easy if that is ever a goal.

I do suggest turning off the auto complete and the live error detection to improve your learning and debugging skills. I turned both off and have struggled at times but I believe that it has increased my understanding.

Best of luck either way!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top