Showing results 1 to 6 of 6
Search took 0.01 seconds; generated 6 minute(s) ago.
Posts Made By: K-1
Forum: Computer Science and Software Design Jun 24th, 2004
Replies: 12
Ai
Views: 4,073
Posted By K-1
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
Posted By K-1
Re: Recursive prime number f(x)

Ah, i see where I made that mistake. That's what you get for doing recursion at 3am ;)
Forum: C Jun 24th, 2004
Replies: 5
Views: 2,082
Posted By K-1
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
Posted By K-1
Re: Recursive prime number f(x)

#include<stdio.h>
#include<conio.h>
#include<assert.h>

int is_prime(int n);

void main(void)
{
int n=0;
clrscr();
Forum: Computer Science and Software Design Jun 24th, 2004
Replies: 67
Views: 21,174
Posted By K-1
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
Posted By K-1
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,...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 9:15 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC