Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
recursion numbers in C#
Name: lostsoul Date: October 26, 2004 at 01:45:42 Pacific OS: XP CPU/Ram: p4 2,4 512ram
Comment:
Hi, i'm trying to learn what recursion numbers are.. i searching the msdn but i couldn't figure out much. Can somebody explain it to me ? in an easy way.......
Summary: Hi, well, in C we can initialize an int this way: int dec = 10; int hex = 0xA; but how to do this using binary number(representation), eg. int bin = 1010b; ??? thanks a lot WTK ...
Summary: Sorry about the awful code - it's from among my earliest attempts in C. I've just removed a couple of obvious stupidities but there are probably others. ...