Forum: Computer Science Jan 10th, 2009 |
| Replies: 2 Views: 427 just the experience--
I was thinking of just starting with DOS 6.x, or windows 1 or 3.x or something and learning to write drivers for my newer hardware, and then once that's done learn to write a... |
Forum: Computer Science Jan 10th, 2009 |
| Replies: 2 Views: 427 so how difficult would it be to install an early early early version of DOS or Windows to my laptop, and sort of upgrade it myself to work with all of my hardware? To write drivers for my CD drive,... |
Forum: Computer Science Jan 7th, 2009 |
| Replies: 5 Views: 627 okay, thanks, I think I'll start with Python and then go to C++, as I've never heard of scheme or haskell |
Forum: Computer Science Jan 7th, 2009 |
| Replies: 5 Views: 627 I'm looking into learning some more languages and some better code writing techniques, but I am not sure of the languages that I should delve into.
So far I know VB really well and I started... |
Forum: Computer Science Jan 6th, 2009 |
| Replies: 19 Views: 2,145 binary is just another number system that can be used to display a set of the same data.
a "c" can be displayed as the decimal (base 10 number system, 0 to 9) 99,
or as a hex value (base 15... |