C++ review for Symbian OS Programming
We need to have good C++ programming knowledge to start with Symbian OS programming, here we show some examples.
- Pointer and references
- Classes, composition and inheritance
- Usages of static and virtual keyword
- Template and thin template
- Overloading and overriding
- Exception and call stack
This chapter describes what is pointer, constant pointer, reference, passing by value, pointer and reference in details.
This chapter describes details about classes, its inheritances, encapsulations etc
C++ static keyword plays important role in object creation on heap in Symbian OS, know more in this chapter
Describes details about template and thin template, how to use them with example
What are differences between overloading and overriding? How to overload operator?
What is exception? How exception is propagated in call stack is discussed with example
When we are familiar with the above topics we are ready to start with Symbian OS programming, please browse these examples and explanation. If something is not clear you could contact us at support@hemelix.com for free. If you want to use the contact form, don't forget to select the category. Please select tutorial when using the contact form
Please, notice that the use of the contact form is only for the registered users.
