and what if there are errors, what does it do?
If the folder is on the desktop cd ~/Desktop/Math\ 1116 will get you there. I never put spaces in my folders since it is a bit of a pain to navigate them in the terminal.in the middle there it kind of got a bit painful
hey how would i go to a location with spaces? like the rest of my examples are stored in a folder called Math 1116? Should i change that to like, math_1116 or is there a way to deal with the spaces?
in the middle there it kind of got a bit painful
hey how would i go to a location with spaces? like the rest of my examples are stored in a folder called Math 1116? Should i change that to like, math_1116 or is there a way to deal with the spaces?
oh cool!! thanks guysthis is going to be such a rough class i think, im like the only girl its so weird. i guess the next step is to learn how to write these things huh! haha
Yeah I will definitely be doing that! I dont think I will feel comfortable talking to the prof, because I'm not good at understanding people with a thick accent and the whole encounter would just be awkward. The lab instructor seems to be a nice english as a first language lady, so she might be of some assistance! But I will just keep bumping this thread to the top with any questions I have..I wouldnt want to continuously make new threads!It will come in time.
You can always check back here for any help you might need.
Yeah I will definitely be doing that! I dont think I will feel comfortable talking to the prof, because I'm not good at understanding people with a thick accent and the whole encounter would just be awkward. The lab instructor seems to be a nice english as a first language lady, so she might be of some assistance! But I will just keep bumping this thread to the top with any questions I have..I wouldnt want to continuously make new threads!
I would advise at least trying to learn to use Xcode. The fact of the matter is that the command line is generally only used for compiling command-line apps. GUI apps generally require some sort of IDE, at least for designing the GUI, which I assume you will someday intend to do since the command line is only something one uses behind the scenes nowadays...
Hum, none of what you said here is true. You can compile GUI code from the command line, you can build GUI apps without an IDE, even for designing the GUI. The command line is far more than something one uses behind the scenes nowadays too.
The OP is doing a math class, the command-line is fine for that.
Balamw pointed the OP to a GCC build rather than XCode, that's what the OP installed.
My point is that generally you use IDEs for GUI development these days, or at least that's what they teach, and I meant in terms of code.
The OP is in a C++ class, not an Objective-C or GUI class. What kind of GUIness are they going to get into at this point?
The compilers are only <300MB to download vs. ~4GB for Xcode.
The OP is in a C++ class, not an Objective-C or GUI class. What kind of GUIness are they going to get into at this point?
The compilers are only <300MB to download vs. ~4GB for Xcode.
Which do you think is more intimidating for a newbie?
B
I don't see how size of a download is proportional to the level of intimidation.
NOW im still downloading it, but im fairly certain i wont be able to work it..
so once i get this downloaded (unfortunately will take forever since I am on residence wireless)
There is another option to get Xcode, install it from the OS X install disk that came with the computer.
There is another option to get Xcode, install it from the OS X install disk that came with the computer.