C ++ please! I need to return the domain and the username from the email. I need to find the '@' and then use substr to
Posted: Fri May 20, 2022 3:40 pm
C ++ please! I need to return the domain and the username from
the email.
I need to find the '@' and then use substr to get the domain and
the username.
C++ please!
Welcome to the Email Address Breakdown program! Enter an email address: [email protected] You entered: [email protected] UserName: gd.iyer DomainName: pcc.edu Thank you for using my program! Welcome to the Email Address Breakdown program! Enter an email address: [email protected] You entered: [email protected] UserName: safia.abdalla DomainName: peopleofcolor.com Thank you for using my program! Welcome to the Email Address Breakdown program! Enter an email address: kerrie.holley.pcc.edu You entered: gd.iyer.pcc.edu This is missing the @ sign. Please check and try again later. Thank you for using my program!
the email.
I need to find the '@' and then use substr to get the domain and
the username.
C++ please!
Welcome to the Email Address Breakdown program! Enter an email address: [email protected] You entered: [email protected] UserName: gd.iyer DomainName: pcc.edu Thank you for using my program! Welcome to the Email Address Breakdown program! Enter an email address: [email protected] You entered: [email protected] UserName: safia.abdalla DomainName: peopleofcolor.com Thank you for using my program! Welcome to the Email Address Breakdown program! Enter an email address: kerrie.holley.pcc.edu You entered: gd.iyer.pcc.edu This is missing the @ sign. Please check and try again later. Thank you for using my program!