Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~448 People Reached
Favorite Tags
c++ x 5
Member Avatar for pranjalkumar

Heya, I want to install TuxPaint on OpenSolaris. I tried to install it by source, but it got stuck on the 'make' command. Can anyone please give the step-by-step process of doing that? I am using the latest version of OpenSolaris.

Member Avatar for pranjalkumar
0
79
Member Avatar for pranjalkumar

I am making this project in which I have to make a 16-byte float datatype manually. So, as per the specifications, 32 bits are for the mantissa, and the rest for the exponent(including sign). I'm planning to store it in this form - `unsigned char num[16];` I can get the …

Member Avatar for ArkM
0
69
Member Avatar for pranjalkumar

I have an assignment in which I have to create a 16-byte float, allocating bits to mantissa, exponent, sign of mantissa and sign of exponent at my own discretion. I have planned it to be as follows - Bits Purpose 1 Sign of mantissa 2 – 32 Mantissa 33 Sign …

Member Avatar for nucleon
0
136
Member Avatar for pranjalkumar

I want to create a 16-bit float datatype, allocating memory to exponential and mantissa part at my own discretion. How can I do that?

Member Avatar for ArkM
0
164