Search:

Type: Posts; User: ghostshadow189

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,422

    ya i used char test[] , instead unsigned but...

    ya i used char test[] , instead unsigned but there still an error that cannot convert from CString to char


    ya i tried with strcpy() function but it result m_Input to m_Output , like i told , i...
  2. Replies
    6
    Views
    1,422

    little prob with string?

    hi all,
    i want to convert string like "\x52\x49" to ascii

    when i use this code in Turbo C :

    unsigned char test[] = "\x52\x49";
    printf("%s",test);
    i've gud result is : RI

    but when i use...
  3. Replies
    2
    Views
    1,074

    oh , i fixed this bug but i dont understand why ....

    oh , i fixed this bug but i dont understand why . Because before that , I already have include "cline.h" in ModArt.cpp . But now when i also include "cline.h" in ModArt.h , it work gud?
    so wat prob...
  4. Replies
    2
    Views
    1,074

    error with Static Library code

    hi all,
    i'm learning the book "Teach Yourself Visual C++ 6 in 21 days" , and i'm in Chapter 16 - Creating Your Own Classes and Modules . I did everything like it said but i've an error. This Static...
Results 1 to 4 of 4