Thanks for the suggestions guys. I guess I really do not know what I am talking about. And it is even harder for me to explain what it is I do not like since I do not know the lingo at all.
mgb: You helped me track down Dev C++. Have you used it? I basically just want to be able to open a new source file and write some some crappy code and then execute it.
I have been going into Xcode and selectingFile-->New project-->(on command line utility tab) C++ tool.
Then I get a little lost. I have to save the project as something, which creates a Folder.
then this window comes up
Then I select "main.cpp" and this comes up:
and for some reason that stupid "Hello World" program always opens under main.cpp
I think that is there as some kind of a template. It is created everytime I open a new project.
When I run it...no terminal comes up. I have to toggle back to this screen, and select the file with the black icon named "Untitled"
Though, now the word "Untitled" is black since there is some code that has been built.
After clicking it, this piece of crap of a terminal comes up and displays the output:
Maybe I am just being a baby since I am so used to Dev C++ and now I have to get used to this.
I hate that terminal window. I need to figure out if there is a way to change the default colors and if it is necessary for all that garbage to come up with it (i.e., everything except "Hello World").