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
M

Marc Britten

@Marc Britten
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • map object in STL
    M Marc Britten

    myMap[n1] = n2; SHOULD work, ie create an entry if it does not already exit n2 = myMap[n1]; SHOULD NOT work, it should create an entry if it does not exist and give n2 its value.

    C / C++ / MFC c++ database help question

  • Bit by activation - (warning, rant!)
    M Marc Britten

    that sux, i got a card with numbers for both Home and Pro

    The Lounge announcement help question

  • Passing a COM interface to an out of process COM object
    M Marc Britten

    pass it as an IUnknown* then queryinterface for IMyObject when you get it.

    COM question c++ com sysadmin help

  • I don't want message boxes to beep
    M Marc Britten

    why don't you just use the control pannel to turn off sounds for certian notification types? or all of em

    The Lounge question

  • CXross-platfom development vs platform-centric
    M Marc Britten

    There are several crossplatform tools that I use that don't seem to have any aditional problems. Checkout WinCVS which has a Mac and Linux port, its a very complex system that works well on many platforms. the key(if your not using some special toolkit that helps) is to simply abstract anything that is platform dependant. so you have all the gui stuff in one interface and you rewrite the interface for the platform. its not as hard as some people make it seem if you do it well.

    The Lounge visual-studio question discussion learning
  • Login

  • Don't have an account? Register

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