Jump to content

Recommended Posts

Posted

Hello All,

I try a lot to understand the system that companies/programmers give to there file(s) but I can't?!!

for example: What is the mean of v1.2.048? and when should I increment any number? also why they use three groups in naming?!!

:blink:


Posted (edited)

Thanks very much

It is really really excellent.

:)

Edit:

I can't understand this !!

Other software packages will pack each segment into a fixed bit width, for example, 5.8.7 could be represented in 24 bits: ( 5 << 16 | 8 << 8 | 7 ). The floating-point scheme will break down if any segment of the version number exceeds 1,000; a packed-binary scheme employing 8 bits apiece after 256.
Edited by xtremee

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...