10-05-2014, 12:10 AM
I'm pretty sure it's fine to use the OEM version, just you can't change it between computers in the future.
Random Chitchat 2012-2016
|
10-05-2014, 12:10 AM
I'm pretty sure it's fine to use the OEM version, just you can't change it between computers in the future.
10-05-2014, 12:27 AM
(10-05-2014, 12:10 AM)bearbin Wrote: I'm pretty sure it's fine to use the OEM version, just you can't change it between computers in the future.I'm using the same Win7 Ultimate OEM Licence, that I use on my old PC (AMD 64 x2 6000) on my new PC with an Intel core i7 3770k inside, you just cant use the online activation. (You can use phone or email activation) The only thin is, you can use it only on one PC at a time.
10-05-2014, 01:34 AM
I think it's not technically legal to do that, that's the difference between the retail/OEM AFAIK.
(But really, is microsoft going to do anything about it?)
10-05-2014, 07:03 AM
I have already been convicted of computer piracy once, I'm not taking any more chances. OEMs are only for new computers, old computers need GGK or FPP licenses - the expensive ones.
c++14 makes working with time much nicer.
For example in c++ 14: Code: #include<chrono>
10-05-2014, 09:24 AM
Also c++11 has hacked multiple return types into the language.
eg: Code: std::tuple<int,float> f()
10-05-2014, 06:42 PM
I find the constructor syntax without parenthesis rather disturbing.
I just thought of something that might get in handy for some plugins. What if we give each cItem object an ID. That should make it a bit easier for plugins to track an item.
10-06-2014, 06:44 AM
How would it work and what would that solve?
10-06-2014, 08:54 AM
We do already have an ID for them in c++. It's the objects address.
|
« Next Oldest | Next Newest »
|