473,398 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Good Tutorial

Hi All,

I learned C++ long time ago and now I want to review all of its
details in a short time like a week. I wonder if there is a good
tutorial you know which I can read for this purpose. Thanks a lot.

Feb 3 '07 #1
2 2077
* sara:
>
I learned C++ long time ago and now I want to review all of its
details in a short time like a week. I wonder if there is a good
tutorial you know which I can read for this purpose. Thanks a lot.
The tutorial at <url: http://www.cplusplus.comis probably not bad.
There used to be a bad tutorial at that site. The current one, although
I've just skimmed it, looks like it's a good, concise overview of C++
features -- but very short on how to use and not use those features.

In contrast, my own never-finished tutorial (unfortunately the only one
linked to by the FAQ) is short on discussion of features but long on how
to use and not to use the features discussed.

Anyway, keep in mind that e.g. [comp.lang.c++.moderated] is a very old
newsgroup but still going very strong with new topics all the time. So
you may manage to get an impression of C++ features in a week. But
you'll never master the complete language: it's still evolving just
about as fast as anyone can keep up, and new problems with it and new
ways of using it are discovered every week -- so, good luck! <g>

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Feb 3 '07 #2
The tutorial at <url:http://www.cplusplus.comis probably not bad.
There used to be a bad tutorial at that site. The current one, although
I've just skimmed it, looks like it's a good,
i had a look at that tutorial, at this page: http://www.cplusplus.com/
doc/tutorial/arrays.html
the author has this programme for creating an Array:

#define WIDTH 5
#define HEIGHT 3

int jimmy [HEIGHT][WIDTH];
int n,m;

int main ()
{
for (n=0;n<HEIGHT;n++)
for (m=0;m<WIDTH;m++)
{
jimmy[n][m]=(n+1)*(m+1);
}
return 0;
}

look at those 1st 2 lines, the macros, macros in C++ :-( i think it
shows that author is not using "real C++", he is using C in C++. this
is from Stroustrup (section 7.8):

"the first rule about macros is - Dont' use them unless you have
to ."

Stroustrup does not agree on using macros, unless one has to, he
prefers and advises the use of "const" instead.

In contrast, my own never-finished tutorial (unfortunately the only one
linked to by the FAQ) is short on discussion of features but long on how
to use and not to use the features discussed.
i really think you need to complete your C++ tutorial. that will be
much helpful to lots of people out here & there :-)
Anyway, keep in mind that e.g. [comp.lang.c++.moderated] is a very old
newsgroup but still going very strong with new topics all the time. So
you may manage to get an impression of C++ features in a week.
Hey Alf, good advice & you are right here :-)
But
you'll never master the complete language: it's still evolving just
about as fast as anyone can keep up, and new problems with it and new
ways of using it are discovered every week -- so, good luck! <g>
WOW
-- arnuld
http://arnuld.blogspot.com

Feb 4 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

52
by: Tony Marston | last post by:
Several months ago I started a thread with the title "What is/is not considered to be good OO programming" which started a long and interesting discussion. I have condensed the arguments into a...
12
by: D. Layman | last post by:
Hello group, After quite a long time of consideration, I'v finally decided to switch from Java to C. Given the condition that almost without any knowledge on C and 3 years expereince on java, ,...
6
by: William Foster | last post by:
Does anyone know of a good online tutorial for C# focused on beginners. I have been to many great sites like csharpfriends, csharp-corner etc looking for good tutorials and have had no luck. Any...
10
by: Harley | last post by:
Hello, I was VERY blessed with a Christmas gift of visual studio .net from a man I hardly know who had heard of my plans of software developement. So I am probably the only person in the world who...
3
by: Roy Smith | last post by:
My wife wants to learn Python. Can anybody suggest a good tutorial for her to read? She's a PhD molecular biologist who is a pretty advanced Unix user. She mucks about with Perl scripts doing...
2
by: ppuniversal | last post by:
Hello, Can someone tell a good Tutorial on Network Programming in C++, except Beej's Guide and Vijay Mukhi's tutorials. I want to make a Client Server application in C++ which will involve...
8
by: At_sea_with_C | last post by:
Hello, I'm considering reading some C tutorials. I found this one. http://www.crasseux.com/books/ctutorial/ (The GNU C Programming Tutorial) Can anyone tell me if it is good or not? Also do...
4
by: Jim Aikin | last post by:
I'd like to learn JavaScript while sitting in my easy chair with my laptop on my lap. Option 1: Buy a wireless router so I can access the plethora of online- only tutorials from anywhere in the...
75
by: Amkcoder | last post by:
http://amkcoder.fileave.com/L_BitWise.zip http://amkcoder.fileave.com/L_ptr2.zip
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.