8

Questions

*
1
3
votes
10
answers
732
views

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

apr 1 at 17:04 Michael Burr 36.8k

*
1
3
votes
5
answers
485
views

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

apr 8 at 20:10 RBerteig 6,662

 
2
votes
12
answers
454
views

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

apr 6 at 15:58 Trent 1,622

*
1
2
votes
2
answers
296
views

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

apr 23 at 11:56 sharptooth 23.7k

 
2
votes
7
answers
580
views

How to present the nullable primitive type int in Java?

jun 12 at 6:26 Peter Lawrey 4,007

 
1
vote
9
answers
400
views

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

may 7 at 9:31 JJacobsson 63

 
1
vote
6
answers
634
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 14k