Skip to content

Commit d6ca560

Browse files
committed
version 0.2
1 parent ee83d3e commit d6ca560

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ In this book, I want to focus on OOP from developers (programmer's) point of vie
1212
The different implementations of OOP concepts in most object-oriented programming languages.
1313
To this end, I will choose some programming languages, the free ones, to express that.
1414

15-
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.
16-
If you don't like programming so much, you can use Umbrello UML Modeller which can generate code for various languages.
17-
1815
So, "**Less talking, more coding**"
1916

2017

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

2825
## License
2926

book/copyright.tex

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
\newpage
1010
\hrule
1111
\chapter*{Copyright}
12-
\begin{flushright}
13-
{\Huge \textbf{Object-oriented programming for coders}}
14-
\end{flushright}
12+
13+
\begin{center}
14+
{\Huge \textbf{Object-oriented programming for coders}}
15+
\end{center}
16+
1517

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

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

2828
\scriptsize %\tiny
2929
\vspace{1cm}
@@ -67,6 +67,21 @@ \chapter*{Copyright}
6767
\end{itemize}
6868
\end{description}
6969
\normalsize
70+
71+
% ===================================================
72+
% VERSIONS
73+
% ===================================================
74+
\newpage
75+
76+
{\LARGE Versions}
77+
78+
\noindent
79+
\begin{itemize}
80+
\item August 1st, 2018: \hspace{2cm} Draft Edition 1 (version 0.1)
81+
\item August 15th, 2018: \hspace{2cm} Draft Edition 2 (version 0.2)
82+
\end{itemize}
83+
84+
7085
%=====================================================================
7186
\ifx\wholebook\relax\else
7287
% \cleardoublepage

0 commit comments

Comments
 (0)