Search results

  1. M

    Error in Learning Carbon Book?

    I was struggling to grasp the aspect of carbon programming in the GUI using interface builder(i don't know the raw-code way yet, and don't correct me on that stance with technicalities please :D ), and I got to the point where the "moon travel planner" can calculate all the different modes of...
  2. M

    file streams...

    Im sure all you bordlanders have seen this program, but i cant get it to dang work. Have a look: (no syntax errors reported, it compiles fine , but the output file is empty. including header files is fine, tthe forum just doesnt like alligators.) #include <iostream.h> #include...
  3. M

    Just Barely Past Conio.....

    ARGHH!!! STUPID CONIO.H!!! Why is it so (censored)ing hard to get help on something so simple as ascii animation!?! I'm almost on a major breakthrough with curses.h, but when i compile nothing i did shows. Someone told me to link something called termcap with curses, but i dont know how to do...
  4. M

    To All Newbies/learning People Of C++...

    Would you all like to join me and make games as we learn C++? reply if interested.
  5. M

    Class Program... (Assignment, C++)

    YArggh!! stupid thing! We have to make a program that aproximates pi to...the 100th digit? I tried using the monte carlo method, but i'm stuck after this, have a look at the code: #include iostream.h // forum doesn't like alligators, so any blanks #include math.h // are just made by...
  6. 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.
  7. 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...
  8. 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...
  9. 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?
  10. 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...
  11. M

    Project Builder....

    Im learning C++ from a book that addresses the ANCI ++ Standard(or something like that). Ive been trying to compile this program a while now and i cant find the problem. Here is the program: oops! i forgot this forum doesnt take gt's or lt's. #include iostream //normal header files.. #include...
  12. M

    How do i make a form in html?

    The subject speaks for itself. I was taking a free online course to learning html(i tested each lesson to see if it would work with my own modifications) and everything was going fine till i ran into forms. The lesson for forms just showed the code for them, which is utterly useless since i...
  13. M

    are there any usb drives/hardware?

    "all imacs come with 2 firewire ports" my foot, are there any external hard drives via usb in the market? usb cd burners? please help.
  14. M

    free classic compiler?

    Where can i get a free c++ compiler for classic? Thanks, Macosxtopus
  15. M

    How do i make a translator?

    I was making a stupid little language that switches around the letters of the alphabet to make a new language. I already have the part of the program that lists the entire alphabet as a list, left side is normal, right side is new. I dont know how to make a new part of the function in where the...
  16. M

    Arggh! those darn TESEFADs!!

    (for those of you who dont know, TESEFAD = The Evil Syntax Error From Another Dimension). IN project builder i was working a basic text-based rpg made in C++. No matter what i do when i syntax check i always get this parse error!! arrghiness! The program is as follows: #include <iostream>...
  17. M

    arggh!! sometimes i hate os X!!

    Why does the stupid os x cd have to be so completely accurate? Ive partitioned the stupid new hard drive over and over again and i can't ever seem to make the cd happy that the partitioned part is "within the 1st 8 gigs of the HD"!!! Whenever i partition its always too big or too little, when i...
  18. M

    BASIC in terminal?..

    A friend of mine likes to program in BASIC before he learns C++, but he doesnt have a BASIC compiler. Does terminal have a BASIC compiler just like it does for c++? if so, what is it>? By the way, why did this forum dissapear from press3.com? I felt so ditched =(.
  19. M

    Whats wrong with my short C++ thing?

    I said thing because its not an app yet. I was making a basic text-based RPG with C++ to see if I could do some basic multi-choice sort of stuff. I tried to put like choosing characters and such, but it would keep getting parse errors and stuff from project builder: #include iostream main()...
  20. 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
Back
Top