Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Programming language C++  (Read 4113 times)

0 Members and 1 Guest are viewing this topic.

Hafiz Muhammad Tahir

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Windows 7
    Programming language C++
    « on: February 04, 2013, 10:07:23 AM »
    sir
        please give me the complete detail of C++ basics which are helpful to me in writing any kind of program using c++. i mean i want the basics of c++?;;;;;;

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Programming language C++
    « Reply #1 on: February 04, 2013, 01:24:52 PM »
    This is in plain English.
    Quote
    C++ All-In-One Desk Reference For Dummies by John Paul Mueller and Jeff Cogswell (Aug 31, 2009)

        $2.26 Paperback (Used)
    http://www.amazon.com/s/ref=nb_sb_ss_c_0_8?url=search-alias%3Dtextbooks-tradein&field-keywords=c%2B%2B+for+dummies&sprefix=C%2B%2B+for+%2Caps%2C269&rh=i%3Atextbooks-tradein%2Ck%3Ac%2B%2B+for+dummies

    TechnoGeek

    • Guest
    Re: Programming language C++
    « Reply #2 on: February 04, 2013, 05:30:04 PM »
    This is in plain English.

    I got this book when it was still new (and $35 or so if I remember rightly) and it was definitely worth it.

    http://www.cplusplus.com/ is a good reference too, but I've never actually followed their tutorial specifically.

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Programming language C++
    « Reply #3 on: February 05, 2013, 09:51:35 PM »
    This issue with C++ is there is too much info. The book I have here is like a telephone book for a large city. I will never finish it in  my lifetime, unless I live to 110. (Which is possible.)

    Microsoft offers a free version of Visual Studio, which includes a version of C++ Which tutorials and examples. Some people learn  quicker with hands on tutorials instead of huge books.
    some comments in another forum:
    http://www.cplusplus.com/forum/beginner/68648/
    Another burp:
    http://arstechnica.com/information-technology/2012/09/visual-studio-2012-free-desktop-development-tool-out-today-first-update-outlined/
    More from the horse's mouth.
    http://winsupersite.com/blog/supersite-blog-39/windows8/microsoft-releases-visual-studio-express-2012-windows-desktop-144234

    From the above you see that it is not  just about how to code. MS takes the approach that you want to look at the big picture and the code is just a one of many bridges on your trip.