曾经有一个人写了这个东西,我觉得有些道理,就贴出来吧
C++/OPP/OOD系列:
层级一:语法/语意(C++)
[Lippman2000] Essential C++
Essential C++,by Stanley B Lippman Addison Wesley Longman 2000,276 pages
Essential C++ 中文版 ,侯俊杰 译,282页
[Gregory95] C++:The Core Language
C++:The Core Language by Gregory Satir 1995 O'Reilly
C++语言核心,张铭泽 译 ,236页
[Deitel98] The Complete C++ Training Course
The Complete C++ Training Course 2/e by Harvey MDeitel 1998 Prentice Hall
C++大学教程(第二版),邱仲潘等 译,816页
[Stevens2000] Standard C++ Bible
Standard C++ Bible 2000 Al Stevens IDG
标准C++宝典,林丽闽等 译,766页
[Eckel2000] Thinking in C++
Thinking in C++ 2/e Bruce Eckel 2000 1470 pages Prentice Hall
C++ 编程思想,刘宗田等 译,420页
[Lippman98] C++Primer
C++ Primer,3rd Editoin,by Stanley Lippman and Josee Lajoie
Addison Wesley Longman,1998 1237 pages
C++ Primer 中文版,侯俊杰 译,1999,1237页
[Struostrup2000] The C++ Programming Language
The C++ Programming Language,Special Editoin,by Bjarne Stroustrup
Addison Wesley Longman,2000,1017 pages
C++程序语言经典本,叶秉哲 译,儒林 1999
[ANSI C++] C++规格书 199891 PDF格式
ANSI C++ 1996 Draft
层级二:专家经验(C++/OOP)
[Meyers96] More Effective C++
More Effective C++,by Scott Meyers,Addison Wesley,1996,318pages
More Effective C++中文版,侯俊杰,培生 2000 318页
[Meyers98] Effective C++
Effective C++,Second Edition,by Scott Meyers,Addison Wesley Longman,1998256pages
Effective C++ 2/e 中文版,侯俊杰,培生 2000256页
[Sutter99] Exceptional C++
Exceptional C++,by Herb Sutter,Addison Wesley Longman,2000208pages
Exceptional C++中文版,侯俊杰,培生 2000248页
[Sutter2001]More Exceptional C++
More Exceptional C++ by Herb Sutter,Addison Wesley Longman,2001
层级三:底层机制(C++ Object Model)
[Ellis90] The Annotated C++ Reference Manual
The Annotated C++ Reference Manual,by Margaret AEllis and Bjarne Stroustrup
Addison Wesley Longman,1990,447 pages
[Lippman96] Inside the C++ Object Model
Inside the C++ Object Model,by Stanley Lippman,Addison Wesley Longman,1996,280pages
深度探索C++物件模型,侯俊杰 译
层级四:设计观念的复用(C++/Patterns)
[Gamma95] Design Patterns:Elements of Reusable Object Oriented Software,
by Erich Gamma,Richard Helm,Ralph Johnson,and John Vlissides,Addison Wesley,1995395pages
设计模式,李英军等译,机械工业出版社,2000254页
[Alex2001]Modern C++ Design: Generic Programming and Design Patterns Applied
by Andrei Alexandrescu,Addison-Wesley,2001,352Paper
Genericity/STL系列:
第一个境界是使用STL:
[Josuttis99]:The C++ Standard Library -A Tutorial and Reference,by Nicolai MJosuttis,
Addison Wesley 1999799pages
第二个境界是了解泛型技术的内涵与STL的学理:
[Austern98]:Generic Programming and the STL -Using and Extending the C++ Standard
Template library,by Matthew HAustern,Addison Wesley 1998548page
第三个境界是扩充STL:
[Stepanov2001]:C++ Standard Template Library by PJPlauger,Alexander AStepanov,
Meng Lee,David RMusser,Prentice Hall 2001
这些就是你应该看的书,如果你想成为高手。
以下推荐供参考
C++程序设计语言(特别版)---c++八大金刚----Bjarne Stroustrup“C++之父”
C++ Primer (第3版)中文版----c++八大金刚---Stanley BLippman
C++ Primer (第4版)中文版----c++八大金刚---Stanley BLippman
C++标准程序库—自修教程与参考手册--c++八大金刚--Nicolai MJosuttis
C++语言的设计和演化-----c++八大金刚----Bjarne Stroustrup“C++之父”
深度探索C++对象模型---c++八大金刚----Stanley BLippman
Essential C++中文版---c++八大金刚---Stanley BLippman
Effective C++中文版 2nd Edition-----c++八大金刚------Scott Meyers
More Effective C++中文版----c++八大金刚------Scott Meyers
C++编程思想(第2版) 第1卷:标准C++导引--------Bruce Eckel
C++编程思想(第2版)第2卷:实用编程技术 --------Bruce Eckel
C++程序设计--------------------------谭浩强
C++ 程序设计教程(第2版)--------------钱能
C++ Primer Plus(第五版)中文版---Stephen Prata
广博如四库全书The c++ programming language、c++ Primer
深奥如山重水复Inside the c++ object model
程序库大全The c++ standard libray
工程经验之积累Effective c++、More Effective c++、Exceptional c++
c++八大金刚:
1、Essentital c++---lippman---C++之父,旁枝暂略,主攻核心,轻薄短小,初学者
2、The c++ programming language----C++之父,技术权威,用词深峻,思想深远,c++百科全书代表
3、c++ Primer----lippman---纵横书市十数年,c++最佳教本,c++百科全书代表。
4、Inside the c++ object model-----lippman----揭示c++底层,非常好,非常难。
5、Effective c++-----通过50个编程实例,展示专家经验,行文有趣,深处浅出。
6、More Effective c++----通过35个编程实例,展示专家经验,行文有趣,深处浅出。
7、The c++ standard libray---c++标准库的百科全书。
8、设计模式:可复用面向对象软件的基础
4、c
C程序设计语言(第2版·新版)---C语言“倚天屠龙双剑”---Brian WKernighan“C语言之父”
C Primer Plus中文版(第五版)--------C语言“倚天屠龙双剑”---Stephen Prata
C程序设计(第三版)---------------------------谭浩强
C语言大全(第四版)---------------------------HERBERT SCHILDT
C语言接口与实现:创建可重用软件的技术-------------DAVID RHANSON
C语言参考手册(原书第5版)--------------------------Samuel PHarbison
C程序设计教程---------------------------------HMDeitel/PJDeitel
C陷阱与缺陷-----------------------------------Andrew Koenig
int alphaetic(char c)
{
if((c>='a'&&c<='z')||(c>='A'&&c<='Z'))
return (1);
else
return (0);
}
//最长的一个单词
int longest(char string[])
{
int len=0,i,length=0,flag=1,place=0,point;
for(i=0;i<=strlen(string);i++)
{
if(alphaetic(string[i]))
{
//是字母flag表示最开始计数,当开始计数时,flag置为0;
if(flag)
{
//最开始的时候记录位置i
point=i;
flag=0;
len++;
}
else
{
len++;
}
}
//遇到非字母,记录一次最大的len,并将flag置为0,等待下一次计数
else
{
flag=1;
if(len>=length)
{
length=len;
//用place保存最大长度单词的开始位置
place=point;
len=0;
}
}
}
return (place);
}
void main2()
{
int i;
char line[100];
printf("Input one line:\n");
gets(line);
printf("\n The longest word is:");
for(i=longest(line);alphaetic(line[i]);i++)
printf("%c",line[i]);
printf("\n");
}
第一个 char lien[100]名字是不是应该为line
第二个point的赋值是不是应该以用i而不是1?、
第三个if和for循环最好用{},那样看起来舒服多了。
main2()是我用来调试的,你改成main就行了
这里有
>
对于初学C语言的人来说,使用VC++60编写简单的程序再合适不过了,那么我们一起来看一下怎么使用VC++60来创建,编写和运行一个简单的C语言程序吧。
01点击电脑左下角开始,运行VC++60程序。
02单击”文件“菜单项,选择子菜单”新建“,进入新建界面。
03由于早期学习只需要控制台应用程序,我们选择Win32 Console Application。
04选择空工程利于自己学习
05再新建C++ Source File(C++ 源文件) 。
06然后键入代码:#include <stdioh>int main ()<
printf ("Hello , world!n");return 0;
07最后按红色的感叹号或者按快捷键可直接编译连接并运行
08运行成功。
特别提示常见小问题:can not open file debug/exe
问题:执行Linkexe时出错,主要问题是计算机权限不足。
解决方案:右键桌面的vc快捷方式,点“兼容性”,勾选“以管理员身份运行”并应用
如果怎么都不能运行,那么就是你的工作空间创建在了vc默认的MyProjects工作区,这样会有很多问题。所以在创建工作空间的时候一定要选一个自己的文件夹,最好不要有中文。
我建议你买 谭浩强老师的1《C程序设计(第二版) 》清华大学出版社 ¥26;2《C程序设计题解与上机指导(第三版)》清华大学出版社 ¥21;3《C语言程序设计 》清华大学出版社 ¥24;4《C语言程序设计题解与上机指导》清华大学出版社 ¥20;等等想了解更多请进入 >
以上就是关于谁知道适合自学的C语言或者C++的书全部的内容,包括:谁知道适合自学的C语言或者C++的书、关于C程序设计题解与上机指导方针(第二版)、哪里能下载c语言程序设计(第二版)何钦铭.pdf啊等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)