8

Questions

 
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.2k

 
2
votes
7
answers
675
views

How to present the nullable primitive type int in Java?

jun 12 at 6:26 Peter Lawrey 4,114

 
1
vote
6
answers
674
views

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

jun 30 at 15:51 semiuseless 410

 
1
vote
9
answers
415
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
311
views

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

apr 23 at 11:56 sharptooth 25.4k

*
1
3
votes
5
answers
503
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
467
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
739
views

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

apr 1 at 17:04 Michael Burr 38k