8

Questions

 
1
vote
6
answers
671
views

How to convert an arbitrary large integer from base 10 to base 16?

jun 30 at 15:51 semiuseless 410

 
0
votes
2
answers
2
kviews

Java: How to decode HTML character entities in Java like HttpUtility.HtmlDecode?

jun 15 at 2:44 eed3si9n 14.1k

 
2
votes
7
answers
665
views

How to present the nullable primitive type int in Java?

jun 12 at 6:26 Peter Lawrey 4,066

 
1
vote
9
answers
414
views

Why short is stored as 4 bytes in a struct in C?

may 7 at 9:31 JJacobsson 63

*
1
2
votes
2
answers
310
views

Is Int32^ i = gcnew Int32() allocated on managed heap?

apr 23 at 11:56 sharptooth 25.1k

*
1
3
votes
5
answers
502
views

How to execute some code before entering the main() routine in VC?

apr 8 at 20:10 RBerteig 6,702

 
2
votes
12
answers
465
views

In case of integer overflows what is the result of (unsigned int) * (int) ? unsigned or int?

apr 6 at 15:58 Trent 1,975

*
1
3
votes
10
answers
737
views

Why does Microsoft’s C compiler want the variables at the beginning of the function?

apr 1 at 17:04 Michael Burr 37.9k