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
S

semitae

@semitae
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • crash at vector::push_back.
    S semitae

    I had the same problem when porting from VS2005 to VS2008. I avoided it using dynamic allocation something like this: std::vector<???> *v; v = new ???; v->push_back(***) This works in both debug and release mode :)

    ^^

    C / C++ / MFC c++ graphics help

  • crash with vectors in Release
    S semitae

    I had the same problem when porting from VS2005 to VS2008. I avoided it using dynamic allocation something like this: std::vector *v; v = new ???; v->push_back(***) This works in both debug and release mode :)

    ^^

    C / C++ / MFC help data-structures question announcement
  • Login

  • Don't have an account? Register

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