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
G

georgemarios

@georgemarios
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • is it stack or heap?
    G georgemarios

    thanks

    Managed C++/CLI question graphics data-structures

  • is it stack or heap?
    G georgemarios

    possibly a dump question, but better be safe.... if I have a class like this: class Foo { std::vector vectorWithFoo2; }; and then allocate a pointer of Foo Foo* pFoo = new Foo; the pFoo is allocated in the heap, right? Now, each time I push_back a Foo2 into the vector, is it stored in the stack or the heap? I think its the heap but I wanted to be sure...

    Managed C++/CLI question graphics data-structures

  • Damn that 4kbytes of leak memory
    G georgemarios

    I suppose that you dynamically allocate the list array before calling ImprimeTexto, and then you forget to deallocate it.

    Managed C++/CLI graphics game-dev performance help question

  • About Doc/View relation : Vc++ _Plz Help
    G georgemarios

    thanks for the 5 well, think of a 3d modeler like 3dmax you have the same doc shown in 4 diferent views (top, left, front and perspective). Its still the same document. Many views at the same time doesn't make the app MDI, MDI=multi-doc interface.... A splitter can be used in both SDI and MDI. The difference is that in SDI you put it in CMainFrame whereas in MDI you putit in CMDIChildWnd. Still, I may be wrong. Please, somebody correct me...

    C / C++ / MFC question c++ help career

  • About Doc/View relation : Vc++ _Plz Help
    G georgemarios

    ooops, my mistake certainly, you can have several views of the same doc in SDI at the same time (using splitters for example)

    C / C++ / MFC question c++ help career

  • About Doc/View relation : Vc++ _Plz Help
    G georgemarios

    one Doc can have many views one View can be associated with only one doc one App can have many docs. If the app is SDI, can display only one view of one doc at a time If the app is MDI, can display many views of many docs at a time

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

  • Don't have an account? Register

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