Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

C++ Reference

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    C++ Reference

    I am looking for a C++ online basic reference manual (not tutorials). Some examples of what I need:
    • methods and functions for string manipulation, particularly comparisons.
    • syntax for various C++ programming constructs, e.g., ForEach, Select/Case?, For( ... )
    • Data type conversion methods and rules.

    I have looked at MSDN but can't find anything this basic. Perhaps I need to join MSDN in order to find what is there.

    Any suggestions appreciated. If MSDN is the answer, then a link to get this type of information would be great.

    #2
    You should be looking for C#, not C++.








    Originally posted by RVRoman View Post
    I am looking for a C++ online basic reference manual (not tutorials). Some examples of what I need:
    • methods and functions for string manipulation, particularly comparisons.
    • syntax for various C++ programming constructs, e.g., ForEach, Select/Case?, For( ... )
    • Data type conversion methods and rules.

    I have looked at MSDN but can't find anything this basic. Perhaps I need to join MSDN in order to find what is there.

    Any suggestions appreciated. If MSDN is the answer, then a link to get this type of information would be great.

    Comment


      #3
      C# Stuff

      Thanks sledge. That's just what I needed and I'm glad you ignored my "no tutorials" comment.

      ... but while you're writing snippets
      I need to test a 1-character string, sGlyph, to see if it is a digit. Another way to say it: is sGlyph a member of "0123456789".
      Thanks again.

      Comment


        #4
        oops. i hate msdn

        Indicates whether a Unicode character is categorized as a decimal digit.


        Char.IsDigit Method (String, Int32)


        Originally posted by RVRoman View Post
        Thanks sledge. That's just what I needed and I'm glad you ignored my "no tutorials" comment.

        ... but while you're writing snippets
        I need to test a 1-character string, sGlyph, to see if it is a digit. Another way to say it: is sGlyph a member of "0123456789".
        Thanks again.

        Comment


          #5
          MSDN Deliverance

          Thanks for the link ... and for delivering me from MSDN!!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          607 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          353 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          105 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          560 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          561 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X