Forum: Computer Science 8 Days Ago |
| Replies: 3 Views: 376 Correct.
Depending on what kind of data you're sending, so might need less stuffing if you use two bytes. Because the chance that the pattern of 2 bytes is in your data is a lot smaller then... |
Forum: Computer Science Jul 20th, 2009 |
| Replies: 3 Views: 693 This:
if year is divisable by 4 and year is not divisible by 100 //leap year
is not complete. A leap year is a year that's divisable by 4 and not by 100 unless it can be divided by 400.
Other... |
Forum: Computer Science Mar 4th, 2009 |
| Replies: 30 Views: 3,160 In some cases perhaps. But if I'll give an example when you could be wrong:
What if I need a simple code-snippet, say something to convert an int to a string. I can program this piece of code from... |
Forum: Computer Science Mar 4th, 2009 |
| Replies: 30 Views: 3,160 I disagree. Cheating makes you a cheater and in addition to that: it's makes you a lazy b*stard.
How does this cheating thing works when you have an actual job? Tell me, I'm curious.. |
Forum: Computer Science Feb 4th, 2009 |
| Replies: 8 Views: 4,468 An by downloading for free, you mean illegal download? No, I don't have any idea where to do that and if I had, I wouldn't tell you :)
My advice would be to go to a bookstore.
Are you a... |
Forum: Computer Science Jul 18th, 2008 |
| Replies: 4 Views: 1,552 C++? No. C? Yes.
I haven't worked with Vista yet (yes I know...), but you could use Visual Studio or something you like and just use the compiler from Atmel |
Forum: Computer Science Jul 17th, 2008 |
| Replies: 4 Views: 1,552 I started with the Atmel STK500 (http://www.avrfreaks.net/index.php?module=Freaks%20Tools&func=viewItem&item_id=115)starterkit and a ATMega32 ... |
Forum: Computer Science Mar 3rd, 2008 |
| Replies: 4 Views: 2,745 And if you want to build your own:
eternallyconfuzzled (http://eternallyconfuzzled.com/tuts/datastructures/jsw_tut_rbtree.aspx) |