Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8263701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:11:50+00:00 2026-06-08T04:11:50+00:00

I want to make program which analyzes every letter of the text which has

  • 0

I want to make program which analyzes every letter of the text which has been written by the user of the program. So for example, someone types “hello there”. Is there a way to put all these letters in some array? For example, myArray[0]=h, myArray[1]=e,…
Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T04:11:51+00:00Added an answer on June 8, 2026 at 4:11 am

    You can use std::string just like an array, but it’s dynamic, knows its size, and is a lot more flexible.

    //string is like a dynamic array of characters
    std::string input; 
    
    //get a whole line of input from stdin and store it
    std::getline (std::cin, input); 
    
    //you can manipulate it like an array, among other things
    input [0] = 'i'; //now "iello there"
    

    For a complete reference on std::string, see here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make a program that forces it's user to input text but
I want to make a program in C which will ask the user to
I want to make a program which would compare 2 .csv files, and print
I want to make a program in C# which will go/login and do stuff
I want to make a program that will simulate a user browsing a site
I want to make a program which takes video and audio and merges them.
I want to make a program which will determine the Rank of a given
I want to make a program in Clips which generates all the partitions of
I want to make program that encrypts (later decrypts) user inputted string. Here is
I have written a program which analyzes a project's source code and reports various

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.