![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
1) Tons
2) Depends on the person, I guess. C++ is far more complex than C.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
|
|
#12 | |
|
Hobbyist Programmer
|
Quote:
|
|
|
|
|
|
|
#13 | |
|
Professional Programmer
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4
![]() |
Quote:
![]()
__________________
-Steven "Is this a piece of your brain?" - Basil Fawlty |
|
|
|
|
|
|
#14 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Quote:
__________________
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 |
|
|
|
|
|
|
#15 | |
|
Professional Programmer
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4
![]() |
Quote:
My favourite was: " Hi, I'm John Doe Jr. I am 14 years old and I know Perl, PHP, HTML, Java, C, C++, Basic, Fortran, Pascal, Ada, SmallTalk, Lisp/Scheme, Python, Modula, Algol, Simula, Haskell, Forth, Curry, Prolog, SQL, Tcl,..... ..... Sed and Awk. Now I am getting bored, and want to learn another language. Which one should I learn now? "
__________________
-Steven "Is this a piece of your brain?" - Basil Fawlty |
|
|
|
|
|
|
#16 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Even if one knows two languages absolutely fluently, it takes a day to shift the brain gears from one to the other, semantically and syntactically, when one moves from one to the other between serious projects involving professional usage. I grant you that I "wrote" my first Python program in about 5 minutes. It said, "Hello, David." I STILL don't "know" Python.
__________________
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 | ||
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Quote:
Quote:
![]() |
||
|
|
|
|
|
#18 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
In addition to learing whatever technical skills you're currently learning, you need to learn how those skills are actually used in the real world (if you're planning a professional career and not just a hobby). I don't know Cerulean, but my take is that he has the bottom-line outlook for the current level of technology that makes him a valuable employee. Thirty years ago C++ and the STL or Python, or whatever, could not be put on the machines of the day. There weren't enough resources affordable to do it. Today you cannot afford to do otherwise. I see people claiming that they'll do nothing but write in assembler. An absolutely MINISCULE number of programmers, percentage-wise, will be paid to write assembly code. A coder can write a given number of working lines of code in a day, more or less, regardless of the language. The number of lines in a high level language produces an order of magnitude more running code than the same number of lines in a low level language. Put yourself in the position of the guy with the wallet who wants to add money, not throw it away, and lay your plans accordingly.
__________________
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 |
|
|
|
|
|
#19 |
|
Hobbyist Programmer
Join Date: May 2005
Location: ma
Posts: 130
Rep Power: 4
![]() |
if you familar with and understand some of the concepts of C you've been reading about like arrays and for loops, while loops, if else statements etc. you'll have an easier time because those same concepts exist in C++ as well. the hardest part is that you'll have to learn about object oriented programming and some concepts for that will take awhile to grasp. good luck.
|
|
|
|
|
|
#20 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
C++ is, with some exceptions, a superset of C. If you write C from your knowledge of C++ the compiler will almost always tell you where you strayed so you can fix it. It's tougher to go the other direction.
__________________
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|