CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21

Thread: literal string

  1. #16
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: literal string

    Zio, as 2kaud said, that book is ancient.
    If you come to a job interview with me, and you don't know anything about modern C++ (C++11, C++14, and C++17), then you'll fail the interview.
    This is a very serious problem with your university. Try to discuss it with them. No company needs C++98 programmers, but need modern C++ programmers.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  2. #17
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: literal string

    Arjay, there are lots of good books on modern C++
    My book, Professional C++ 4th Edition, does include almost all C++11, C++14, and C++17 features, but it requires at least some basic programming knowledge.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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

    Re: literal string

    For English books from which to learn c++ before moving to Marc's excellent book, have at look at posts #9, #10, #11 of http://forums.codeguru.com/showthrea...-books-about-C (note the info was correct as of August 2017 - there may be later versions of some of these books available and they don't all cover c++17). My personal favourite is Beginning C++17 by Ivor Horton (no connection) - and by comparison to some c++ books is quite reasonably priced!.

    For Italian books on c++, sorry?? But you're looking for a book that covers/includes c++17. I can't see any listed on amazon.co.uk.
    Last edited by 2kaud; June 14th, 2018 at 05:35 AM.
    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)

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

    Re: literal string

    Quote Originally Posted by Marc G View Post
    Zio, as 2kaud said, that book is ancient.
    If you come to a job interview with me, and you don't know anything about modern C++ (C++11, C++14, and C++17), then you'll fail the interview.
    This is a very serious problem with your university. Try to discuss it with them. No company needs C++98 programmers, but need modern C++ programmers.
    From my travels with The Doctor, I can confidently say that c++32 is considered 'modern' and that c++17 is referred to as 'that antiquated version'
    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
    May 2018
    Posts
    158

    Re: literal string

    Quote Originally Posted by Marc G View Post
    Zio, as 2kaud said, that book is ancient.
    If you come to a job interview with me, and you don't know anything about modern C++ (C++11, C++14, and C++17), then you'll fail the interview.
    This is a very serious problem with your university. Try to discuss it with them. No company needs C++98 programmers, but need modern C++ programmers.
    I'm very surprised because I expected university was more updated, I studied some C ( book of W. Kernighan, Dennis M. Ritchie) several years ago, in 1990, but how it's possible to start again the studies from the same date!

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

    Re: literal string

    I'm very surprised because I expected university was more updated
    [Warning - rant ahead]

    We've come across this before regarding some other universities. Their 'professors' produce a syllabus/course notes (or even better, use someone else's) and just continue to teach the same old same old year in, year out. The students know no better - unless they ask questions like on this forum. The 'professors' have tenure, they get the students, have no pressure to learn new things themselves - so don't bother as they needn't. So what if their students can't get jobs afterwards as they haven't been taught correctly - doesn't affect them.
    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)

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