Search:

Type: Posts; User: Afan

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,299

    It finally works! Thanks for all your help.

    It finally works! Thanks for all your help.
  2. Replies
    9
    Views
    1,299

    When I tryed Salem's method I got the following...

    When I tryed Salem's method I got the following error,

    error C2664: 'sprintf' : cannot convert parameter 1 from 'CString' to 'char *'
  3. Replies
    9
    Views
    1,299

    yea pretty much i just need the int to go back...

    yea pretty much i just need the int to go back into a string form and be displayed in SetWindowText.
  4. Replies
    9
    Views
    1,299

    ...yea....i havent coded in a month or so now...

    ...yea....i havent coded in a month or so now because of this
  5. Replies
    9
    Views
    1,299

    Doing math with DisplayWindowText in MFC

    Ive been trying to figure this out for quite a while. What i am doing is using the GetWindowText to get a value take it out do a math function and put it back in the problem I see is that when i take...
  6. Thread: int to char

    by Afan
    Replies
    9
    Views
    1,235

    itoa(Value, Combo01_String*, 10); ...

    itoa(Value, Combo01_String*, 10);


    c:\Documents and Settings\David Brotz\My Documents\Visual Studio Projects\MathChecker 2.0\MathChecker 2.0Dlg.cpp(22): error C2143: syntax error : missing ';'...
  7. Thread: int to char

    by Afan
    Replies
    9
    Views
    1,235

    int to char

    Ok i got a simple question
    how do you change a int to char
Results 1 to 7 of 7