Expect your comments

R

Rolf Magnus

pandi said:
Here, I've designed syllabus for C and C++.
This will be helpful for beginners and intermediator.

I guess you mean "intermediate", not "intermediator".
Please visit here:

http:\\gkpandiblogs.blogspot.com
http:\\www.blogs.krify.com/ccplusworld

And tell your comments.

Your links are broken.
With the corrected link, I see:
Lesson 18 : The void main function

The function main must never return void.

Another thing:
Lesson 27 : Working with break and continue statements
Lesson 28 : The ‘for’ loop
Lesson 29 : Understanding ‘while’ loop
Lesson 30 : The ‘do…while’ loop

That order seems wrong. How do you explain continue if you haven't talked
about loops?
Chapter 9 seems to be out of order, too.

I'm wondering. What do you mean by "Lesson 48 : Nesting of Member Functions"
and "Lesson 52 : Dynamic Constructors"? What's a dynamic constructor?

In Chapter 13, you should also talk about the copy assignment operator and
the Rule of Three.

Chapter 15 looks strange to me. What does the friend keyword have to do with
inheritance? That chapter should be about inheritance only. There are
enough points for that.

Quite some parts of C++ are missing entirely, like templates, exceptions,
most of the C++ standard library, operator overloading, const correctness.
Some of those are much more important than things like inline functions or
the setfill manipulator.

Some issues about the wording: Sometimes, you write "menber functions",
sometimes you call them "methods". Stick with "member functions", since
that's what the C++ standard calls them. The term "method" is misleading,
since people mean different things by it.
Lesson 55 : Static Members
Lesson 56 : Static Member function

A member function is also a member. You should call lesson 55 "Static Data
Members". Lesson 47 should be renamed accordingly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,197
Messages
2,571,040
Members
47,635
Latest member
SkyePurves

Latest Threads

Top