Forum: C++
Dec 17th, 2007, 9:03 PM
|
|
Replies: 8
Views: 247
|
Forum: C++
Dec 17th, 2007, 9:00 PM
|
|
Replies: 8
Views: 247
Re: InvalidateRect???
thanks and i soved the problem... heres the code if ya want it...
http://h1.ripway.com/jyoung0922/Temp.zip
|
Forum: C++
Dec 17th, 2007, 8:55 PM
|
|
Replies: 22
Views: 862
Re: Learning curve for C++ ?
Any language you program in will take time to learn. I started off in c++ just under a year ago and learned the basic language in under one and a half months using only google and dev-c++, but...
|
Forum: Show Off Your Open Source Projects
Dec 13th, 2007, 12:45 AM
|
|
Replies: 0
Views: 256
Connect Four Update!!!
alright... i finally worked out most of the code for the connect four game... it works and you can play it... but the AI is just a random number generator... here...
|
Forum: C++
Dec 2nd, 2007, 10:24 PM
|
|
Replies: 8
Views: 247
|
Forum: PHP
Dec 2nd, 2007, 10:21 PM
|
|
Replies: 15
Views: 578
Re: SELECT statement
here's what your SELECT statement should look like:
$sql = "SELECT name FROM " . $table_name . " WHERE gender='male';";
|
Forum: C++
Dec 2nd, 2007, 10:15 PM
|
|
Replies: 8
Views: 247
InvalidateRect???
hello... i'm writing a C++/Win32 connect four program... its still in development... but the source can be found here[link]... i'm doing alright... except with updating the board... I used...
|
Forum: Paid Job Offers
Dec 2nd, 2007, 10:04 PM
|
|
Replies: 35
Views: 1,333
Re: Looking for C programmers
lol... if you can't even code an html entity on your own homepage... how do you expect to code an os... btw... the entity is on the bottom of every page... its in the quote... yoju have a space...
|
Forum: Show Off Your Open Source Projects
Dec 2nd, 2007, 9:54 PM
|
|
Replies: 2
Views: 304
Connect four help
hello... i'm writing a C++/Win32 connect four program... its still in development... but the source can be found here[link] (http://h1.ripway.com/jyoung0922/temp.zip)... i'm doing alright... except...
|