Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query abt sprintf..

Status
Not open for further replies.

maskman0

Programmer
Joined
Jul 24, 2007
Messages
9
Location
US
Hi please explain me what this sprintf is trying to do.

Time = 1175533048 ------ this is the key value pair of a hash. Therefore time() will have the above numeric value of Time.

what does the following sprintf do :

Sprintf (“E000000%9.91d%8.81x”, time() && 0x0FFFFFFF, time())

Please can you explain me what each of the above values in sprintf do.

Thanks
 
First thing, sprintf is not capitalized.
Second, the opening of your post is unclear: [tt]time()[/tt] (with or without parentheses) has its own value, what has a hash to do with that?
Can you explain the context where this thing is used?

prex1
: Online tools for structural design
: Magnetic brakes for fun rides
: Air bearing pads
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top