Programming C++ on MAC OS

Hello!

I started programming c++ on macbook pro and now i am searching for appropriate text editor.

Now I am using xCode,which is a nice program,but i want to work with the terminal.I have installed also Command line tools and g++ compiler.

Are there any suggestions?

Thank you!
vi?
I will try it.

Are there better way for programming c++ than Xcode?
Vim is better if you want a command line text editor. If you want a modern text editor, you really can't beat Sublime.
On MacOS, vi is vim.
Is it? Or is vi an alias for vim?
You can still use xCode. On the most recent version, just open the project file, open the product menu, click on "archive", then click "export". After you click on export, select "save build products", then save it wherever you want it to. Open the folder, and there will be one folder inside it, and so on until there is an executable file, which opens in terminal. I hope this helps.
Yes . Eclipse is better than XCode (for C++ , java and ... programmers).
you can compile,build , debug and Run your Code just with one click !
Eclipse have a lot of features . Just Google it :)
Topic archived. No new replies allowed.