Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 2907

@User 2907
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to implement Tunking?
    U User 2907

    I am builld a midi related program, windows 95/98 has a unacceptable timer latency. I consult the MSDN which has a article name "overcome the timer-latency problem in MIDI sequencers" mentiond this problem. But the solution it provide is using 16 bit DLL to implement timer procedures, so must do some thunking? What is thunking? how to implement it? thanks for help.

    System Admin help question tutorial

  • How it works? (About the memory which allocate by function)
    U User 2907

    First, I would like to thank both of you for your help. I am programming a set of netbios support function, one of which need return a structure pointer. and I need call it several times, yesterday i find a way to do this, that is use the 'static' modifier. then there will be only one copy of the structure and it will initialize when the program start and clean up when the program exit. although it will keep it's content through function calls, but that is not a matter. It's the solution that the C library used? by the way, I am sorry about my poor english, I am still a student. mask

    C / C++ / MFC question c++ performance

  • How it works? (About the memory which allocate by function)
    U User 2907

    We often can see that some function will return a pointer to a structure or a buffer, it must be aollocated by function itself. The question is how the memory is freed? and when it is freed? Can I aollocate some memory in a function and hope the caller will clean up the mass? I am using C, so the C++ destruction function is not what I want. Thanks

    C / C++ / MFC question c++ performance

  • Does anybody can explian how the object are serialized to storeage?
    U User 2907

    I am new to MFC, and I was puzzled about the principle "Object Serialize". And I wish somebody can explain it to me, how the things done. very thankful.

    C / C++ / MFC c++ question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups