Search results

  1. M

    Main programming question/ a few misc. questions..

    YES! I FOUND IT! Project builder needs some more specific things, in order to experiment around with C++, do new project: make a c++ tool
  2. M

    Main programming question/ a few misc. questions..

    well dont mind project builder except for two major things: I can't compile my C++ files to see if they work and i cant even see if the syntax right cuz all the syntax checker do is save the file, even when i put the word "chicken" to replace main() and i put { project builder sucks } for the...
  3. M

    how to mount someone elses HD from a remote computer? (aka a friend across the street

    Could someone tell me how to mount someone elses hard drive if they're not connected by a cable like a network? like tcp/ip file sharing or something
  4. M

    Main programming question/ a few misc. questions..

    i think i'll use something other than project builder for c/c++ at the moment since i have to connect files to projects in order to actually check the syntax, since terminal notices syntax errors.
  5. M

    Main programming question/ a few misc. questions..

    yay! it works! thanks! I'm learning C/C++ from multiple sources since some seem a bit...well...dated. im currently was using this resource and was wondering if it's reliable? http://www.intap.net/~drw/cpp/cpp04_02.html
  6. M

    Main programming question/ a few misc. questions..

    #include stdio.h int main() { int a = 0; int b = 5; while (a < b) { printf("%d\n", a); a = a + 1; return 0; // end of main() } } I tried this, it doesnt do anything at all except just display...
  7. M

    Defrag the OSX disk ? How ?

    question: i have the old norton defrag utility thingy, if use that in os 9, will it help at all?
  8. M

    Main programming question/ a few misc. questions..

    well i did what you said and now it looks like this: #include <stdio.h> int main() { int a = 0; int b = 5; while (a < b) { printf("%d\n", a); a = a + 1; return 0; } } but when i run it all i get is the number 0...
  9. M

    Main programming question/ a few misc. questions..

    yes, very, but my new command i was making for the while command that you tried to help me still doesnt work! i keep getting syntax errors, what the heck is a parse error? see code: #include -stdio.h- ...yes the < 's are there but i used -'s to show that they are in this post. int...
  10. M

    Main programming question/ a few misc. questions..

    well how should i compile it as? mycalculator.exe or something? i have a mac on os x and so does my friend. I set the priveleges to read/write for everybody. ...(edit), oh, I don't use o'reillys stuff since when i look at public opinion of his stuff it says you have to know a lot ahead of...
  11. M

    Main programming question/ a few misc. questions..

    Ok, i'm starting to learn C (since im taking C++/Java next year in high school, im learning C first to get ahead), but the tutorial for it must be dated or something, because the "while" and "do-while" commands always have syntax errors, even when i copy and paste: #include <stdio.h> .... well...
  12. M

    Newbie request

    I'll check out that site a bit later, but i got a big paper due today, so i'll check it this evening.
  13. M

    Newbie request

    I'm taking lessons on C (C++ i'll learn over the summer and in school next year) to get ahead for the next year. so far I've made an adding/subtracting calculator and a calculator that lists farenheit and celsius. I'm using project builder( apple developer tools) to write the C and terminal to...
  14. M

    apps list

    I have adobe photodeluxe™, do i have to buy an os x version or is there a patch for it?
  15. M

    apps list

    you didnt sound agressive to me at all, and i doubt anyone else thought that way either. I'm not a mac newbie, but thanks for listing macosxapps.com and versiontracker.com for me.
  16. M

    a Few terminal questions...

    1: thanks 2: I mean terminal.app itself...unless mach has the same sort of interface/language as the original language of UNIX. 3: yes, shell scripts, if thats what telling the system what to do on a more advanced level. 4: k, care to tell me how besides just saying sudo? Since it's...
  17. M

    apps list

    Post here to list good apps( free or otherwise) that i should check out (besides office x) since I'm probably going to buy some....SOON! (edited)
  18. M

    a Few terminal questions...

    1: How do i change the title where it says "Welcome to darwin!" 2: Whats a good website(besides Oreilly's stuff...) where i can learn a bit about terminal. 3: How do i make commands. 4: What does the % next to my admin name mean? The ever-so-curious comp hog, Macosxtopus
  19. M

    Jaguar Observations...

    where exactly did you guys get jaguar? i thought it wasnt out yet. It better not be one of those stupid marketing tricks in where I cant just upgrade and instead have to buy osx all over again.
Back
Top