Search found 120 matches

by andrew
Wed Feb 24, 2010 2:55 pm
Forum: Programming Discussion
Topic: NerdKits
Replies: 11
Views: 1268

Re: NerdKits

If I do one of those Buckit things, are there 3 other people that: want one and have the money for it?
by andrew
Tue Feb 23, 2010 8:31 pm
Forum: Programming Discussion
Topic: NerdKits
Replies: 11
Views: 1268

Re: NerdKits

I can't get there :( says I'm banned lol? I've never been to that site in my entire life... I'll ask the owner when I see him online. EDIT: I chatted with him a little while ago and he said: "We had tons of spam attacks at one point, so there's lots and lots of ban filters in place at the mome...
by andrew
Tue Feb 23, 2010 5:11 pm
Forum: Programming Discussion
Topic: NerdKits
Replies: 11
Views: 1268

Re: NerdKits

@LeonBlade: That's pretty cool. You should have a look at this one. :) I saw someone make a processor with that program. They dont ship at that price outside of the US do they? Here is their shipping rates in USD: United States - Priority - $4.85 Canada/Mexico - Economy - $10.63 Canada/Mexico - Prio...
by andrew
Tue Feb 23, 2010 12:36 am
Forum: Programming Discussion
Topic: NerdKits
Replies: 11
Views: 1268

NerdKits

Anyone else seen this yet? http://www.nerdkits.com/ It isn't cheap at $85 with shipping, but you can get one cheaper if at least 4 people want one. http://www.nerdkits.com/buckits/ They even have videos on YouTube. I apologize if this looks like spam, but I want to help others to get into this stuff...
by andrew
Thu Feb 11, 2010 2:53 pm
Forum: Current Events and Science/Technology
Topic: meet Emily
Replies: 22
Views: 4321

Re: meet Emily

OmegaGDS wrote:
dandymcgee wrote:Worthless necro. :nono:
Get your mind out of the gutter boy.
He wasn't calling you a necrophiliac. He was talking about you digging up a post from 2008.
Image
by andrew
Fri Feb 05, 2010 1:03 pm
Forum: General Gaming
Topic: My Graphics Card = Fail
Replies: 8
Views: 2203

Re: My Graphics Card = Fail

I've done some digging for you:
Graphics Card Hierarchy Chart
Best PCIe Card: Under $80
Cooper wrote:Okay, i found this:
EVGA GeForce 9600 GSO

It looks very nice for some games on max and it is bout eh 80$.
Looks like you've made a good choice.
by andrew
Tue Feb 02, 2010 9:16 pm
Forum: General/Off-Topic
Topic: Google Wave
Replies: 9
Views: 1255

Re: Google Wave

animangaman690 wrote:If you don't mind sending one my way jchill95@yahoo.com
thx
I just sent it you should have your account pretty soon.
by andrew
Tue Feb 02, 2010 5:55 pm
Forum: General/Off-Topic
Topic: Google Wave
Replies: 9
Views: 1255

Re: Google Wave

You should have one now.
by andrew
Tue Jan 19, 2010 3:04 pm
Forum: Current Events and Science/Technology
Topic: Media tries to linch game industry with its own intestines.
Replies: 48
Views: 7559

Re: Media tries to linch game industry with its own intestines.

lotios611 wrote:Just a quick question. Has anyone else never heard of "Playstation Pornable" before now?
Someone has. Monday, June 20, 2005

The news stations are not often up to date with technology.
by andrew
Tue Jan 19, 2010 1:25 pm
Forum: Programming Discussion
Topic: [SOLVED]C++ Inherit help
Replies: 10
Views: 1080

Re: C++ Inherit help

Here's the simplest example of polymorphism I could come up with: #include <iostream> class Animal { public: virtual void Speak() = 0; }; class Duck : public Animal { public: void Speak() { std::cout << "Quack!\n"; } }; class Dog : public Animal { public: void Speak() { std::cout << "...
by andrew
Sun Jan 17, 2010 4:43 pm
Forum: Programming Discussion
Topic: [SOLVED]C++ Inherit help
Replies: 10
Views: 1080

Re: C++ Inherit help

class g_element { protected: int x, y; public: g_element(int _x, int _y){x = _x; y = _y;} void virtual Handle() = 0; void virtual Update() = 0; void virtual Draw() = 0; }; class g_button : public g_element { private: int w, h; public: g_button(int _x, int _y, int _w, int _h){x = _x; y = _y; w = _w;...
by andrew
Wed Jan 13, 2010 10:17 pm
Forum: General/Off-Topic
Topic: Staying Focused...
Replies: 22
Views: 1804

Re: Staying Focused...

Anyone here have some tips on keeping focus? For the past few years, I've been finding it hard to maintain my focus in anything, but lately it seems to be worse. I seem to 'space out' a lot in various things, like homework, programming, and anything else for that matter. Sometimes I could be solvin...
by andrew
Fri Jan 01, 2010 12:40 pm
Forum: Game Development
Topic: Best Console for a beginner to program on?
Replies: 16
Views: 2177

Re: Best Console for a beginner to program on?

Although, i would like to ask one question: would api's such as opengl, directx and sdl work on dreamcast? Or would i need a dreamcast-specific api. Go here. I would suggest getting code to work on an emulator first before trying with hardware, but you really shouldn't have too many problems either...
by andrew
Mon Dec 28, 2009 4:00 pm
Forum: General/Off-Topic
Topic: New Gaming PC
Replies: 18
Views: 1752

Re: New Gaming PC

err.. id just like to comment on the whole 32 bit 3 GB limit. this is a little right and a lotta wrong. yes, xp 32 bit has this issue(and some others). but there are many 32 bit MS os' that do not suffer from this, some of them can handle 128GB at 32 bit, and the 64 bit versions 2TB. i think even a...
by andrew
Sun Dec 27, 2009 2:24 pm
Forum: General/Off-Topic
Topic: New Gaming PC
Replies: 18
Views: 1752

Re: New Gaming PC

TheFinalFanatic wrote:Plus, I'm pretty sure 32-bit handles 4GB of RAM.
Read this: http://www.dansdata.com/askdan00015.htm