CPU comparisons
-
I have just been looking at a new cpu the AMD Bulldozer range and the flagship cpu is a 8 core 3.8Ghz, yet in a comparison with an i7 2600k quad core the i7 performs better. Can someone please explain to me how this is possible to me reading that just does not make sense!
-
Deyan Georgiev wrote:
pointers and the multiple inheritance
I don't use C++ anymore, but most people don't really need to know what they are since they're not doing very complicated programming. Most programming, at least what I've come across, is very simple and mundane compared to what is possible. How much are you going to use pointers as a percent of the programming needed in a website, etc. You're going to write a lot more html than anything else. I'm not saying you shouldn't, just that most don't since its not used as much as other programming. I'd like to see more programmers understand it, but it's not likely. I've heard a lot of theory learning downers and concept downers here.
Well, who doesn't release stuff like that ? Microsoft software is just as bad. Christian Graus That's called seagull management (or sometimes pigeon management)... Fly in, flap your arms and squawk a lot, crap all over everything and fly out again... by _Damian S_
If I were to use C++ in a website (not managed C++, the real deal), I would probably use quite a few classes and quite freely use a pointer for every instance I need. This is, of course, a strange scenario as I don't see any reason to do a website in traditional C++. But after having suffered through a Java project and having been stuck with a real cargo cult code monkey squad (with a promise to repeat that experience a few more times), I am actually looking for an opportunity to get out of here and do some real programming again. I have grown a bit tired of the cargo cultists and their grand rules and rituals to actually do very little in a complicated way. How fortunate that C++ seems to be 'in' again.
And from the clouds a mighty voice spoke:
"Smile and be happy, for it could come worse!"And I smiled and was happy
And it came worse. -
I have just been looking at a new cpu the AMD Bulldozer range and the flagship cpu is a 8 core 3.8Ghz, yet in a comparison with an i7 2600k quad core the i7 performs better. Can someone please explain to me how this is possible to me reading that just does not make sense!
This link is in Italian, but in the bottom you have some compile time's comparison in VS2010 on different processors. http://www.tomshw.it/cont/articolo/recensione-amd-fx-8150-bulldozer-delude-la-strada-e-ancora-lunga-risultati-benchmark-produttivita/33899/17.html[^] Cheers!