Forum: Computer Science and Software Design Jun 24th, 2004 |
| Replies: 12 Views: 4,073 Re: Ai AI seems to be a limited scope of what it can be used for. Just the base AI, can only learn information, and link common data, make connections between words, things like that.
But how it's getting... |
Forum: C Jun 24th, 2004 |
| Replies: 12 Views: 11,722 |
Forum: C Jun 24th, 2004 |
| Replies: 5 Views: 2,082 Re: program help class time
{
private:
int hour, minute;
public:
void set(int h, int m, bool am);
void display();
};
void time::set(int h, int m, bool am) |
Forum: C Jun 24th, 2004 |
| Replies: 12 Views: 11,722 |
Forum: Computer Science and Software Design Jun 24th, 2004 |
| Replies: 67 Views: 21,174 Re: What's the HARDEST program you've written? Hmm. my hardest program is probably a recursive binary tree program in C++, that could be sorted with a few different algorithms. Nothing too hard really, but I have had some large pain in the ass... |
Forum: Computer Science and Software Design Jun 24th, 2004 |
| Replies: 4 Views: 4,660 Re: A.P. Computer Science I took AP CS A, B, and AB. They were all in C++. I think the first 2 were fun, and not too tough. But the AB course was an independent study, me, another student, and the teacher. I got a 3,... |