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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          157 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          91 views
          1 like
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          143 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          130 views
          1 like
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          107 views
          0 likes
          Last Post CarlTrading  
          Working...
          X