CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2017
    Posts
    0

    Looking for a C++ Mentor

    I've learned several languages in their most generic sense. While it's easy to go from tutorial to tutorial and constantly look up what you need at the time of query, I'd like to have a better relationship in regards to things I should be looking into. I have a google sheets page with tasks I'm completing each day in order to keep myself accountable, however when it comes to revising old code for efficiency and looking toward my next goals... I'm usual in the dark due to the fact that I'm the only one on the team who has knowledge on the topics. It would be great to have a mentor who would be willing to perhaps give me some pointers, and perhaps help me with my work ethic so I can achieve what I'm aiming to do. Any questions, feel free to ask, I'm an open book and feel free to send me PM's if you'd be interested in networking.

    Thank you

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

    Re: Looking for a C++ Mentor

    Not as a mentor, but if you post code and/or specific questions to the c/c++ forum gurus would provide advice and guidance.

    How are learning c++? What book(s) are you using. A couple of useful sites are
    http://www.learncpp.com/
    http://www.cplusplus.com/reference/
    http://en.cppreference.com/w/cpp/language
    Last edited by 2kaud; August 15th, 2017 at 03:40 PM.
    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. #3
    Join Date
    Jul 2017
    Posts
    14

    Re: Looking for a C++ Mentor

    Agreed, a mentor would be a big time investment, but posting questions in the forums can help a lot.

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