CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Posts
    3

    Can anyone help me with writing this program?

    I just started with C++. Can anyone help me with this problem. I am completely lost by this question. I am going to a post the picture

    http://mail.aol.com/38394-114/aol-6/...Inbox&partId=3

  2. #2
    Join Date
    Feb 2014
    Posts
    3

    Re: Can anyone help me with writing this program?

    This is my first year with anything related to C++. Lets say the numbers would be 2,6, and 9. Can anyone tell me how the exact program would look?

  3. #3
    Join Date
    Feb 2014
    Posts
    3

    Re: Can anyone help me with writing this program?

    Heres the picture guys. Sorry the picture in OP doesnt work

    http://www.picresize.com/popup.html?...attachment.jpg

  4. #4
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: Can anyone help me with writing this program?

    I just started with C++. Can anyone help me with this problem. I am completely lost by this question
    Then state the problem in English.

    I am going to a post the picture
    I don't open unknown links and neither do many of the gurus here.

    Lets say the numbers would be 2,6, and 9. Can anyone tell me how the exact program would look?
    A correct set of c++ statements that follow from a valid program design.

    If this is a homework question, please see
    http://forums.codeguru.com/showthrea...ork-assignment

    Also see
    http://forums.codeguru.com/announcement.php?f=73
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  5. #5
    Join Date
    Jun 2002
    Location
    Stockholm, Sweden
    Posts
    1,641

    Re: Can anyone help me with writing this program?

    Quote Originally Posted by bxrz
    I just started with C++
    Then you should read a good book on C++ programming or go through quite a few web tutorials before you post any questions.

    Generally speaking, no one here will write a program for you. What we may do, is to help you to figure out why your program does not work, after you have attempted to write the program yourself.

    Good luck
    Nobody cares how it works as long as it works

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured