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

  • Home
  • SEARCH
  • 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 6590869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:21:13+00:00 2026-05-25T17:21:13+00:00

Im currently learning c++ from a book called ‘Ivor Hortons Beginning Visual c++ 2010’.

  • 0

Im currently learning c++ from a book called ‘Ivor Hortons Beginning Visual c++ 2010’.

In all the examples i’ve attempted so far I’ve had to use getch() to hold open the command prompt, and sometimes remove the return 0 statement from the end of the main method.

Is this a vagary of windows 7 and will it cause problems further down the line? It’s no problem doing this at the moment but since this is not included in the book I was wondering if it might be something I’ve set up wrong.

Many Thanks 🙂

  • 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-05-25T17:21:14+00:00Added an answer on May 25, 2026 at 5:21 pm

    getch() is not operating system specific, but it is not directly portable. The preferred method for doing this in C++ is to use std::cin.get();.

    The main function can return 0 implicitly (you don’t need to actually have that code, see below).

    int main()
    {
       // valid, return 0 implied.
    }
    

    See this question for more details about the implicit return 0 from main.

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

Sidebar

Related Questions

I'm currently learning python from a book called 'Python for the absolute beginner (third
I am currently learning Zend Framework from a book called Appress Pro Zend Framework
I'm currently learning about jsf 2.0 from core jsf 2.0 book + glassfish +
I'm currently learning about jsf 2.0 from core jsf 2.0 book + glassfish +
I jut recently started learning PHP from a book called PHP/MySQL Programming for the
I'm a newbie to Rails and programming in general (currently learning from a book
I'm currently learning algorithms from a book I have bought from Amazon but it
I'm currently learning c++ with the book Programming: Principles and Practice Using C++ from
I'm currently learning C from some Harvard screencasts. They're great. I'm currently, because I'm
I currently learning about scrum and want to learn from experienced professionals in the

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.