Search:

Type: Posts; User: singersinger

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,606

    write in a binary file

    hi guys
    now the thing is simple
    i want to write binary data to a binary file

    for example
    i wanna get a string length strlen(str)
    then convert this length to binary e.g. 2 == 00000010

    then...
  2. Replies
    9
    Views
    2,354

    u can simply use CString instead of all that...

    u can simply use CString instead of all that just:

    CString s;
    .......
    s.CompareNoCase("Hello");

    this will return 0 if the 2 strings (s and "Hello") are identical, <0 if s is less than...
Results 1 to 2 of 2