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 33952

@User 33952
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to call a constructor in another constructor
    U User 33952

    Dear all, I have 2 constructors of the same class: CTest(){i = j = 0;}; CTest(int t){j = t;}; It is possible to call the first constructor in the second constructor? Of course, I can make an Initialize() method and I can call it in the both constructors. Thank you.

    C / C++ / MFC tutorial question learning

  • How to return an object pointer from an ActiveX control
    U User 33952

    An example is DataGrid control activex from microsoft. The control has a method or property GetColumns which return an reference to CColumns. How Microsoft do that? CColumns is not a control... I don't know what is it...

    C / C++ / MFC question com tutorial

  • Thread Safe Linked List
    U User 33952

    I have a Linked list with the following functions: Add, Get, Delete. For thread safe implementation I use a CRITICAL_SECTION handle in each function and everything work well. The question is: How I can avoid use of CRITICAL_SECTION on Get function? Because Get function is called on many threads the performance is low, each thread wait the previous thread to finish Get. Add and Delete are called rarely. Thanks!

    C / C++ / MFC question data-structures performance
  • Login

  • Don't have an account? Register

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