Tech Society 3.0
Computing and PC help and advice, programming, games, digital audio, mobile phones and electronic miscellanea.
| Announcements | Posted on | |
|---|---|---|
-
Re: Tech Society 3.011" has better density though. So it'd be clearly even though smaller in size.(Original post by hassi94)
13" or 11" i7
That is as much as I shall narrow down
Personally I'd probably get the 13" for the nicer resolution (I just can't work with something with that low resolution - even on an 11 inch screen - I like large resolutions
).
-
Re: Tech Society 3.0It's more the amount of things I want to see on screen, rather than pixel density.(Original post by G8D)
11" has better density though. So it'd be clearly even though smaller in size.
-
Re: Tech Society 3.0If the website has to put a notable amount of effort into making it work with a browser more than 3/4 years old, why shouldn't that cost be passed onto the customers that cant be bothered/don't upgrade?(Original post by mangoh)
http://www.bbc.co.uk/news/technology-18440979
tax for using ie7?
that **** cray
This was posted from The Student Room's iPhone/iPad App -
Re: Tech Society 3.0
Great news! My desktop is running even smoother now that I've given it moar RAM memories.

In less good news... I now have a Blackberry for work... I'm still reading emails at 12:55AM
In related news, Blackberry OS is ****. I've never had one before and they've given me quite a swish Bold, but it's just so clunky and unintuitive.
-
Re: Tech Society 3.0So confused for a few seconds. "Hundred thousand euros!?"(Original post by hassi94)
http://www.amazon.de/N56VZ-S4066V-No...9596607&sr=8-1
Looking very 'Macbook Pro' but decently priced for what it is!
-
Re: Tech Society 3.0I summon the mighty Spanish Waffle for some headphone advice(Original post by Gofre)
-
=P
Basically, I want some new headphones, bluetooth ones (wireless obviously lol). Budget = £30 or under. I can stretch to 35 quid but 40 is a bit too far. Also, the headband thingy, must be a proper headband, not one of those flimsy type, which I had before (God, I hated them -.-).
I was thinking this.
Any other suggestions or are those fine?
-
Re: Tech Society 3.0Welcome to hell. I hate BBOS. It's terrible in every way.(Original post by Mad Vlad)
Great news! My desktop is running even smoother now that I've given it moar RAM memories.
In less good news... I now have a Blackberry for work... I'm still reading emails at 12:55AM
In related news, Blackberry OS is ****. I've never had one before and they've given me quite a swish Bold, but it's just so clunky and unintuitive.
-
Re: Tech Society 3.0
Hi, I have another nooby question

Is array[x][y] (where x and y refer to the row and column, natch) the correct way to refer to a particular 'cell' of a 2D array (this is for the Arduino, so it should be pretty much C++). There's this one function in my code which uses 2D arrays and it keeps overflowing, even at the first calculation!
Edit: I think I've got it! I was treating the numbers like row and cell numbers, but I think I should use consecutive numbers, all my 2D arrays are only 2x2.
Is this correct: A = arr[0], B = arr[1], C = arr[2], D = arr[3]?Last edited by + polarity -; 15-06-2012 at 18:07. -
Re: Tech Society 3.0It really depends how you visualise it, however I've heard that the "proper" way to see 2D arrays is as an array of arrays, so a 2D array [2][2] long would look a bit like this...(Original post by + polarity -)
Hi, I have another nooby question
Is array[x][y] (where x and y refer to the row and column, natch) the correct way to refer to a particular 'cell' of a 2D array (this is for the Arduino, so it should be pretty much C++). There's this one function in my code which uses 2D arrays and it keeps overflowing, even at the first calculation!
Edit: I think I've got it! I was treating the numbers like row and cell numbers, but I think I should use consecutive numbers, all my 2D arrays are only 2x2.
Is this correct: A = arr[0], B = arr[1], C = arr[2], D = arr[3]?
-
Re: Tech Society 3.0Makes sense(Original post by iCiaran)
It really depends how you visualise it, however I've heard that the "proper" way to see 2D arrays is as an array of arrays, so a 2D array [2][2] long would look a bit like this...

But I still couldn't get it to work. I think the problem is even earlier in my function than where the 2D arrays are! So I've had to abandon that section, again... and for the last time.
Personally I'd probably get the 13" for the nicer resolution (I just can't work with something with that low resolution - even on an 11 inch screen - I like large resolutions
In related news, Blackberry OS is ****. I've never had one before and they've given me quite a swish Bold, but it's just so clunky and unintuitive.

In fact, I'll just turn my 2D arrays into 1D ones