From a6ed51b8192b37a78783267a2788e8b15ed1104f Mon Sep 17 00:00:00 2001 From: Jesus Hilario Date: Fri, 3 Mar 2017 12:43:26 -0600 Subject: [PATCH] Update README.md --- README.md | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 8046522..5df9cf4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ## C++ +Hey y'all, most of these examples come from my learning through Tony Gaddis, "Starting Out With C++", 8th Edition. Feel free to use!! Thanks + +Here is an example of what you'll see... in these examples. ```C++ //*********************************************** // This program calculates the user's pay. @@ -30,39 +33,3 @@ int main() return 0; } ``` - -You can find the direct link to all the code [here](https://github.com/jesushilariohernandez/DelMarCSi.cpp), found on github. - -If you find these files at all helpful, please feel free to star this [repository](https://github.com/jesushilariohernandez/DelMarCSi.cpp). Also feel free to create a pull request as well! - -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/jesushilariohernandez/DelMarCSi.cpp/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.