forked from richelbilderbeek/travis_cpp_tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
travis_cpp_tutorial.bib
91 lines (78 loc) · 2.08 KB
/
travis_cpp_tutorial.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@book{sutter_and_alexandrescu2004,
title={C++ coding standards: 101 rules, guidelines, and best practices},
author={Sutter, Herb and Alexandrescu, Andrei},
year={2004},
publisher={Pearson Education}
}
@book{lakos1996large,
title={Large-scale C++ software design},
author={Lakos, John},
volume={10},
year={1996},
publisher={Addison-Wesley Reading}
}
@book{siek2001boost,
title={Boost Graph Library: User Guide and Reference Manual, The},
author={Siek, Jeremy G and Lee, Lie-Quan and Lumsdaine, Andrew},
year={2001},
publisher={Pearson Education}
}
@misc{martin2005joint,
title={Joint strike fighter air vehicle c++ coding standards for the system development and demonstration program},
author={Martin, Lockheed},
year={2005},
publisher={Document}
}
@book{stroustrup1997,
title={The C++ Programming Language (3rd edition)},
author={Stroustrup, Bjarne},
year={1997},
ISBN={0-201-88954-4}
}
@book{stroustrup2013,
title={The C++ Programming Language (4th edition)},
author={Stroustrup, Bjarne},
year={2013},
ISBN={978-0-321-56384-2}
}
@misc{cpp_faq_lite,
title={C++ FAQ Lite},
author={Cline, Marshall},
year={1996}
}
@book{mcconnell2004code,
title={Code complete},
author={McConnell, Steve},
year={2004},
publisher={Pearson Education}
}
@book{liberty2001sams,
title={Sams teach yourself C++ in 24 hours},
author={Liberty, Jesse},
year={2001},
publisher={Sams Publishing}
}
@book{meyers2005effective,
title={Effective C++: 55 specific ways to improve your programs and designs},
author={Meyers, Scott},
year={2005},
publisher={Pearson Education}
}
@book{hollingworth2000cpp_builder_dev_guide,
title={C++ Builder 5 Developer's Guide with Cdrom},
author={Hollingworth, Jarrod and Swart, Bob and Allsop, Jamie},
year={2000},
publisher={Sams}
}
@book{cline1998cpp_faqs,
title={C++ FAQs},
author={Cline, Marshall P and Lomow, Greg and Girou, Mike},
year={1998},
publisher={Pearson Education}
}
@article{eckel2002thinking_cpp,
title={Thinking in C++, Volume 1},
author={Bruce, Eckel},
year={2002},
publisher={Prentice Hall}
}