Click here to Skip to main content
15,912,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionChar[1] to UINT ??? Pin
wow999917-Sep-03 16:03
wow999917-Sep-03 16:03 
AnswerRe: Char[1] to UINT ??? Pin
Terry O'Nolley17-Sep-03 17:11
Terry O'Nolley17-Sep-03 17:11 
GeneralRe: Char[1] to UINT ??? Pin
wow999917-Sep-03 19:09
wow999917-Sep-03 19:09 
GeneralRe: Char[1] to UINT ??? Pin
jhwurmbach17-Sep-03 22:57
jhwurmbach17-Sep-03 22:57 
GeneralRe: Char[1] to UINT ??? Pin
Terry O'Nolley18-Sep-03 12:27
Terry O'Nolley18-Sep-03 12:27 
QuestionBitmap from data??? Pin
IceBerG7117-Sep-03 16:01
IceBerG7117-Sep-03 16:01 
GeneralNeed help with Tic-Tac-Toe Pin
Snyp17-Sep-03 14:34
Snyp17-Sep-03 14:34 
GeneralRe: Need help with Tic-Tac-Toe Pin
Terry O'Nolley17-Sep-03 16:43
Terry O'Nolley17-Sep-03 16:43 
Is it September already? Smile | :)

Here is a pointer that ight work:

Any of the numbers shown on the outside of the grid are "winning" moves

       1 |   2 |   4  =   7
    ------------------   
       8 |  16 |  32  =  56
    ------------------   
      64 | 128 | 256  = 448
    / =============== \   
  84  73   146   292   273

The numbers below show all of the possible conditions for a player that can win on the next turn:

R1:   (  3,   5,   6)
R2:   ( 24,  40,  48)  
R3:   (192, 320, 384)
C1:   (  9,  65,  72)
C2:   ( 18, 130, 144)
C3:   ( 36, 260, 288)
D1:   ( 17, 257, 272) 
D2:   ( 20,  68,  80)













GeneralRe: Need help with Tic-Tac-Toe Pin
Snyp17-Sep-03 16:46
Snyp17-Sep-03 16:46 
GeneralDLLs and XP themes... Pin
LukeV17-Sep-03 14:25
LukeV17-Sep-03 14:25 
GeneralRe: DLLs and XP themes... Pin
Alexander M.,18-Sep-03 6:25
Alexander M.,18-Sep-03 6:25 
GeneralJPG width and height Pin
alex.barylski17-Sep-03 14:19
alex.barylski17-Sep-03 14:19 
GeneralRe: JPG width and height Pin
JWood18-Sep-03 12:20
JWood18-Sep-03 12:20 
GeneralRe: JPG width and height Pin
alex.barylski18-Sep-03 15:38
alex.barylski18-Sep-03 15:38 
GeneralProblems moving to .NET studio Pin
Tom Wright17-Sep-03 12:24
Tom Wright17-Sep-03 12:24 
GeneralRe: Problems moving to .NET studio Pin
valikac17-Sep-03 12:42
valikac17-Sep-03 12:42 
GeneralRe: Problems moving to .NET studio Pin
Tom Wright17-Sep-03 17:06
Tom Wright17-Sep-03 17:06 
GeneralRe: Problems moving to .NET studio Pin
Steve S18-Sep-03 1:47
Steve S18-Sep-03 1:47 
GeneralRe: Problems moving to .NET studio Pin
Alexander M.,18-Sep-03 6:21
Alexander M.,18-Sep-03 6:21 
GeneralAnother question in tabCtrl Pin
Ruben93817-Sep-03 12:01
Ruben93817-Sep-03 12:01 
GeneralCreating a DialogBox in NT Service Pin
john.angel17-Sep-03 11:26
john.angel17-Sep-03 11:26 
GeneralRe: Creating a DialogBox in NT Service Pin
Peter Weyzen17-Sep-03 12:07
Peter Weyzen17-Sep-03 12:07 
GeneralRe: Creating a DialogBox in NT Service Pin
john.angel18-Sep-03 6:38
john.angel18-Sep-03 6:38 
QuestionHow to set up a scroll bar inside a tabctrl Pin
Ruben93817-Sep-03 11:22
Ruben93817-Sep-03 11:22 
AnswerI tried this: Pin
Ruben93817-Sep-03 12:41
Ruben93817-Sep-03 12:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.