Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #17.3K
Ranked #4K
~4K People Reached
About Me

programmer

Favorite Tags

11 Posted Topics

Member Avatar for the b

[code=java]for (j = 0; j < playerNum; j++) { for (k = (playerNum - 1); k > j; k--) { // j==k test not needed, k>j players[j].challenge(players[k]); // challenge player[j] with player[k] } /* Save current player's results to gameResults total. * Put each player result on a new line. …

Member Avatar for masijade
0
232
Member Avatar for mcathymatthew

You have to use Music OCR techniques. Check [url]http://www.musitek.com/[/url] for a product doing something similar. For the xml to midi part you have to look for the file format or library for writing midi files.

Member Avatar for peter_budo
0
208
Member Avatar for ionzone

[code]cat /usr/local/apache/logs/error_log|grep "Access denied with code 406"|grep -o -P "(?<= \[error\] \[client )[^]]*"|sort|uniq>> /etc/blocklist[/code]

Member Avatar for dandan
0
207
Member Avatar for sarath.koiloth

[url]http://en.wikipedia.org/wiki/Object-oriented_programming[/url]

Member Avatar for jwenting
0
102
Member Avatar for ankitbullu
Member Avatar for wamuti

[code=C++]THREADPARAMS * pSocket; pSocket->m_sServerSocket.Accept(m_sClientSocket);[/code] pSocket is not initialized. You need to assign a valid value first.

Member Avatar for dandan
0
89
Member Avatar for alpha2006

[QUOTE=alpha2006]Hi, I am thinking about learning a new language for game development. Which one would you advise me to learn? Visual Basic or C++??? Please give pros and cons. THanks[/QUOTE] Visual Basic - easier to learn C++ - better performance - more game libraries available - can be portable to …

Member Avatar for Comatose
0
208
Member Avatar for martinkorner

[url]http://httpd.apache.org/download.cgi[/url] Look for "Win32 Binary (MSI Installer)", download, run setup program, fallow the setup instructions.

Member Avatar for PoA
0
130
Member Avatar for LiBOC

Math.cos is using angles in radians. Try Math.cos(Math.toRadians(90)). Second - I don't understand. Try jFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

Member Avatar for LiBOC
0
2K
Member Avatar for masa
Re: path

Look in MSDN for GetOpenFileName and SetSaveFileName functions.

Member Avatar for kon_t
0
171
Member Avatar for sunpower

Computers can solve many math problems with the right algorithm and resources. It depends a lot on what kind of problems you want to solve and the available hardware.

Member Avatar for sunpower
-1
128

The End.