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

Sergio Zykov

@Sergio Zykov
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • dynamic_cast changed behavior in VS5
    S Sergio Zykov

    Sorry, i've missed the second half of your posting. Anyway, the old behaviour should be considered as a bug, not a new one.

    Clever Code help csharp c++ visual-studio oop

  • What is the size of my log file?
    S Sergio Zykov

    One year ago i've discovered the following diamond: Variable names are mine because original was meaningless. void superPupelMegaRobustMethod() { Thread watchdog = new WatchdogThread().start(); ... watchdog.stop(); } .. void run() { // watchdog loop boolean timeElapsed = false; while(true) { if (timeElapsed) () { new Thread() { .... superPupelMegaRobustMethod(); ..... }.start(); } Thread.sleep(1000); timeElapsed = true; } }

    Clever Code question

  • dynamic_cast changed behavior in VS5
    S Sergio Zykov

    You should derive this class in this way class DerivedClass : public BaseClass { ... }; By default, the inheritance of 'class' symbols are private and, according to C++ standard, the derived class is not a sublass of its privately inherited superclass. In different words, private inhertance is the inheritance of the base class' implementation and public inheritance is the inheritance of the base class' interface.

    Clever Code help csharp c++ visual-studio oop
  • Login

  • Don't have an account? Register

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