E
English Teacher
Should I learn C first? Or can I go straight to C++ or C#?
Thanks in advance.
Thanks in advance.
English said:Should I learn C first? Or can I go straight to C++ or C#?
English Teacher said:Should I learn C first? Or can I go straight to C++ or C#?
Thanks in advance.
English said:Should I learn C first? Or can I go straight to C++ or C#?
English Teacher said:Should I learn C first?
Yes.
Or can I go straight to C++ or C#?
Yes.
Thanks in advance.
Micah said:Why the hell is this message cross-posted to newsgroups on
woodworking and photography? Follow-ups fixed; please desist from
posting to newsgroups which are not relevant to your question.
...
Should I learn C first? Or can I go straight to C++ or C#?
Thanks in advance.
lol maybe he needs to learn to C so he can take pictures and make a tableMicah said:Why the hell is this message cross-posted to newsgroups on
woodworking and photography? Follow-ups fixed; please desist from
posting to newsgroups which are not relevant to your question.
If you wish to learn C, then learn it. If your sole desire is to
learn C++ or C#, then you are much better off learning C++ or C#
without going through C first. In particular, if you learn C
hoping that it will give you a boost in your understanding of
C++, you are probably mistaken: you will have to unlearn several
things from C that have been changed in C++. Moreover, there are
things which are considered proper and correct in C that are
considered poor style in C++, and vice-versa; and both viewpoints
are often correct given the context of the separate languages.
In said:Why the hell is this message cross-posted to newsgroups on
woodworking and photography? Follow-ups fixed; please desist from
posting to newsgroups which are not relevant to your question.
If you wish to learn C, then learn it. If your sole desire is to
learn C++ or C#, then you are much better off learning C++ or C#
without going through C first. In particular, if you learn C
hoping that it will give you a boost in your understanding of
C++, you are probably mistaken: you will have to unlearn several
things from C that have been changed in C++. Moreover, there are
things which are considered proper and correct in C that are
considered poor style in C++, and vice-versa; and both viewpoints
are often correct given the context of the separate languages.
English said:Should I learn C first? Or can I go straight to C++ or C#?
Thanks in advance.
Micah said:Why the hell is this message cross-posted to newsgroups
on woodworking and photography?
Follow-ups fixed; please desist from posting to newsgroups
which are not relevant to your question.
If you wish to learn C, then learn it. If your sole desire is to
learn C++ or C#, then you are much better off learning C++ or C#
without going through C first. In particular, if you learn C
hoping that it will give you a boost in your understanding of
C++, you are probably mistaken: you will have to unlearn several
things from C that have been changed in C++. Moreover, there are
things which are considered proper and correct in C that are
considered poor style in C++, and vice-versa; and both viewpoints
are often correct given the context of the separate languages.
Thomas Matthews said:This person should be reported to their ISP for network abuse.
This issue has already been discussed in before. The
clue is
Please use your favorite search engine and search these
newsgroups before posting.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
Tony Spadaro said:No shirt Shitlock
If you didn't answer this crap it would dissapear. Programmers are
apparently both ignorant and arrogant.
Tony Spadaro said:No shirt Shitlock
If you didn't answer this crap it would dissapear. Programmers are
apparently both ignorant and arrogant.
Things are more complicated in the real world.
What kind of C++ programming do you intend to do? If it's supposed
to be limited to the high level of C++ (i.e. using classes already
implemented by other people), then there is little point in wasting
time learning C.
If you have to use C++ at its lowest level (i.e. you have to implement
your classes from scratch), few C++ tutorials provide enough coverage
of the low level C++ features (many of which are basically the same
as in C). This is where previous knowledge of C usually helps.
Should I learn C first? Or can I go straight to C++ or C#?
Thanks in advance.
Leicaddict said:C is dead. C++ is dying. C# is the future.
C is dead. C++ is dying. C# is the future.
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.