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 Hwop38, 05-04-2026, 07:02 PM
          0 responses
          160 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          307 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          244 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          348 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          178 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X