Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C++
how to get a letter from the users string in c++
user3918295
Programming language:
C++
2021-03-17 17:41:36
4
Q:
how to get a letter from the users string in c++
Masked Man
Code:
C++
2021-03-24 19:13:56
string letters = "ABC"; char letterN = letters[0];
1
Tags
string
user
use
get
how
letter
Related
find character in string c++
working with char and string c++
how to take input from string in c++
c++ get ascii value of char
c++ read each char of string
how to get input from the console in c++
erasing a character from a string in c++
how to print a string to console in c++
how to access the element of string in c++
std string find character c++
find digits in character string c++
c++ string element access
taking input from user c++
how to store string in char array c++
how to output text in c++
count a character in a string c++
how to get a letter from the user c++ string
c++ find string in string
how to grab all of user input c++
New to Communities?
Join the community