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
P

parama_chakra

@parama_chakra
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WPF : What event will be triggered after window_loaded
    P parama_chakra

    Either you do your thing in the constructor or after Window is loaded. You need to articulate what you want.

    If winter comes is spring far behind? - (PBShelley -Ode to the West Wind)

    WPF question csharp wpf

  • Issue with ptr_fun VS2008
    P parama_chakra

    Thanks. Like all good ideas it looks obvious after the fact.

    If winter comes is spring far behind? - (PBShelley -Ode to the West Wind)

    C / C++ / MFC help java com beta-testing question

  • Issue with ptr_fun VS2008
    P parama_chakra

    I posted a feedback issue https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=463503 Essentially code that was working in VC6 listed below does not compile: const char* trimChars = "\\/|*?'\"<>;:"; std::remove_if( fileName.begin(), fileName.end(), std::bind1st(std::ptr_fun(strchr),trimChars) ); The only work around I could think of was to wrap strchr inside another function like this: char const* compare(char const* str, int c) { return ::strchr(str,c); } Is this a bug in the compiler or am I missing something? --Joe

    If winter comes is spring far behind? - (PBShelley -Ode to the West Wind)

    C / C++ / MFC help java com beta-testing 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