Search results

  1. 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...
  2. 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...
  3. M

    are there any usb drives/hardware?

    im willing to wait, its not like im gonna copy that huge sort of stuff..just backing up...important files.
  4. 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.
  5. M

    free classic compiler?

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

    BASIC in terminal?..

    yes, but what command is it to compile and run the basic file?
  7. M

    BASIC in terminal?..

    well theres one problem, after following all the instructions i dont know how to use pico then run the basic programs!
  8. M

    BASIC in terminal?..

    a bit of a more human explaination to a unix newbie? please?
  9. M

    How do i make a translator?

    yes, ill send you the source code, check your email today =)
  10. 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...
  11. 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>...
  12. 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...
  13. 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 =(.
  14. M

    Whats wrong with my short C++ thing?

    try ordering one online, like from amazon.com
  15. M

    Whats wrong with my short C++ thing?

    based on public opinion at his web site...oreilly SUCKS for beginners like me and you. I'm learning from a book called C++ From The Ground Up, By Herbert Shildt. It's quite beginner friendly. I use project builder ( mac os x developer tools) to write and compile my C++ things.
  16. M

    Whats wrong with my short C++ thing?

    no, i changed it to char. How do i make it so my default in the switch arguement says "enter a number, everything else is void" then it goes back to the text about character choosing.
  17. M

    Whats wrong with my short C++ thing?

    Ok i changed it so i used the switch command and it works fine, i use 10 different choices and a default that says you cant use letters. I tried to turn my local variable 'caste' into a global one, but project builder always gives me an error when i do. I want to be able to expand the RPG into...
  18. M

    Whats wrong with my short C++ thing?

    mm...cases arguement? is that the thing with the switch command? my book im reading to learn the basics of c++ C++ From The Ground Up, By Herbert Shildt, learn C++ from the "master" seems to always have the answer the next day i read it.
  19. M

    Whats wrong with my short C++ thing?

    thanks, now i plan to make lots of functions such as this for multiple choice sort of things, so i know people im going to test this on will want to be able to save....so how do i make it so people can save their progress? Oh, and how can i make it so i can use 10 choices? Cuz i want lots of...
  20. 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()...
Back
Top