Results 1 to 2 of 2

Thread: Need help on Java meanings

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Need help on Java meanings

    I'm currently trying to convert a Java application into VB6 code and I am not real familiar with Java so I have a few questions and hope someone can help me

    The following variables are defined as int in the Java app:

    clear
    code_mask
    datum

    Now I come across tthe following and I don't know what they mean

    break;

    clear = 1 << data_size;

    datum += ( ( (int) block[ bi ] ) & 0xff ) << bits;

    continue;

    datum >>= code_size;

    datum = bits = count = first = top = pi = bi = 0;

    In the below statement does top++ mean to increment top after or before the action takes place

    pixelStack[ top++ ] = suffix[ code ];
    Last edited by jmsrickland; Oct 11th, 2012 at 06:14 PM.


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width