最好的书籍/学习C ++的资源 [英] Best Book/Resources To Learn C++

查看:84
本文介绍了最好的书籍/学习C ++的资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,我是一位完全的c ++编程新手,知道一点c语言只是基础知识而不是高级知识.我只是在谷歌搜索中来到这里.

现在,我想从头开始学习c ++,以达到高级水平,这会花费多少时间,所以您能不能建议一些好书也能看到其他主题,但是有那么多书让您读哪一本书感到困惑.我知道每个人都建议根据他们的经验,但是对于新手来说有点令人困惑.在某个地方阅读完整的参考文献是很好的,但是在一些论坛上却读到它不好并且不推荐

现在,专家plz告诉我一本不错的书,其中涵盖了我所有的疑问,例如如何设计可在Windows上运行的软件以及如何在Linux上运行它的所有c ++基础知识.
就像它总是让我感到惊讶的是,开发人员会为所有操作系统分别编写代码,或者他们只是更改扩展名,就像exe中的Windows是否有软件,而dmg中的mac也存在软件一样,或者说rpm中的linux,所以他们编写单独的代码还是只是更改扩展名然后如何
c ++和visual c ++有什么区别,两者的优缺点是什么,例如我们为什么使用c ++以及为什么Visual c ++

Hey friends,I am a complete newbie in programming c++,know a bit of c language just the basics not advance thing.I was just googling and came here.

Now I want to learn c++ from scratch to advance level nomatter how much time it will take,so can you suggest few good books saw other threads as well but there are so many books got confused which one to read.I know everyone suggested according to their experience but its kinda confusing for a newbie.isnt it?Read somewhere complete reference by herbert shildt is good but read at few forums that its not good and not recommended

Now experts plz tell me a good book which covers all c++ basics and fundamentals my queries like how to design softwares that work on windows and how to make it for linux as well.
Like it always surprise me developers write code separately for all os or they just change the extension like a software is there for windows in exe and same is there for mac in dmg or say linux in rpm so do they write separate codes or just change the extension then how
And what is the difference in c++ and visual c++,what are the pros and cons of both like why we use c++ and why visual c++

推荐答案

有用的建议:有用的参考书" [.
Here you may find some useful suggestions: "Useful Reference Books"[^] at CodeProject.


BTW C++ is a programming language, while Visual C++ is an Integrated Development Environment (IDE) that allows you to graphically design ''forms'' (hence the ''Visual'') for applications running in the Windows OS.


这是一个非常常见的问题.我的答案通常是链接到SO上的权威C ++书籍指南和列表:

http://stackoverflow.com/questions/388242/the-definitive-c- book-guide-and-list [ ^ ]
This is a very often asked question here. My answer is usually to link to The Definitive C++ Book Guide and List on SO:

http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list[^]


这已经被问了很多次了(
This has already been asked a lot of times (See here[^])

I stand by my previous answer:
There are a LOT of good books on the subject. I strongly believe that it''s more important to learn from your own mistakes and to solve some real live problems on your own - so my advice: get any book with good overall reviews and simply start coding! :)
As for specific recommendations: "Thinking in C++" is a decent read and it''s not a bad book to get you started, but Stroustrup''s "The C++ Programming Language" is the best source of C++ knowledge I know. Good Luck!!


这篇关于最好的书籍/学习C ++的资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆