Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Aug 15, 2018
1 parent ee83d3e commit d6ca560
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ In this book, I want to focus on OOP from developers (programmer's) point of vie
The different implementations of OOP concepts in most object-oriented programming languages.
To this end, I will choose some programming languages, the free ones, to express that.

Though, this book is intended for programmers to learn how to link the OOP concepts with their chosen language, it gives a solution for lazy ones.
If you don't like programming so much, you can use Umbrello UML Modeller which can generate code for various languages.

So, "**Less talking, more coding**"


Expand All @@ -23,7 +20,7 @@ So, "**Less talking, more coding**"
Download the latest version from [HERE](https://github.com/kariminf/oop4coders/releases/latest).
There are two files:
* oop4coders_book_version.pdf : The book in pdf format
* oop4coders_codes_version.zip : The codes
* oop4coders_codes_version.zip : The codes

## License

Expand Down
25 changes: 20 additions & 5 deletions book/copyright.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
\newpage
\hrule
\chapter*{Copyright}
\begin{flushright}
{\Huge \textbf{Object-oriented programming for coders}}
\end{flushright}

\begin{center}
{\Huge \textbf{Object-oriented programming for coders}}
\end{center}


\noindent
2016, 2018 \textcopyright\ Abdelkrime Aries <\href{mailto://kariminfo0@gmail.com}{kariminfo0@gmail.com}> \\[0.5cm]
Expand All @@ -22,8 +24,6 @@ \chapter*{Copyright}
Project URL: \url{https://github.com/kariminf/oop4coders}

\vspace{1cm}
\noindent
August 1st, 2018: \hspace{2cm} Draft Edition (version 0.1)

\scriptsize %\tiny
\vspace{1cm}
Expand Down Expand Up @@ -67,6 +67,21 @@ \chapter*{Copyright}
\end{itemize}
\end{description}
\normalsize

% ===================================================
% VERSIONS
% ===================================================
\newpage

{\LARGE Versions}

\noindent
\begin{itemize}
\item August 1st, 2018: \hspace{2cm} Draft Edition 1 (version 0.1)
\item August 15th, 2018: \hspace{2cm} Draft Edition 2 (version 0.2)
\end{itemize}


%=====================================================================
\ifx\wholebook\relax\else
% \cleardoublepage
Expand Down

0 comments on commit d6ca560

Please sign in to comment.