• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Reply to: re

Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "re"

Collapse

  • Guest's Avatar
    Guest replied
    Re: curses ?

    I always hated Pascal - I mean that piece of sh1t was designed for students in the first place, fking requirement to declare variables on top of the function sucked badly, but to be honest the real thing that always pissed me off was having to use := instead of = - I mean for fks sake! The whole language seemed to have been created to aid compiler - ie to make compiling fast, about the only thing PAscal was good about.

    BURN IN HELL PASCAL I SAY!!!

    Leave a comment:


  • Guest's Avatar
    Guest replied
    curses ?

    God - I hated that. My first job we got a contract to convert some code from pascal to C, and it turned out the pascal had some homebrewed/hacked about version of curses in it.

    The ONLY time I have ever used setjmp()

    (well apart from the once to obscure what I was doing on a job for a consultancy that treated us like $£!^)

    Leave a comment:


  • Guest's Avatar
    Guest replied
    backspace was traditional Unix C technique to do what you want to do, I'd be amazed if they have not thought of it in Java
    curses

    Leave a comment:


  • Guest's Avatar
    Guest replied
    System.out.print("\b\b\b" + pc); // as many backspace characters as the max length of pc.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    backspace was traditional Unix C technique to do what you want to do, I'd be amazed if they have not thought of it in Java

    Leave a comment:


  • Guest's Avatar
    Guest started a topic re

    re

    Does anyone know how I can print out to the console on the same line using Java? ie. to show a percentage rising?

    For example:
    System.out.println(pc) would do:
    1
    2
    3
    4

    System.out.print(pc) would do:
    1234

    But I want to keep it on the same line so I can only see one figure updating. Do I have to use backspace or something?

Working...
X