Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached

8 Posted Topics

Member Avatar for serkan sendur

Do you need just one small Microsoft.Smartdevice.Connectivity.dll (size 60 KB) file ? Do you think it would be easier just to copy and send via email ?

Member Avatar for khachool
-1
710
Member Avatar for cause&effect

I was designing the strategy for Tic Tac Toe: CHOOSE THE MOVE WITH THE HIGHEST PRIORITY - if you have 2 in a row, get 3 in a row; if the opponent has 2 in a row, get 3 to block him; play the center; if the opponent is in …

Member Avatar for UsSy
0
304
Member Avatar for spring sun

Logic is real understanding of what you are trying to accomplish , and the structure of arguments. Analyze a problem, express its essence abstractly, sort through information, make connections, recognize patterns... Your ambitions should comfort you in problem solving.

Member Avatar for cause&effect
0
132
Member Avatar for danishamman

The quicksort is a comparison sorting algorithm. The shell sort is arranging the data sequence in a two-dimensional array and sorting the columns of the array. The bubble sort algorithm works similar to bubbles finding their own level in water. It compares pair of array elements, moving the larger up. …

Member Avatar for jephthah
0
238
Member Avatar for cause&effect

I'm trying to implement a simple version of Wari logical board game. My implementation supposes to allow two humans to play the game. I have created array of 12 elements, each element represent the square. Every square has a number of stones. My problem is that I don’t know how …

Member Avatar for Clockowl
0
96
Member Avatar for metal_butterfly

TCP/IP Sockets in C# Practical Guide for Programmers: [URL="http://www.andzelika.co.uk/TCPsockets.pdf"]http://www.andzelika.co.uk/TCPsockets.pdf[/URL]

Member Avatar for jephthah
0
95
Member Avatar for kenji

Hi kenji, Are you looking for journals only ? You can download programming ebooks via torrents from [URL="http://www.mininova.org/search/?search=programming&cat=0"]http://www.mininova.org/search/?search=programming&cat=0[/URL].

Member Avatar for cause&effect
0
59
Member Avatar for cause&effect

I’m new in C#. My first attempt is a console application for the Noughts & Crosses game. I’m stuck in writing the condition for break if any player wins. Any comments will be appreciated. [code] //Tic Tac Toe using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TTT { class …

Member Avatar for Antenka
0
96

The End.