Forum: C++
Dec 7th, 2004, 6:06 AM
|
|
Replies: 3
Views: 241
|
Forum: C++
Dec 6th, 2004, 4:06 AM
|
|
Replies: 23
Views: 427
|
Forum: C++
Dec 5th, 2004, 12:46 PM
|
|
Replies: 8
Views: 340
|
Forum: C++
Dec 5th, 2004, 6:40 AM
|
|
Replies: 8
Views: 340
Okay, this is everything I have if you would be...
Okay, this is everything I have if you would be so kind to take a look (just paste in to a new win32 console app)
What I have to do is, the comp generates a random decimal number (1-255), you have...
|
Forum: C++
Dec 4th, 2004, 7:56 PM
|
|
Replies: 8
Views: 340
|
Forum: C++
Dec 4th, 2004, 12:47 PM
|
|
Replies: 8
Views: 340
|
Forum: C++
Dec 3rd, 2004, 5:12 PM
|
|
Replies: 1
Views: 118
|
Forum: C++
Dec 3rd, 2004, 9:22 AM
|
|
Replies: 8
Views: 340
|
Forum: C++
Nov 30th, 2004, 4:34 PM
|
|
Replies: 3
Views: 608
|
Forum: C++
Nov 30th, 2004, 6:10 AM
|
|
Replies: 3
Views: 608
I need to convert a Decimal number to HEX (not...
I need to convert a Decimal number to HEX (not allowed to use pre-written commands or functions). I have passed the integer decimal in to a function (a) and now need to convert to HEX equivelent....
|
Forum: C++
Nov 29th, 2004, 7:00 PM
|
|
Replies: 7
Views: 269
|
Forum: C++
Nov 29th, 2004, 5:55 PM
|
|
Replies: 7
Views: 269
|
Forum: C++
Nov 29th, 2004, 2:34 PM
|
|
Replies: 7
Views: 269
|
Forum: Community Introductions
Nov 29th, 2004, 11:32 AM
|
|
Replies: 11
Views: 184
|
Forum: C++
Nov 29th, 2004, 11:26 AM
|
|
Replies: 7
Views: 269
I want to convert an array which I am using to...
I want to convert an array which I am using to store a binary numbers (eg, Remainders[7]={0} (array gets filled during the program) into a whole integer number. I was told I could use the & sign to...
|