C Programming

Hey Anons. I need major help! I need to write a program that checks win conditions for tic tac toe using a string from the user. Please help me or point me in the right direction. Thanks Anons.

Attached: Screen Shot 2017-07-29 at 9.42.24 PM.png (863x551, 84K)

Other urls found in this thread:

asciitable.com/.
youtu.be/tas0O586t80
twitter.com/SFWRedditGifs

google it.

add all chars together, if they sum to a specific value: win condition set, etc...

install c++

What is the content of the strings? What do they represent?

This. Give a few examples of strings to work with.

something like xoxoxox

If using ascii, do something like Each letter is a value asciitable.com/. If the user enters capital letters, just force them to lowercase values when calculating the math to make it easier.

alright thank you

3 spaces indent
why
it should be 8