Programming C++ on MAC OS

Oct 24, 2014 at 5:34pm
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!
Oct 24, 2014 at 5:45pm
vi?
Oct 24, 2014 at 5:51pm
I will try it.

Are there better way for programming c++ than Xcode?
Oct 24, 2014 at 6:11pm
Vim is better if you want a command line text editor. If you want a modern text editor, you really can't beat Sublime.
Oct 25, 2014 at 7:40am
On MacOS, vi is vim.
Oct 25, 2014 at 5:42pm
Is it? Or is vi an alias for vim?
Oct 25, 2014 at 8:12pm
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.
Oct 25, 2014 at 8:22pm
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.