CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Radhaa

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,038

    Re: switch state strings!

    If a String switch expression cannot be proven by static analysis to be interned, then the compiler will generate a call to the String's intern() method.

    Example 1

    String state variety =...
  2. Replies
    11
    Views
    1,798

    Re: c++ email question

    It is a nice Questions... U want more c++ Questions click this link http://www.coolinterview.com
  3. Re: how to send mails from VC++ program without using outlook

    I m writting an application which calulates some results and send them thr e-mail.I want my VC++ program to send this mail to specified address without using Outlook Express or Microsoft Outlook...So...
Results 1 to 3 of 16





Click Here to Expand Forum to Full Width

Featured