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

Threaded View

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

    Re: Can i hear from others about real world experience?

    Quote Originally Posted by gaar321 View Post
    Interesting statement, I presume understanding what you have learnt is far better than just remembering what needs to be learnt, as when you come to the working world and a "client" asks for a system to simplify a process you will be able to apply the knowledge you have understood.
    That's right! When I did IT consultancy I often came across systems/situations in which I was not that familiar but I could apply my overall understanding to enable me to get to grips fairly quickly with them.

    It's like debugging a program. If you understand the principles of debugging a program, the actual debugger you are using doesn't matter that much as it's just a case of looking up how to undertake certain tasks in the debugger you happen to be using at the time. If, however, you just know a certain set of keystrokes for a particular debugger without really understanding what is happening, then using a different debugger is that much harder.
    Last edited by 2kaud; May 29th, 2013 at 05:49 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)

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