Quote:
Originally posted by y0y0:
Me too. It's about the only one that really makes an effort to report the news instead of spread an agenda. Most of the radio talkshow …
http://www.zombietime.com/sf_rally_november_3_2004/
http://www.zombietime.com/sf_rally_november_3_2004/
go to the above link for more pics of the Democrats in action
He's going to have a helluva time explaining that sign to Middle America when he runs for president in 35 years, as the Democratic candidate.
And, I should also mention, he'd not …
As mentioned before it seems rather difficult to find any developers to support the Mac port of OOo, but here is another issue that can be adressed by any willing artist: designing…
Im programing an artificial player for connect 4, and need a good board evaluation function to start off with. For those that dont know what this is, its a function which takes in …
One possible function would be to go through every possible way of getting four in a row in the game, and giving a score based on how close each player is to completing that partic…
thanks much juggle, as to the other two posters no i was not looking for someone to hand me the code but a very helpful post like juggles, something you two are obviously not cabab…
I did a assignment just like that for ~ 2 month ago, we used the eval function described by Juggle5. You can always let to AI player play eachother with diffrent weights in the eva…
Quote:
Originally posted by Jsnuff1:
thanks much juggle, as to the other two posters no i was not looking for someone to hand me the code but a very helpful post like ju…
Hi Folks,
I have just begun to code C++ for the first time starting yesterday and I can't even get the very first most basic script completed that I found in a tutorial. Now, the …
Quote:
Originally posted by iPhotoStuff:
Hi Folks,
now, I read in a bunch of places that different compilers require different returns for main? Frankly, I have no idea…
the return value usually just tells the OS the exit status of the program. Just change that main function to read: int main() { ... } and at the end of the program before the last…
another spot that discusses something similar to this question is down a little ways titled "help please" posted by zanyterp . . . (me).
perhaps can help little bit more. . . .whi…