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

Marach

@Marach
About
Posts
8
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What Language Features Do You Miss In C#?
    M Marach

    Thanks for elaborating, I understand now. And I agree that C# language should have some construct like the suggested one to allow the fall-through.

    The Lounge csharp javascript com question discussion

  • What Language Features Do You Miss In C#?
    M Marach

    you can type several 'case' statements one after the other. contrived example:

    int number = GetNumberBetween1And5();
    string text = null;
    switch( number ) {
    case 1:
    text = "1";
    break;
    case 2:
    case 3:
    case 4:
    text = "2 or 3 or 4";
    break;
    case 5:
    text = "5";
    break;
    }

    is that type of fall-through what you said you're missing?

    The Lounge csharp javascript com question discussion

  • Does anyone have the renowned EZLogger library?
    M Marach

    after some additional googling, I have found the following: http://code.google.com/p/pylaunchy/source/browse/trunk/pylaunchy/ezlogger/?r=8 strange thing is the link and name of the library as mentioned in the .hpp file is the same, but author is different...

    The Lounge c++ com question

  • Does anyone have the renowned EZLogger library?
    M Marach

    good idea. will try contacting him directly. thanks.

    The Lounge c++ com question

  • Does anyone have the renowned EZLogger library?
    M Marach

    I saw this page, it's a good read. in references at the bottom it gives that (dead) link to EZLogger. I know I could use some other logging library or use available code (like on this page) to create one, but that will become an option if I can't get EZLogger. thanks anyway.

    The Lounge c++ com question

  • Does anyone have the renowned EZLogger library?
    M Marach

    yes, I have tried. what you get points you to the link I have put in my original post: a non-working link as the site seems to be down.

    The Lounge c++ com question

  • Does anyone have the renowned EZLogger library?
    M Marach

    well, don't you think I googled before asking here? all I could find is the c# library of the same author (Ravi Bhavnani), while I need the c++ version. also, there are some libraries with similar/same name by other authors or that are commercial products, obviously not the thing I'm looking for. if you wanted to be condescending, at least you should have read my question carefully. in HoN the announcer would now scream: 'Humiliation!' :) still waiting for a helpful reply...

    The Lounge c++ com question

  • Does anyone have the renowned EZLogger library?
    M Marach

    I have posted this in 'C / C++ / MFC' forums, but maybe I get a quicker answer here (sorry for cross-post). there is a lightweight open source c/c++ logging library that is commended all around and I planned to use it for my project. it was available at: http://axter.com/ezlogger but the site is down for couple of days now and I need the library asap. does anyone have it and could upload it somewhere for me to download? I'd really appreciate it. tnx in advance Reply·Email·View Thre

    The Lounge c++ com 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