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
V

valikac

@valikac
About
Posts
1.8k
Topics
241
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Keys in a map
    V valikac

    Key type could be a set of variables inside a structure or class. valikac

    ATL / WTL / STL question

  • Release build seg faults at vector push_back
    V valikac

    post copy constructor of EMEventContainer dynamic allocations inside EMEventContainer? Kuphryn

    ATL / WTL / STL help csharp c++ graphics debugging

  • PROCESS_INFORMATION [modified]
    V valikac

    Interesting. check out msdn CreateToolhelp32Snapshot Thread32First Kuphryn

    C / C++ / MFC question

  • working with CTreeView derived class
    V valikac

    check out TVN_SELCHANGED Kuphryn

    C / C++ / MFC data-structures tutorial

  • Multitheading
    V valikac

    all modules should be in parallel Kuphryn

    C / C++ / MFC question

  • Operator Overloading
    V valikac

    function pointer correct as is X x (x.*p)() Kuphryn

    C / C++ / MFC question

  • class template methods
    V valikac

    typically derived class is whatever is base class. in this case derived class is defined as a base class and can access base class functions template base { public: b(){} }; template derived : base { public: d{} { base::b() }; Kuphryn

    C / C++ / MFC question c++ ios data-structures help

  • Editbox Right click problem
    V valikac

    one approach is subclassing CEdit and handle right mouse button down Kuphryn

    C / C++ / MFC help tutorial question

  • Looking for a Library...
    V valikac

    gdi+ and/or freeimage Kuphryn

    C / C++ / MFC

  • debugging VS6.0 C (not ++)... how to view entire array contents?
    V valikac

    another approach is operator [] extracted via local variable Kuphryn

    C / C++ / MFC c++ debugging question data-structures tutorial

  • Problems with Dialog Buttons
    V valikac

    AfxBeginThread() windows platform: process is comprised of main thread (UI thread on client-side) and can spawn additional threads (UI and/or worker) typically single cpu can process one thread any given moment and in this example spawn a worker thread to process data Kuphryn

    C / C++ / MFC help question

  • how do I save a bitmap to hard-disk?
    V valikac

    check out these structures BITMAPINFO DIBSECTION BITMAPFILEHEADER ofstream post when need more clues Kuphryn

    C / C++ / MFC question graphics tutorial

  • parameter question
    V valikac

    reinterpret_cast() int x = 0 // 4 bytes on 32-bit char *p = reinterpret_cast(&x) Kuphryn

    C / C++ / MFC question

  • C++ question
    V valikac

    elements inside array are present Kuphryn

    C / C++ / MFC question c++ data-structures

  • function header = 0
    V valikac

    definitely Kuphryn

    C / C++ / MFC question

  • C++ question
    V valikac

    definitely a() { throw 0 } try { a b } catch {} Kuphryn

    C / C++ / MFC question c++ data-structures

  • Create a bitmap [modified]
    V valikac

    another approach is create a bitmap sized to fit both source bitmaps. arrange the bitmaps via bitblt() Kuphryn

    C / C++ / MFC graphics debugging question

  • Treeview creation problem
    V valikac

    cchTextMax = sNodeName.size() Kuphryn

    C / C++ / MFC com help question

  • Close Dialog
    V valikac

    EndDialog Kuphryn

    C / C++ / MFC c++

  • Subclassing
    V valikac

    one possible approach send dialog messages inside control derived class Kuphryn

    C / C++ / MFC graphics question discussion
  • Login

  • Don't have an account? Register

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