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
J

Jon Raynor

@Jon Raynor
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Straw Poll: Return True or False?
    J Jon Raynor

    list.contains(item)) would return true or false much like does when using lists. Your code is essentially the same because your looking for an object reference. The psuedo codee that I wrote assumes that list.contains(item) would return true or false. It doesn't return a reference to the item. Sorry if that was unclear.

    The Lounge question csharp c++ asp-net com

  • Straw Poll: Return True or False?
    J Jon Raynor

    How so? Psuedo Code if (list.contains(item)) { bool bOK = list.delete(item); //Do something here we bOK if you want } This would skip delete calls to items that no longer exist. The delete just deletes, it doesn't do a check on existance.

    The Lounge question csharp c++ asp-net com

  • Straw Poll: Return True or False?
    J Jon Raynor

    Test for existance first, then attempt delete.

    The Lounge question csharp c++ asp-net com
  • Login

  • Don't have an account? Register

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