Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Commodore64 "grandmaster"

Author: Jason Williamson

Date: 14:34:35 05/26/02

Go up one level in this thread


Here: I decided to port your program to C++:

#include <iostream>

using namespace std;

int main() {

  while(1){
      cout << "Fernando";
  return 0;
}


:D



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.