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

SilentSilent

@SilentSilent
About
Posts
26
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Experiences with PowerArchiver?
    S SilentSilent

    Bassam Abdul-Baki wrote:

    prefer ZipGenius[^] which is free.

    A little too ingenious for my taste. :~

    The Lounge html com tools question announcement

  • Experiences with PowerArchiver?
    S SilentSilent

    peterchen wrote:

    Does anyone use PowerArchiver[^] I've used the "last free version" for quite a while, and it wasn't bad. Any experiences with the new one?

    Used also only the freeware version. Curently I'm happy with the free IZArc[^]

    The Lounge html com tools question announcement

  • CString
    S SilentSilent

    Jörgen Sigvardsson wrote:

    for(int i = 0; i < str.GetLength(); i++) if(str[i] < '0' || str[i] > '9') return false;

    Doesn't work with eg. CString str="0x1142654";

    C / C++ / MFC question

  • CString
    S SilentSilent

    _AnShUmAn_ wrote:

    if(str.GetLength ()==str1.GetLength ())

    Doesn't work with eg. CString str="0x1142654";

    C / C++ / MFC question

  • difference
    S SilentSilent

    sarojkumarjena wrote:

    What the copy constructor is doing we can do the same thing through assignment operator.So what is the advantage of copy constructor

    The assignment operator destroys/replaces an existing object. The copy constructor creates an object as copy of another object.

    C / C++ / MFC

  • Killing the process
    S SilentSilent

    stanlymt wrote:

    This solution won't work for me because I won't be able to keep track of all spawned windows/applications. Spawned application say MS SQL query analyzer is not created by me. So, that application may spawn other applications.

    You are doomed!

    C / C++ / MFC question

  • curve throught wo points
    S SilentSilent

    _AnShUmAn_ wrote:

    This will only draw a line.

    Let's say a very smooth curve! :laugh:

    C / C++ / MFC question

  • Disk cloning software
    S SilentSilent

    HDClone[^] The free edition copies disks but, IIRC, not single partitions.

    The Lounge com tools question

  • MS to support C99 ?
    S SilentSilent

    Mike Dimmick wrote:

    Because C99 is a solution looking for a problem. Virtually all new types in C99 are already in C++ as standard libraries.

    It helps to take at least a faint look at the C99 Standard before answering. :suss:

    The Lounge c++ delphi html com

  • Download Counts
    S SilentSilent

    George B Gilbert wrote:

    As a contributing author, I would find it informative to see how many times the downloads available with each article are downloaded. Is that information currently available somewhere? I haven't found it yet.

    This is a FRF (Frequently Requested Feature) ;)

    Site Bugs / Suggestions question

  • Base64Encode
    S SilentSilent

    gyzmau wrote:

    Is there a better way, maybe something else than ATL?

    You can find many places with Base64 code on the internet, e.g. http://www.ruffboy.com/download.htm[^]

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

  • Good but light HTML editor?
    S SilentSilent

    PSPad[^]

    The Lounge visual-studio html com question learning

  • CreateProcess Method
    S SilentSilent

    WhiteSky wrote:

    ("c:\\WINDOWS\\Notepad.exe",NULL,NULL,NULL,NULL,CREATE_NEW_CONSOLE,NULL,NULL,&si,&pProcessInfo);

    The Windows directory should not be hard coded.

    C / C++ / MFC

  • vector behaviour
    S SilentSilent

    Anil_vvs wrote:

    Can anyone tell me if a vector automatically sorts all its string entries in alphabetical order?

    Try std::set instead of std::vector

    ATL / WTL / STL graphics question

  • Google buys Web-based word processor Writely
    S SilentSilent

    http://today.reuters.com/investing/FinanceArticle.aspx?type=mergersNews&storyID=2006-03-10T070042Z_01_N10386264_RTRIDST_0_TECH-GOOGLE-WRITELY.XML[^]

    The Lounge com xml question

  • how to find which lib is a function in?
    S SilentSilent

    derek7 wrote:

    if a .h file contain many lib declaration.and no source . how to locate a function ?

    Use dumpbin

    C / C++ / MFC tutorial question

  • Can Oracle buy PHP?
    S SilentSilent

    Oracle's Ellison "We are moving aggressively into open source. We are embracing it. We are not going to fight this trend. We think if we're clever, we can make it work to our advantage." http://www.businessweek.com/technology/content/feb2006/tc20060209_810527.htm?campaign_id=topStories_ssi_5[^] Can Oracle buy PHP? Can Oracle buy the PHP community? :suss:

    The Lounge php oracle com question

  • Can I use Javascript function in VC++?
    S SilentSilent

    manojk_batra wrote:

    I have VC++ windows application. I want to use some javascript functions in the above mentioned application. If Yes, Please let me know how I can do it? with little bit sample code or some articles.

    It's probably not simple to set it up, but anyway ... http://users.skynet.be/saw/SpiderMonkey.htm[^] http://egachine.berlios.de/embedding-sm-best-practice/embedding-sm-best-practice-index.html[^]

    C / C++ / MFC c++ javascript question

  • Registry Comparison Tool
    S SilentSilent

    Google for 'RegCompare'

    The Lounge windows-admin

  • File Compare
    S SilentSilent

    P Gibson wrote:

    Any recommendations as to what to use, or any examples available would be most appreciated.

    Go to the top of this page and type 'diff' into the Search field. ;)

    C / C++ / MFC c++
  • Login

  • Don't have an account? Register

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