CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Join Date
    Jun 2013
    Posts
    22

    Re: Creating a Function That Needs To Determine Perfect Scores

    Quote Originally Posted by Eri523 View Post

    Actually, kudos to your teacher in case that this learning experience was just intended that way! Practice usually shows, unfortunately, that most teachers aren't so good. Of course that doesn't diminish in any way the kudos to you for solving the assignment the way you did!
    No teacher was involved here, unless you want to give credit to 2kaud for being my teacher. He was the one that helped me with the "else" statement in main. But the important thing is that I was able to learn from it and hopefully be able to integrate that if needed in my next program. Thank you for your kind words.

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

    Re: Creating a Function That Needs To Determine Perfect Scores

    Quote Originally Posted by veryNew View Post
    No teacher was involved here, unless you want to give credit to 2kaud for being my teacher. He was the one that helped me with the "else" statement in main. But the important thing is that I was able to learn from it and hopefully be able to integrate that if needed in my next program. Thank you for your kind words.
    Glad to be of help. But as there is no teacher involved, how are you learning c++ as your post #4 referred to 'the assignment'?
    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)

  3. #18
    Join Date
    Jun 2013
    Posts
    22

    Re: Creating a Function That Needs To Determine Perfect Scores

    Quote Originally Posted by 2kaud View Post
    Glad to be of help. But as there is no teacher involved, how are you learning c++ as your post #4 referred to 'the assignment'?
    I am learning on my own will. I have always loved programming and I decided to purchase a C++ book and read a little through it and take some practice programs as I go through the chapters. Trust me, I am very new to this so don't be surprised to see me on here with another question in the near future!

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

    Re: Creating a Function That Needs To Determine Perfect Scores

    Which c++ book?
    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. #20
    Join Date
    Jun 2013
    Posts
    22

    Re: Creating a Function That Needs To Determine Perfect Scores

    Quote Originally Posted by 2kaud View Post
    Which c++ book?
    "Starting out with C++ Early Objects" by Tony Gaddis

Page 2 of 2 FirstFirst 12

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