Jump to content
xisto Community

dul

Members
  • Content Count

    72
  • Joined

  • Last visited

Posts posted by dul


  1. Of course, that is doesh't work. You didn't send any random numbers. Because you calling unidentified function which hash't got in your source code or calling wrong function. try this one. It will work

    [quote=

    showmessage(IntToStr(RandomFunction));


  2. Hi. There is many ways to build computer depends on your budget.1. Cheapest. Buy everything include in a mainboard Seagate HDD /series ST.../ RAM choose DDR /have a look speed/2. Average Buy motherboard with extension stuff /except onboard stuff. , AGP slots, memory slots etc../ You need huge HDD. because works very fast./made by mentallyand pshically/ RAM of course. at least 512 mb. Check external devices.3. Buy tower station. or Big calculating server.


  3. try {        BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
            String str = "";
            while (str != null) {
                System.out.print("> prompt ");
                str = in.readLine();
                process(str);
            }
        } catch (IOException e) {
        }


×
×
  • 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.