Help:How can I create a Huge array with 10000000 elements?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Tobin

    #16
    Re: Help:How can I create a Huge array with 10000000 elements?

    In article <dl64eh$8g2$1@c anopus.cc.umani toba.ca>,
    Walter Roberson <roberson@ibd.n rc-cnrc.gc.ca> wrote:
    [color=blue]
    >No, usually you cannot do that. If you have a PS/2 keyboard, then
    >usually plugging it in while the system is running will -not- result
    >in the keyboard being recognized.[/color]

    You may well be right, it's a long time since I tried it and it was
    probably a serial keyboard.

    -- Richard

    Comment

    • Neil Cerutti

      #17
      Re: Help:How can I create a Huge array with 10000000 elements?

      On 2005-11-13, Richard Tobin <richard@cogsci .ed.ac.uk> wrote:[color=blue]
      > In article <u3qcn1tqmhgvjr c8mfdd7f2bbn36a rcvau@4ax.com>,
      > Mark McIntyre <markmcintyre@s pamcop.net> wrote:
      >[color=green]
      >>The actual message with my mobo is
      >>"Keyboard not found. Press any key to continue"[/color]
      >
      > Much as I hate to spoil an excellent story, this message is not
      > as contradictory as it appears. You can find a keyboard, plug
      > it in, and press a key to continue.[/color]

      It depends on the port. Those darn PS2 ports can actually fry if
      you hot-plug 'em. They aren't designed for that.

      --
      Neil Cerutti

      Comment

      • Michel Rouzic

        #18
        Re: Help:How can I create a Huge array with 10000000 elements?


        Dik T. Winter wrote:[color=blue]
        > 1. int v[5] declares an array that can be indexed from 0 to 5, v[5]
        > does not exist.[/color]

        I think you meant indexed from 0 to 4 :-)

        Comment

        • Joe Wright

          #19
          Re: Help:How can I create a Huge array with 10000000 elements?

          Neil Cerutti wrote:[color=blue]
          > On 2005-11-13, Richard Tobin <richard@cogsci .ed.ac.uk> wrote:
          >[color=green]
          >>In article <u3qcn1tqmhgvjr c8mfdd7f2bbn36a rcvau@4ax.com>,
          >>Mark McIntyre <markmcintyre@s pamcop.net> wrote:
          >>
          >>[color=darkred]
          >>>The actual message with my mobo is
          >>>"Keyboard not found. Press any key to continue"[/color]
          >>
          >>Much as I hate to spoil an excellent story, this message is not
          >>as contradictory as it appears. You can find a keyboard, plug
          >>it in, and press a key to continue.[/color]
          >
          >
          > It depends on the port. Those darn PS2 ports can actually fry if
          > you hot-plug 'em. They aren't designed for that.
          >[/color]
          And once you fry the keyboard conroller you're in for a new motherboard.
          The replacement part costs as much as the mainboard and the labor to
          replace costs more than either.

          Don't hot-plug anything! Or, keep lots of money around.

          --
          Joe Wright
          "Everything should be made as simple as possible, but not simpler."
          --- Albert Einstein ---

          Comment

          Working...