X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2Fgeneral-introduction;h=93f3a597514cd41ec8719f5eea919a881e1b7c6e;hb=b4adc85632c9ed2631b5fdec961ee75eb5ebd3bf;hp=b7117affb5be8b15fc862faf2f062a4655f2e73b;hpb=e2eef35261806600db6f283b2445a0e1bccf0153;p=bertos.git diff --git a/doc/general-introduction b/doc/general-introduction index b7117aff..93f3a597 100644 --- a/doc/general-introduction +++ b/doc/general-introduction @@ -12,7 +12,8 @@ BeRTOS uses object oriented programming concepts for the base interfaces. If used in the right way, OOP elegantly solves a broad range of problems linked with the creation of common and reusable interfaces that allow you to save development time and precious memory space. -Have a look at KFile tutorial on BeRTOS web site for +Have a look at +KFile tutorial on BeRTOS web site for a more complete introduction to object oriented programming.

OOP in C