Search:

Type: Posts; User: 0000000009

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,026

    How to use COleDataSource::SetClipboard()

    when I using COleDataSource::SetClipboard() function in MFC project is no problem, but in Win32 project(include MFC support) is error(Runtime Error! this application has requested the runtime to...
  2. I already know how to get the buffer is full (by...

    I already know how to get the buffer is full (by select function). but, how can set the buffer to empty?
  3. in socket, how to know send buffer is full?

    thanks!
  4. Replies
    7
    Views
    1,062

    after delete ...

    code like:




    int* e = new int;

    delete e;

    *e = 3; // why no error?
  5. Replies
    2
    Views
    981

    stack variable

    my code:



    struct N
    {
    int i;
    int j;
    }
  6. sorry, I dont know english I want and try to...

    sorry, I dont know english
    I want and try to learn english
    bye bye!
  7. how can know in memory someone addresses in free list

    how to know whether in memory specific addresses is in
    free list or use list

    I can type to someone addresses a value
    like:

    *(char*)0x0012FE10 = 'a';

    but how can know 0x0012FE10 in free...
Results 1 to 7 of 7