Skip to main content
Search titles, bodies, and author names
Found 2,196 posts across 1 forum.

Favorite News Radio Stations... — #20

For me it's ESPN Radio in the Morning Afternoons WABC Evenings if there is a Game on WCBS 880 If no game I like to listen to 710 WOR.
MacNN Games by typoon

Favorite News Radio Stations... — #21

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 …
MacNN Games by Saad

New icons for NeoOffice/J: Designers wanted — #1

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…
MacNN Development by HOMBRESINIESTRO

Connect 4 Board Evaluation Function — #1

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 …
MacNN Games by Jsnuff1

Connect 4 Board Evaluation Function — #4

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…
MacNN Games by Juggle5

Connect 4 Board Evaluation Function — #5

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…
MacNN Games by Jsnuff1

Connect 4 Board Evaluation Function — #6

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…
MacNN Games by geran

Connect 4 Board Evaluation Function — #7

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…
MacNN Games by PBG4 User

C++, Xcode telling me main() needs int?! — #1

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 …
MacNN Development by iPhotoStuff

C++, Xcode telling me main() needs int?! — #3

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…
MacNN Development by PBG4 User

C++, Xcode telling me main() needs int?! — #4

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…
MacNN Development by itistoday

C++, Xcode telling me main() needs int?! — #5

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…
MacNN Development by zanyterp
mp.ls