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

Sceptic Mole

@Sceptic Mole
About
Posts
129
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need Tutorial on ATL/WTL/STL
    S Sceptic Mole

    PK Jain wrote:

    I need some tutorial on ATL/WTL/STL to deep understanding, so please suggest me.

    ATL, WTL and STL are unrelated to each other. They just heavily use templates. I would not invest too much into these outdated libraries.

    ATL / WTL / STL c++ tutorial

  • How to creat a new folder and a new file
    S Sceptic Mole

    zhangguoliming wrote:

    Hey, I want to creat a new folder with a new file. Now my code can only creat a new folder but no file.What is the wrong with my code?Please help anyway you can.. Thanks in advance.

    CDiskObject: Simplifying common disk operations[^]

    C / C++ / MFC question ios help tutorial

  • Editor suggestions
    S Sceptic Mole

    PSPad[^]

    The Lounge c++ perl html visual-studio

  • google codesearch
    S Sceptic Mole

    ne0h wrote:

    I found Google is quite cool. Also found a new site http://www.koders.com[^]

    and another one: http://www.krugle.com/[^]

    The Lounge com question

  • The wow is now
    S Sceptic Mole

    benjymous wrote:

    http://www.microsoft.com/india/Wow/\[^\]

    I'm sure Steve Ballmer likes it!

    The Lounge com

  • std::map key std::basic_string<TCHAR> - How to achieve case in-sensitive string lookup ? [modified]
    S Sceptic Mole

    Anand_Arv wrote:

    If I use that compare argument as you suggested, Will I get the same result for all of the following ?

    You probably should use _tcsicmp instead of stricmp, see: http://msdn2.microsoft.com/en-us/library/k59z8dwe(VS.80).aspx[^]

    ATL / WTL / STL c++ help tutorial question workspace

  • illegal use of this type as an expression
    S Sceptic Mole

    Which compiler do you use?

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

  • std::map key std::basic_string<TCHAR> - How to achieve case in-sensitive string lookup ? [modified]
    S Sceptic Mole

    Anand_Arv wrote:

    I need to use std::map with std::basic_string(TCHAR) as key and long as value. std::basic_string How to achieve/implement case in-sensitive string lookup ?

    You need to add a Compare argument:

    map <basic_string<TCHAR>, long, ltstr> mymap;

    Where lstr could be defined as:

    struct ltstr
    {
    bool operator()(const basic_string<TCHAR>& s1, const basic_string<TCHAR>& s2) const
    {
    return stricmp (s1.c_str(), s2.c_str()) < 0;
    }
    };

    See also: http://www.sgi.com/tech/stl/Map.html[^]

    ATL / WTL / STL c++ help tutorial question workspace

  • CString - high CPU usage
    S Sceptic Mole

    James R. Twine wrote:

    std::string can have its reference counting turned off (or it may be by default in some implementations), which may increase its performance a bit.

    See the comparison in http://www.codeproject.com/string/fix_str.asp[^]

    C / C++ / MFC announcement

  • Anyone else think Vista is a buggy piece of crap?!
    S Sceptic Mole

    Marc Clifton wrote:

    Can you care to explain the rationale behind the general acceptance of buggy software?

    It has always been so, it will always be so? :~

    The Lounge help announcement question

  • Breaks
    S Sceptic Mole

    VuNic wrote:

    Do you think the "break;" [C++] command is really needed at the end of every case statement? I've never been in a situation where I'd want the control to pass on to the next case after satisfying a particular case. You know I missed to put a "break;" and it resulted in a big chaos .

    It's considered one of the 'wrong' defaults in C/C++.

    The Lounge c++ question

  • environmental variables?
    S Sceptic Mole

    hobbyprogrammer wrote:

    whats the best way to get environmental variables like %windir% %userprofile% and so on?

    Try GetEnvironmentVariable (VC++) or getenv (C++)

    C / C++ / MFC c++ question

  • Woohoo Snow!
    S Sceptic Mole

    http://www.codeproject.com/gdi/FallingSnow.asp[^] http://www.codeproject.com/cs/media/FallingSnowSharp.asp[^]

    The Lounge

  • Allchin retired from Microsoft
    S Sceptic Mole

    http://www.microsoft.com/presspass/exec/jim/default.mspx[^]

    The Lounge com

  • RAR vs ZIP
    S Sceptic Mole

    Simon Hofverberg wrote:

    I stuck with IZArc[^]. I have hardly noticed it since I installed it, it just works.

    The best one can say about a tool. It's also my installed (Un-)Zipper.

    The Lounge c++ visual-studio com architecture question

  • RAR vs ZIP
    S Sceptic Mole

    Johann Gerell wrote:

    In all my recent XP installs, I've stopped installing WinZip, since the builtin ZIP-support of XP is enough as I see it.

    You expectations are very low!

    The Lounge c++ visual-studio com architecture question

  • convert integer value to string objcet?
    S Sceptic Mole

    lucy wrote:

    I would use str_n.Format ("%d", n)

    CString needed, not string

    C / C++ / MFC c++ question

  • Irony
    S Sceptic Mole

    Christopher Duncan wrote:

    Just rewritten for the web because that's what was new and groovy.

    ... and because it had less support, maintenance and deployment costs! :cool:

    The Lounge sales

  • Things you do after VS2005 fresh install
    S Sceptic Mole

    Chris Meech wrote:

    Oh man, what ever happened to livin' on the edge.

    :laugh: :-D :laugh:

    The Lounge wpf workspace

  • Another reason why i hate XP...
    S Sceptic Mole

    RoswellNX wrote:

    But the way it used to be was that on Alt+Ctrl+Del, boom there it was. Thanks to the infailability of the keyboard driver (i'm assuming 98 had something like the tty driver is in unix), it would always catch the key sequence.

    As former Win98SE victim I can tell that this is blatant nonsense!

    The Lounge data-structures regex performance help tutorial
  • Login

  • Don't have an account? Register

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