Jump to content
xisto Community

pandu

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. pandu

    Java Or C++

    C++ is generally agreed upon as being harder than Java. If you want to make an mmorpg, then you need to pick what type. If you want a stand alone game, then you probably want to use C++. If you want a web-based game (like RuneScape) then make a Java applet. Either way, it's easier to make a game in Java, especially with the huge standard library and available documentation and great support for things like sockets.
  2. Java and JavaScript are completely different. Java is used for writing applets, enterprise programs, and desktop utilities. JavaScript is used for adding more interactive functionality to websites. Java isn't hard, and JavaScript is almost a piece of cake. Learn Java first, and you'll know enough concepts to rapidly learn JS.
  3. You know, it's much simpler to use a Scanner. Here:import java.util.Scanner;Scanner s=new Scanner(new File("filenamehere.txt"));String temp;while(s.hasNext()){temp=s.next(); //gives you the next token(word)System.out.println(temp);}
  4. In paintball, you get hit only when you have a splotch on your clothes right? This way, he'll always be hidden behind the cover of the tank. This is hardly fair. Although, it does present a funny example of a great future inventor. If he can do this in college, what can he do when he's had formal training?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.