Skip to content

Commit bb985ee

Browse files
authored
Update README.md
1 parent da45459 commit bb985ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Underdevelopment
2-
31
# C++ Programming Tutorial in Chemistry
42
This tutorial is intended to touch on many, but certainly not all, of the fundamentals of C++ programming with an emphasis on quantum chemistry. Although I hope this section will get you started, it is not a substitute for a more complete reference manual. For more C++ language details, you may find the standard text by Josuttis [buy it](http://www.amazon.com/C-Standard-Library-Tutorial-Reference/dp/0201379260) useful or, for VT users, get it [on-line from the campus library](http://proquest.safaribooksonline.com/0201379260) or a decent on-line tutorial such as [this one](http://www.cplusplus.com/doc/tutorial/) or [this one](http://www.cprogramming.com/tutorial.html).
53

@@ -26,7 +24,7 @@ git clone [email protected]:CrawfordGroup/ProgrammingProjects.git
2624
```
2725
Now you should see a directory called `ProgrammingProjects` inside you will find all of the files that you can see on github.
2826

29-
# The Fundamentals (Updated: 29 August 2014)
27+
# The Fundamentals
3028
- [An Initial Example](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/An-Initial-Example)
3129
- [What is a "Compilation"](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/What-is-a-%22Compilation%22%3F)
3230
- [Code Comments](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/Code-Comments)

0 commit comments

Comments
 (0)