![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
You seem to be a fast learner. You dumped the crappy orange text right away
.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#12 |
|
Programmer
Join Date: Oct 2005
Posts: 56
Rep Power: 3
![]() |
haha..just was trying it out ..=)
|
|
|
|
|
|
#13 |
|
The Supreme Ruler
![]() Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6
![]() |
I haven't done much with Python, but most people say Python's a great language to start with. Java is good too; if you want to learn C++, Java's syntax is pretty similar to that of C++s, but it's a bit more simplified.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower |
|
|
|
|
|
#14 |
|
Programming Guru
![]() Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5
![]() |
A lot of people seem to be asking which programming language is best to learn first. Python, Java or C# are good choices to learn first. Then you can go for any other language after that.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates |
|
|
|
|
|
#15 |
|
Hobbyist Programmer
Join Date: Aug 2005
Posts: 137
Rep Power: 3
![]() |
I found learning C first really helps in learning C++ later on since it's built on the language. Learning C helps build very good programming habits and many other languages (ie: Perl) resemble C syntax so it will make syntax learning come quickly.
|
|
|
|
|
|
#16 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I could question the previous post. Instead I'll just challenge you to write some small program in C that can't be written as simply, and with the same level of knowledge, in C++.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#17 | |
|
Hobbyist Programmer
Join Date: Aug 2005
Posts: 137
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#18 |
|
Hobbyist Programmer
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 3
![]() |
I'll second (or third, or whatever) the python recommendations. It rocks, plain and simple. Learn it.
|
|
|
|
|
|
#19 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
This question comes up a LOT, so I want to pursue this one aspect of it (C vs C++). Please don't presume that it's picking on you. You have put forth a position I fail to understand, so it's your job to explain a bit.
It's easy to understand why people recommend Python or PHP or something else. The languages are different. I also realize that you think your learning of C, first, was beneficial. Instead of challenging you, I'll attempt to get an answer in a different way. What did you learn in C, that was so beneficial, that you couldn't have learned in C++, with the same effort? That's a germane question, and addresses the OP's concerns. Obviously, I personally didn't learn C++ first. It didn't exist. I can't be saying, "I did it, and it worked for me." I'm saying what you need to learn is as easily learned in C++ as it is in C. One of my reasons for saying that is that C++ is very nearly (not quite) a superset of C. What you learned in C is mostly available for learning in C++, in exactly the same way. I'm trying to get you to explain, for everyone's benefit, why that isn't so.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#20 | |
|
Programming Guru
![]() Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5
![]() |
Quote:
To get back to the point, I don't see the benefit of learning C first either. Learn Python, Java or C# for good programming habits. You must understand that C is not even OO, which you will find very handy when developing large programs. Most programming languages are designed for a purpose, find out what your needs are or what you want, and go for the language that meets those needs.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|