Jump to content

someboddy

Ultra Members
  • Posts

    1,661
  • Joined

  • Last visited

Everything posted by someboddy

  1. You can install the program like any program. You don't need to activate it, just open a VRML file
  2. Does anybody know were can I get one?
  3. After months I finely closed my Project64, sat down, and made this site.
  4. If Tim want's to keep the ads, he shold make cool ones like the ones in www.gamespot.com
  5. well, you can change it like you did in the first time, to emulaforums, than emulatforums, emulatoforums, emulatorforums, and finaly - emulatorsforums
  6. The server was down, but now it's O.K.
  7. This flowing diagram can't actuly multipile's a number, but it can help us to create a program that can. Type this program to the C++ compiler: now run it (press Ctrl+F9), enter a number, and press Enter. you will return to the editor. In order to see the program results, run the program again. (if you have visual C++, press F5 to run the program) now I will explain the program: #include <iostream> using namespace std; this part tells the program to use the file "iostream". this file contain's the basic commands you will need. every command in C++(and many another programming languages) must end with ";", so don't forget to put it. void main(){ this command start's the program's boddy. after the program finish's the "include" part, it goes to the "main" part, and does the command's there. this line doesn't end with ";", becouse it's a function (I will explain about function's in more advance lesson's), and it will only end when it will reach to "}". int A; this command creates a new variable from the type integer, and give it the name "A". when we will want to use that variable, we use the name A. integer's are complete numbers, so you can't put fraction's in it. cin >>A; the "cin" command take's informatio from the users, and put it in variables. before every variable you want to put data in, you type ">>". A=A*2; this command put's the data in the right side ("A*2" in this case), to the variable in the left side ("A"). cout <<A; the "cout" command print's data on the screen. the data can be variable, phrase, a number or text. before every data you want to print on the screen, you type "<<". } in order to end the "main" part (or any another block), you need "}". after the "}", you don't put ";".
  8. The first thing you need to know is how to use flowing diagrams. flowing diagrams are sample ways to show the program's guideline. flowing diagrams are written in normal language. for example, lets say we want towrite a program that get's a number, and multipile it by 2. so the flowing diagram goes like this. Start | read number to A | put A*2 in A | write A | End first, the program start's. than, the program take a number from the user, and put it on the variable A. than, the program change A to A*2/ than, the program write A on the screen. than, the program end's.[/b]
  9. This time, I am going to enter deeper to the programing world, so if you dont understand something, just ask. to program in C++, you will need the compiler. you can download it from here.
  10. So when I will start the topic, dont afried to ask qustions
  11. Thanks for reminding me, I will start it soon. to download C++, click here
  12. Well, the point of spam section is that people will post thir spam their, and not in another section's
  13. I didn't got anything Do you think it's becoase I am Jew?
  14. We back online and it feels great. I don't know how much time I culd stand sane in A@H, I have nearly became a spammer...
  15. I H A T E XP too, I cant run on it most of the games.
  16. Well, I have the player handbook, the DM guide, and the monster manual, all 3rd adition.
  17. In ten years, there will be a virtual reality, and the emulators will take you to a virtual world with a virtual console, a virtual TV, and virtual couch
  18. As long there is consoles or arcade games, there will be people that will try to get it for free.
  19. I have a the latest D&D books, so if you have any question about a race or a monster, I am your man.
  20. I have both those games. I thought Blade runner was a great game. Plays just like being in the movie. DUngeon Keeper 2 is also a really excellent game. Black & White you either love or hate, but if you buy it make sure you get the patch. It fixes a lot of stupid bugs. Black & White 2 is out soon and it looks amazing. Huge battles with your creature leading thousands os soldiers and stuff. Nice black & white 2: creature isle is no big deal. the only improvement from the first game is the tike, and ofcorse new creatures and miricles. don't by it, unless it is burned(you didn't hered about burning games from me).
×
×
  • Create New...