Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~11.1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for marsh_mallows11

Create a program that would convert a decimal number to either binary, octal or hexadecimal counterpart. Your program should ask the user for decimal with a data type of a long integer (4 bytes or 32bits in length or having a range of +2147483647 to -2147483648, or 4294967296 if unsigned). …

Member Avatar for Lesther_1
0
10K
Member Avatar for marsh_mallows11

I've been a member a Daniweb since last year but I'm not visiting this site because I'm too busy with my studies. Does anyone help me find or suggest a title about my undergraduate thesis ?.....

Member Avatar for SavingPocket
0
148
Member Avatar for marsh_mallows11

Guys any idea how to implement the said code... Implement the IMultiSet interface below into MultiSet class [code] public class IMultiSet{ // add x to this multiset (x must be 0-9) void add(int x); // remove x from this multiset if there are occurrences of element x (x must be …

Member Avatar for NormR1
0
563
Member Avatar for marsh_mallows11

please give me a code for this problem..... Objectives: To implement retrieving of data from text file to a record To implement storing of updated data from the record to a text file Procedure: 1. Create a structure for a simple telephone directory system named struct telDirectory{}composed ofchar username[20], long …

Member Avatar for SgtMe
-1
183