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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

nullable type

@nullable type
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • getting list of processes
    N nullable type

    Hi You can use CreateToolhelp32Snapshot(..). Then walk through the list with Process32First(..) and Process32Next(..). After using the snapshot, use CloseHandle(..) for WinXP and CloseToolhelp32Snapshot(..) for WinCE. regards simon

    C / C++ / MFC question

  • Quick C# Questions
    N nullable type

    System.Collections.Generic.List<T> makes the same job as the std::vector<T> System.Collections.Generic.Dictionary<TKey, TValue> makes the same job as std::map<TKey, TValue> Kind regards Simon

    C# c++ question csharp

  • Exe not running
    N nullable type

    vcredist_x86.exe installs the c/c++ runtime + mfc dll's. This is needed for apps written with VS2005 and VC8. It has nothing to do with managed (.NET) or not! Simon

    C / C++ / MFC csharp visual-studio help 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