How do i seprate alphabets and numbers in Visual C++

Lakshmanan, Dinesh 1 Reputation point
2021-06-08T12:13:18.167+00:00

How do i seprate alphabets and numbers in Visual C++ eg. Say i have T1200 and i need only 1200

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,690 questions
{count} votes

2 answers

Sort by: Most helpful
  1. MotoX80 33,376 Reputation points
    2021-06-08T12:46:18.08+00:00
    0 comments No comments

  2. Jiang Zhang 786 Reputation points
    2021-06-09T07:18:00.257+00:00

    Hi,

    You may try the following string code to see if you could achieve your goal.
    103667-image.png

    Best Regards,
    Mulder Zhang

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.