|
|
2010-06-27
, 19:29
|
|
Posts: 521 |
Thanked: 296 times |
Joined on Sep 2009
|
#12
|
Do you code in C++? Do you know C++?
I'm about to return to school, and seriously looking into getting another degree but this time in CompSci and looking at C++ as my focus.
Problem is, I've only dabbled at coding, never seriously wrote anything, or ever fully loaded anything into a compiler, let alone tried to debug anything.
How would one determine if coding is right for you? If you found out, how did you learn that it was the thing for you?
|
|
2010-06-27
, 19:30
|
|
Posts: 96 |
Thanked: 55 times |
Joined on Apr 2010
@ İstanbul - Turkey
|
#13
|
I'd not go to say that far out. Programming is not exactly science but at least 80% science.
You don't know data structure, OS, compiler theories,... how do you program? Schools help you with that. Programming languages reflect ways of thinking. Some prefers procedural, some not.
To me, common sense helps you the most. You have to know anything exists because there is a reason behind. Go to school, learn, and practice.
I actually learn better from reading books and exercising myself than listening to someone. But if anyone likes the latter more, Internet provides amazing solutions for them. Like:|
|
2010-06-27
, 19:35
|
|
|
Posts: 431 |
Thanked: 239 times |
Joined on Apr 2010
@ London
|
#14
|
C++ is just a language. Once you know one or two, you know them all with very little effort.
You can sit down and with a few google searches you can program in any new language in just a couple hours.
wmarone is correct though, that "programming" is 1/10th the work that actually goes on. Software engineering/architecture is another 60%. Probably the last 30% is spent researching and formulating solutions to problems.

| The Following User Says Thank You to devu For This Useful Post: | ||
|
|
2010-06-27
, 19:36
|
|
|
Posts: 1,716 |
Thanked: 3,007 times |
Joined on Dec 2009
@ Warsaw, Poland
|
#15
|
|
|
2010-06-27
, 19:55
|
|
|
Posts: 267 |
Thanked: 408 times |
Joined on May 2010
@ Austria
|
#16
|



| The Following User Says Thank You to Nathraiben For This Useful Post: | ||
|
|
2010-06-27
, 19:58
|
|
Posts: 222 |
Thanked: 205 times |
Joined on Jul 2009
@ Finland
|
#17
|
You don't know data structure, OS, compiler theories,... how do you program? Schools help you with that. Programming languages reflect ways of thinking. Some prefers procedural, some not.
|
|
2010-06-27
, 20:09
|
|
Posts: 222 |
Thanked: 205 times |
Joined on Jul 2009
@ Finland
|
#18
|
Slinging code without understanding what's going on can lead you into more than a few traps. If you can get an understanding on your own, more power to you. But actually studying it works better for most people.
|
|
2010-06-27
, 20:10
|
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#19
|
|
|
2010-06-27
, 20:21
|
|
Posts: 222 |
Thanked: 205 times |
Joined on Jul 2009
@ Finland
|
#20
|
| The Following User Says Thank You to vivainio For This Useful Post: | ||
You can sit down and with a few google searches you can program in any new language in just a couple hours.
wmarone is correct though, that "programming" is 1/10th the work that actually goes on. Software engineering/architecture is another 60%. Probably the last 30% is spent researching and formulating solutions to problems.