Search results

  1. M

    help wanted: Tutor

    unfortunately my teacher sucks :( he really doesn't give any help, he just makes us read out of a book and do exercises given to us. What i basically wanted was, well, not really a tutor, but just someone willing to spare a bit of time explaining small things i don't understand. Like, how come...
  2. M

    help wanted: Tutor

    oh come on, daimacdaddy is learning C++ in school, so there has to be some more people like him/her.
  3. M

    #include?

    a whole word? thats for a little thing called character arrays :). for a whole word, do this: char word[10]; // it can store up to 10 characters. cout << "Enter some stuff(limit 10):\n"; cin >> word; cout << "\nHeres the stuff you put in:\n"; cout << word; all you need is...
  4. M

    help wanted: Tutor

    I need someone(no, i can't pay you) who can spare some time to help with teaching me c++ (over aim or some other method) and tutor me on things i don't understand over class. ANYONE would be appreciated.
  5. M

    Project builder Vs. School Compiler

    that helps somewhat, could you how me where io.h is? Sherlock won't let me index the system folder :(
  6. M

    Project builder Vs. School Compiler

    oh come on... there has GOT TO BE SOMEONE WHO KNOWS CARBON OR JUST C++... IF IT ISN'T THEN MY ENTIRE HD IS NOTHING BUT COCOA?!! AHHHHHHHHHHHH!!!!!!!!!!!!!
  7. M

    Help me with a C++ project please!!

    I downloaded your file.... it appears you wrote it in C and expect us to know what it means? leave comments man... it looks almost like garbage to me.
  8. M

    Help me with a C++ project please!!

    3mors.... if you didn't write it in c++, would you mind telling us what the heck you wrote it in? I doubt anyone would port a program for you unless it was EXTREMELY small...
  9. M

    Project builder Vs. School Compiler

    Well, as im using some borderland compiler at school to compile programs as i learn c++, some header files im taught to use dont exist for project builder, is there anyway i can dl these header files/install them? Otherwise, is there an alternative? So far i think the only missing one is conio.h...
  10. M

    Imac: Low Video Memory

    Why are you stuck in 800x600? too much video intesnsity or jaguar sucks so much that you can't change resolutions?
  11. M

    Imac: Low Video Memory

    *curses*........... Welll i guess the only thing i can change is RAM i suppose.... i AM below the norm 512 for imacs.... Stupid apple and their "compact wonders", all they did was make things unchangeable!
  12. M

    Imac: Low Video Memory

    indigo(not to be confused with the other "blue" one) color imac 350 MHz slot-loading....wish i had the new tray one = (
  13. M

    Imac: Low Video Memory

    And how might i do this? apple system profiler reveals nothing about the model #.
  14. M

    Imac: Low Video Memory

    My mac has 8 video RAM and i have 320 SDRAM(i think thats what it's called.... i just call it ram :p ) and most things run somewhat slower in OS x than they do in OS 9. For example, Starcraft w/ itunes on brings everyone else im playing with to a crawl, along with me after a few minutes, even...
  15. M

    Command line ftp?

    Was wondering if i could use ftp in terminal to upload files to my web space? I don't want to pay for fetch if windows can ftp via internet explorer, so could you tell me how to use ftp via terminal or a free ftp app i could use?
  16. M

    Could you help me understand this?(c++)

    Thank you, could you explain how it points though? :(
  17. M

    Your Mac's Name/Gender...

    My Imac (something MHz) indigo's name is CARNATOR, because it helps me throw millions of games at speeds surprising how old it is, unleashing hell upon people in any game, and so, in honor of this wonderful mac, i christen all of my multiplayer names as CARNATOR or something similar to it. I...
  18. M

    Could you help me understand this?(c++)

    Ok, due to the board, i will not supply alligators to anything in this post, since it will not show anyways. #include iostream void cube(int *n, int num); /* the pointer, and num's 1st array element passed to this function*/ main() { int i, nums[10]; /* i is for the numbers, *n is...
  19. M

    C++ Editing in Project Builder?

    this is probably just the message board, but your include iostream and....(stdio?) isnt showing. gcc is used to compile C files, not C++. Try and grab a copy of codewarrior lite if you can, lots of old unused books come with copies of them. Pbuilder is a pain, i know. It has slowed my C++...
  20. M

    Project Builder....

    Well i didnt know what to choose......... im still learning C++, as you can see. When using Pbuilder my project was a C++ Tool (that was the only way i could do build and run to test my projects as i learned C++. Once i learn C++, what project type should i choose? (and no, im not even thinking...
Back
Top