Re: How to set the compiler to handle thousand loops ?



tobleron wrote:
Hi,
Hi,
I'm using NetBeans IDE 6.1 to develope my application. My
application works well when deals with loops of reading 52,000 lines
of waveform data. But it fails when reads 104,000 of waveform data.
How to set the IDE to handle multiple loops like this ? I'm using
FileOutputStream function, while-do, and ByteBuffer function in this
case. Please advise. Thank you in advance.

RedGrittyBrick wrote:
Please read http://www.catb.org/~esr/faqs/smart-questions.html

- Define "it fails".
- Where is your code?
- What makes you think an IDE places any restriction on loop size?

Hint to the OP: The IDE has nothing to do with the problem.

Check out, read thoroughly, and follow the advice of <http://sscce.org/>.

--
Lew
.



Relevant Pages

  • Re: How to set the compiler to handle thousand loops ?
    ... But it fails when reads 104,000 of waveform data. ... How to set the IDE to handle multiple loops like this? ... What makes you think an IDE places any restriction on loop size? ...
    (comp.lang.java.programmer)
  • Re: How to set the compiler to handle thousand loops ?
    ... I'm using NetBeans IDE 6.1 to develope my application. ... But it fails when reads 104,000 of waveform data. ... How to set the IDE to handle multiple loops like this? ...
    (comp.lang.java.programmer)
  • How to set the compiler to handle thousand loops ?
    ... I'm using NetBeans IDE 6.1 to develope my application. ... But it fails when reads 104,000 of waveform data. ... How to set the IDE to handle multiple loops like this? ... FileOutputStream function, while-do, and ByteBuffer function in this ...
    (comp.lang.java.programmer)
  • Re: How to set the compiler to handle thousand loops ?
    ... I'm using NetBeans IDE 6.1 to develope my application. ... But it fails when reads 104,000 of waveform data. ... How to set the IDE to handle multiple loops like this? ... FileOutputStream function, while-do, and ByteBuffer function in this ...
    (comp.lang.java.programmer)
  • Re: .NET MFC new class wizard problem
    ... I also experience this problem when using the class browser to create new ... It seems the IDE wants to check out all the ... the whole project first, ... > loops on to the next one. ...
    (microsoft.public.dotnet.languages.vc)