473,396 Members | 1,942 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,396 software developers and data experts.

I need an understanding of what C++ is good for -Thanks

RAY
Hi ,

my boss has asked I sit in on an interview this afternoon and that I create
some interview questions on the person's experience.

What is C++ used for and why would a company benefit from someone who could
use it?

I would like you guys/and gals to give me some good questions & the correct
answers so I can give this person a good review for my boss.

Thank you very much!
-J
Jul 22 '05 #1
29 2955
RAY wrote:
My boss has asked I sit in on an interview this afternoon
and that I create some interview questions on the person's experience.

What is C++ used for
and why would a company benefit from someone who could use it?


This would be a *very* good question to ask your candidate.

May we assume that you are interviewing a C++ programmer?

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.

Assuming that you understand your company's business better than C++,
describe some [simple] problem that your company has
that might be solved by applying computer technology
and ask you candidate to propose a solution using C++
or whatever language/software package
that the candidate deems appropriate.

You should very quickly know whether you should hire this person or not.

Jul 22 '05 #2

"E. Robert Tisdale" <E.**************@jpl.nasa.gov> wrote in message
news:40************@jpl.nasa.gov...

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.


Really... you'd expect them to "pick up" C++ in a few weeks.... OK.
Jul 22 '05 #3
RAY wrote:
my boss has asked I sit in on an interview this afternoon and that I create
some interview questions on the person's experience.

What is C++ used for and why would a company benefit from someone who could
use it?


Why would you care if someone you want to hire knows something about C++
if you aren't doing anything with C++? Or are you hiring someone to
write some software and they are proposing to use C++?
Jul 22 '05 #4

"jeffc" <no****@nowhere.com> wrote in message
news:40********@news1.prserv.net...

"E. Robert Tisdale" <E.**************@jpl.nasa.gov> wrote in message
news:40************@jpl.nasa.gov...

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.


Really... you'd expect them to "pick up" C++ in a few weeks.... OK.


I just can't get over how ridiculous this is. It's like calling the ability
to perform laser surgery a "low level skill" - one that you'd never ask a
doctor about before hiring him. As long as he, like, knows all about body
parts, 'n' stuff.
Jul 22 '05 #5

"jeffc" <no****@nowhere.com> wrote in message
news:40********@news1.prserv.net...

"jeffc" <no****@nowhere.com> wrote in message
news:40********@news1.prserv.net...

"E. Robert Tisdale" <E.**************@jpl.nasa.gov> wrote in message
news:40************@jpl.nasa.gov...

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.
Really... you'd expect them to "pick up" C++ in a few weeks.... OK.


I just can't get over how ridiculous this is. It's like calling the

ability to perform laser surgery a "low level skill" - one that you'd never ask a
doctor about before hiring him. As long as he, like, knows all about body
parts, 'n' stuff.


It's not so ridiculous! I actually tend to agree with Mr. Tisdale on this.
A truly good programmer should be able to pick up a new language rather
easily. Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer" in a few weeks,
but I would certainly expect him/her to be able to modify/maintain existing
code within that timeframe. Being a good programmer, in my book, includes
that ability. Critical thinking, problem solving, design, and being able to
work with the available tools...these are areas that make a good programmer.
(That's why good colleges don't concentrate on teaching a specific language,
but instead teach a broad spectrum of data structures, mathematics,
operating systems, hardware, etc.) If you can program well in Java, but
would have trouble programming in, say C++ or Pascal, then you're not really
a good programmer, you're just an experienced Java programmer.

Regarding your anaology, I'd say that's not accurate. A good surgeon, given
a few weeks training in the use of a laser surgery device, should be able to
do laser surgery. That's a better analogy, I think, and it applies equally
as well to a good programmer being able to use a new tool, such as C++.
-Howard


Jul 22 '05 #6
RAY
Thank you these are all great points from different angles -

So from what I gather, if you are going to put on your resume that you "have
5 years of C++ Beginner 1 experience" I could asset that this canidate
would possibly be able to pickup on/program say XML & Java? The person says
they have 3yrs exper in Intermediate Visual Basic.

Do these two programming languages work hand in hand, might this experience
be stretching the truth and/or are these two vary different and a great
quality that this person can use both?

How do I (as a non-programmer) know if the person's answers are true or if
they are stretching for answers (in the unknown)?

Thanks,
"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...

"jeffc" <no****@nowhere.com> wrote in message
news:40********@news1.prserv.net...

"jeffc" <no****@nowhere.com> wrote in message
news:40********@news1.prserv.net...

"E. Robert Tisdale" <E.**************@jpl.nasa.gov> wrote in message
news:40************@jpl.nasa.gov...
>
> Personally, I would *never* even ask a candidate
> whether they programmed in C++ or not.
> Programming is a low level skill
> which I would expect the candidate to "pick up"
> in the first few weeks on the job.

Really... you'd expect them to "pick up" C++ in a few weeks.... OK.
I just can't get over how ridiculous this is. It's like calling the

ability
to perform laser surgery a "low level skill" - one that you'd never ask a doctor about before hiring him. As long as he, like, knows all about body parts, 'n' stuff.


It's not so ridiculous! I actually tend to agree with Mr. Tisdale on

this. A truly good programmer should be able to pick up a new language rather
easily. Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer" in a few weeks,
but I would certainly expect him/her to be able to modify/maintain existing code within that timeframe. Being a good programmer, in my book, includes
that ability. Critical thinking, problem solving, design, and being able to work with the available tools...these are areas that make a good programmer. (That's why good colleges don't concentrate on teaching a specific language, but instead teach a broad spectrum of data structures, mathematics,
operating systems, hardware, etc.) If you can program well in Java, but
would have trouble programming in, say C++ or Pascal, then you're not really a good programmer, you're just an experienced Java programmer.

Regarding your anaology, I'd say that's not accurate. A good surgeon, given a few weeks training in the use of a laser surgery device, should be able to do laser surgery. That's a better analogy, I think, and it applies equally as well to a good programmer being able to use a new tool, such as C++.
-Howard


Jul 22 '05 #7
RAY wrote:
How do I (as a non-programmer) know if the person's answers are true?
Or if they are stretching for answers (in the unknown)?


You don't.
You are a dishonest person so you suspect everyone else.
You don't know anything about C++ so you can't judge.
Stick to topics that you know something about
so that you can judge the candidate --
unless, of course, you have you boss fooled
and don't know anything about the business at all.

The right candidates should be able to tell you
how they can solve your problems.
And if they can convince you of that,
they can easily pick up C++ or whatever [language] is required.
If they can't, it doesn't matter how well they know C++.
They won't be able to help you.

Jul 22 '05 #8

"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...

It's not so ridiculous! I actually tend to agree with Mr. Tisdale on this. A truly good programmer should be able to pick up a new language rather
easily. Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer" in a few

weeks...

Exactly, which is why it's ridiculous not to ask about C++ programming.
Jul 22 '05 #9

"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...

Regarding your anaology, I'd say that's not accurate. A good surgeon, given a few weeks training in the use of a laser surgery device, should be able to do laser surgery.


If you have a position for a laser surgeon, then it would be even more
ludicrous to hire just any doctor and hope he "picks it up", rather than
hiring an expert with extensive experience. Ridiculous. I can't believe
I'm hearing this.
Jul 22 '05 #10

"jeffc" <no****@nowhere.com> wrote in message
news:40********@news1.prserv.net...

"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...

It's not so ridiculous! I actually tend to agree with Mr. Tisdale on

this.
A truly good programmer should be able to pick up a new language rather
easily. Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer" in a few

weeks...

Exactly, which is why it's ridiculous not to ask about C++ programming.

Well, that's where I disagree with you. I'd rather have a truly good
programmer with little or no C++ experience than a mediocre C++ programmer.

In an interview, I'd ask questions related to programming in general
(although I'm not sure the OP knows anything about that subject in the first
place), and about problem solving, and about the projects they've worked on
(regardless of the language) and what problems they had and how those were
solved, etc. That's how to get a feel for whether someone's a good
programmer or not, as opposed to asking them specifics like what's the
size_t type for, or what would happen if you executed some bizarre line of
code full of pre- and post-increments, etc.

The best programmer we had on our team at my last job (except perhaps me
:-)) had no experience whatsoever programming in Delphi (Pascal), which was
what we were using. We had him doing QA for our team for a few weeks,
including some code walkthrough stuff. In a few months, he turned out to be
the most productive member of our team. He even taught me stuff about a
language I thought I knew quite well. If we'd rejected him because he
wasn't a Delphi programmer, we'd have missed out on having a truly awesome
team member, and our final products would not have been anywhere near as
good.

-Howard
Jul 22 '05 #11
RAY wrote:
my boss has asked I sit in on an interview this afternoon and that I create some interview questions on the person's experience.

What is C++ used for
C++ is used for very large systems, such as a database or an OS, and for
extensions to those systems.

It is not good for the majority of the situations that most people here -
including me - use it for. It's not good for GUIs, small apps, or the glue
between apps. Plenty of language systems make writing those things easier,
but
and why would a company benefit from someone who could
use it?


A company that actually needs C++ would benefit from someone with the
experience needed to write it without the endless low-level bugs that
newbies create with it.

Now about your interviews. If I were a good fit for your job, you all still
might not be qualified to interview me. Someone who answers like this
newsgroup did might still not qualify, and someone who gives an excellent
answer might get bounced.

Focus on the problem y'all need solved. That's what I prefer my interviewers
do, so I needn't beat around the bush or guess at it.

--
Phlip
http://www.xpsd.org/cgi-bin/wiki?Tes...UserInterfaces
,
Jul 22 '05 #12

"jeffc" <no****@nowhere.com> wrote in message
news:40********@news1.prserv.net...

"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...

Regarding your anaology, I'd say that's not accurate. A good surgeon, given
a few weeks training in the use of a laser surgery device, should be

able to
do laser surgery.


If you have a position for a laser surgeon, then it would be even more
ludicrous to hire just any doctor and hope he "picks it up", rather than
hiring an expert with extensive experience. Ridiculous. I can't believe
I'm hearing this.


Speaking of ludicrous! Did I say "just any doctor", or that he or she would
just "pick it up"? No, I said a "good surgeon, given a few weeks training"!

Do you actually work in the real world? Many organizations retrain staff
from their own organization for specific tasks rather than try to hire an
unknown just because that unknown claims x number of years with the specific
tool or skill. And I'd bet any good manager would much rather have a truly
good programmer with little or no C+ experience than an average programer
with a few years C++ experience. Now, if an applicant meets BOTH
requirements, then you've struck gold!

As for interview questions, I'd ask C++ questions if the applicant claimed
C++ experience. I'd ask other questions if they claimed other experience.
The key is to find a good programmer, a good thinker, a good designer, and a
good team member. The specifics of any given language are far less
important than finding someone who can truly help solve your company's
specific problems.

-Howard
Jul 22 '05 #13
Howard <al*****@hotmail.com> spoke thus:
Well, that's where I disagree with you. I'd rather have a truly good
programmer with little or no C++ experience than a mediocre C++ programmer.


What if his language is FORTRAN? Or COBOL?

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Jul 22 '05 #14

"Christopher Benson-Manica" <at***@nospam.cyberspace.org> wrote in message
news:c6**********@chessie.cirr.com...
Howard <al*****@hotmail.com> spoke thus:
Well, that's where I disagree with you. I'd rather have a truly good
programmer with little or no C++ experience than a mediocre C++
programmer.
What if his language is FORTRAN? Or COBOL?

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.


Ok...what if it is? Is he good at it? I'd probably have trouble getting
much out of an interview with a COBOL programmer, admittedly, seeing as how
it's so different in its very nature from C++, Pascal, BASIC or FORTRAN (the
ones I'm most familiar with). So I'd probably talk about problem solving in
general, projects they've worked on, etc. I certainly wouldn't refuse to
interview them just because they used a different language in the past.
Unless of course I had such a wide pool of applicants to choose from that I
could truly afford to be so picky, which isn't likely in my experience.

-Howard
Jul 22 '05 #15
"Howard" <al*****@hotmail.com> wrote
It's not so ridiculous! I actually tend to agree with Mr. Tisdale on this.
You and Mr. Tisdale both are in disagreement with reality.
A truly good programmer should be able to pick up a new language rather
easily.
It's a repeatedly demonstrated and well-accepted fact that it takes a good,
experienced programmer an average of 6 months to become proficient in C++.
Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer"
in a few weeks,
Who, in their right mind, would hire someone who isn't going to be a good
programmer?
but I would certainly expect him/her to be able to modify/maintain
existing code within that timeframe.
Then your expectations are absurd. One can't properly maintain code in a
language that they don't understand. I've seen far too many examples of
intelligent and competent Java programmers who introduced all sorts of mayhem
(not the least of which were dozens of memory leaks) into C++ applications they
were asked to maintain.
Being a good programmer, in my book, includes that ability.
Critical thinking, problem solving, design,
It _includes_ those. It's not limited to them.
and being able to work with the available tools...
You can't use a tool you don't understand.
(That's why good colleges don't concentrate on teaching a specific
language, but instead teach a broad spectrum of data structures,
mathematics, operating systems, hardware, etc.)
To paraphrase Spock, "Fundamentals are the beginning of competence, not the
end."
If you can program well in Java, but would have trouble
programming in, say C++ or Pascal, then you're not really
a good programmer, you're just an experienced Java programmer.


Total, absolute, and unadulterated BULL. Tools and paradigms take time to learn
well. When they're not well understood, they're just dangerous.

Claudio Puviani
Jul 22 '05 #16
Howard <al*****@hotmail.com> spoke thus:
Ok...what if it is? Is he good at it? I'd probably have trouble getting
much out of an interview with a COBOL programmer, admittedly, seeing as how
it's so different in its very nature from C++, Pascal, BASIC or FORTRAN (the


IM(extremely)HO, hiring a COBOL programmer to do C++ is more likely to
result in COBOL-style C++ (perish the thought!) than anything else.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Jul 22 '05 #17

"Claudio Puviani" <pu*****@hotmail.com> wrote in message news:NUfhc.74178>
Total, absolute, and unadulterated BULL.


I see no reason to talk to me like this. You make some good points, but
they are drowned out by this kind of comment. This is hardly the way to
conduct a reasoned discussion, is it? And my opinion, regardless of what
your opinion is, is perfectly valid, not "unadulterated BULL". Either
discuss things civilly, or don't discuss them.

-Howard
Jul 22 '05 #18

"Christopher Benson-Manica" <at***@nospam.cyberspace.org> wrote in message
news:c6**********@chessie.cirr.com...
Howard <al*****@hotmail.com> spoke thus:
Ok...what if it is? Is he good at it? I'd probably have trouble getting much out of an interview with a COBOL programmer, admittedly, seeing as how it's so different in its very nature from C++, Pascal, BASIC or FORTRAN
(the
IM(extremely)HO, hiring a COBOL programmer to do C++ is more likely to
result in COBOL-style C++ (perish the thought!) than anything else.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.


I'd probably have to agree on that point. But skipping over a truly good
programmer just because they're not very familiar with C++ might be a
mistake, too!

-Howard
Jul 22 '05 #19
"Phlip" <ph*******@yahoo.com> wrote in
news:MO***********@newssvr16.news.prodigy.com:
RAY wrote:
my boss has asked I sit in on an interview this afternoon and that I

create
some interview questions on the person's experience.

What is C++ used for


C++ is used for very large systems, such as a database or an OS, and
for extensions to those systems.


C++ is actually dominating the games market, isn't it?

Cheers!
b
Jul 22 '05 #20
Christopher Benson-Manica wrote:
Howard <al*****@hotmail.com> spoke thus:

Ok...what if it is? Is he good at it? I'd probably have trouble getting
much out of an interview with a COBOL programmer, admittedly, seeing as how
it's so different in its very nature from C++, Pascal, BASIC or FORTRAN (the

IM(extremely)HO, hiring a COBOL programmer to do C++ is more likely to
result in COBOL-style C++ (perish the thought!) than anything else.


You mean they'd write in the language: ADD ONE TO C GIVING C

Perish the thought!
Jul 22 '05 #21
bartek wrote:
C++ is actually dominating the games market, isn't it?


I suppose.

If so, it follows this model:

C++ -> lite language -> game script

So one writes a game calling the lite language (often Lua), then it calls a
C++ layer to do all the hard stuff - rendering, AI, etc.

So this fits the other systems models. For a database, the lite language is
SQL. For a renderer, the lite language is POV. Etc.

--
Phlip
http://www.xpsd.org/cgi-bin/wiki?Tes...UserInterfaces
Jul 22 '05 #22

"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...
A truly good programmer should be able to pick up a new language rather easily. Now, given the (at least potential) complexity of C++, I would hardly expect the person to become a "good C++ programmer" in a few

weeks...

Exactly, which is why it's ridiculous not to ask about C++ programming.

Well, that's where I disagree with you. I'd rather have a truly good
programmer with little or no C++ experience than a mediocre C++

programmer.

There was no such choice given. I'd rather have that too. The point is
there's no substitute for experience. I'd rather have a truly good
programmer with plenty of C++ experience than a truly good programmer with
no C++ experience. THAT is the point.
Jul 22 '05 #23

"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...
And I'd bet any good manager would much rather have a truly
good programmer with little or no C+ experience than an average programer
with a few years C++ experience. Now, if an applicant meets BOTH
requirements, then you've struck gold!


Who said anything to the contrary? If you're looking for a good C++
programmer, it would be ridiculous not to ask any question about their C++
expertise.
Jul 22 '05 #24

"Howard" <al*****@hotmail.com> wrote in message
news:c6********@dispatch.concentric.net...

"Claudio Puviani" <pu*****@hotmail.com> wrote in message news:NUfhc.74178>
Total, absolute, and unadulterated BULL.


I see no reason to talk to me like this. You make some good points, but
they are drowned out by this kind of comment. This is hardly the way to
conduct a reasoned discussion, is it? And my opinion, regardless of what
your opinion is, is perfectly valid, not "unadulterated BULL". Either
discuss things civilly, or don't discuss them.


What can we say? Your assertion was outrageous.
Jul 22 '05 #25
On Tue, 20 Apr 2004 10:37:25 -0700 in comp.lang.c++, "E. Robert Tisdale"
<E.**************@jpl.nasa.gov> wrote,
<snip>

YHBT. HAND.

Jul 22 '05 #26
Howard wrote:
> Personally, I would *never* even ask a candidate
> whether they programmed in C++ or not.
> Programming is a low level skill
> which I would expect the candidate to "pick up"
> in the first few weeks on the job.

Really... you'd expect them to "pick up" C++ in a few weeks.... OK.


I just can't get over how ridiculous this is. It's like calling the

ability
to perform laser surgery a "low level skill" - one that you'd never ask a
doctor about before hiring him. As long as he, like, knows all about body
parts, 'n' stuff.


It's not so ridiculous! I actually tend to agree with Mr. Tisdale on this.
A truly good programmer should be able to pick up a new language rather
easily.

[snip]

Knowledge of a language is probably 1/8 of the total equation. In today's
environment, the real burden is understanding the available libraries and
applicable hardware/software interface.

So, you could be a great 'programmer', know all the languages, but if you don't
know libraries and interfaces, you are going to have a very *tough* time making
it happen.
Jul 22 '05 #27
RAY wrote:
What is C++ used for
Typically low-level and large-scale application development. However, there
are really no hard and fast rules as most(?) development is determined by what
resources are available, not necessarily what is best.
why would a company benefit from someone who could use it?


Unless the company writes C++ compilers, there is virtually no benefit to a
company of using a particular language. What benefits the company is using the
correct _tools_ (language, libraries, design, etc.). Just look back a few
years when Java hit the scene. It was the first time (that I'm aware of) that
a language was actually marketed to management-level and up -- managers that
had absolutely no idea what a programming language was, but felt that it was
the cake and they could eat it too, regardless of the actual implementation and
development requirements.
Jul 22 '05 #28
RAY wrote:
Hi ,

my boss has asked I sit in on an interview this afternoon and that I create
some interview questions on the person's experience.

What is C++ used for and why would a company benefit from someone who could
use it?

I would like you guys/and gals to give me some good questions & the correct
answers so I can give this person a good review for my boss.

Thank you very much!
-J


I would like to see C++ used more in the embedded systems.
C++ has excellent features for modeling hardware devices. The classes
and members with added typechecking helps develop better quality
programs and faster for embedded systems.

The templates feature is also very useful in the embedded systems
world. One could write a generic algorithm for a family of devices
then just plug in the hardware types (or classes representing the
hardware types).

Another place is in message passing. Many embedded systems pass
messages from one platform to another. Often times, there is a
common header format followed by different parameters based on
a message identifier. This is where inheritance would prove
very valuable. We would only have to write the common message
methods once, instead of duplicating them everywhere.

Sorry about the rant, but I'm facing code reviews right now...
--
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

Jul 22 '05 #29
Learning how to program requires a firm grasp of logic and
mathematics. These are learned over a lifetime. There are some people
who, regardless of how hard hey try, will never understand computer
logic. There are others who are born with it.

Languages -can- be "picked up", certainly, provided a basis of
knowledge has already been learned. It is very easy for someone who
has coded in UNIX C for five years to learn Visual C++ API. MFC can be
a different story.

It is very easy for someone with a background in Java to learn to
write VB Scripts, and thereby learn Visual Basic. Come to think ot it,
it would be very easy to teach a simian how to learn Visual Basic.

Because of MS's introduction of the .NET framework, interviewing a
potential programmer can cover a lot of different bases:

1) Are you familiar with C#?
Good answer: I've coded C and C++. C# won't be much of a stretch.
Bad answer: Isn't that a piano key?

2) Are you familiar with database structuring or queries, especially
those pertaining to the .NET framework?
Good answer: I've used MySQL (or DB5, or Oracle, or...)
Bad answer: Queries? Aren't they all from San Francisco?

3) Are you familiar with web interfaces and/or security?
Good answer: I've learned to program in ASP, or can use PHP
scripting, or CGI, or...
Bad answer: I use AOL.

Programming is a lifestyle, not an occupation. Serious programmers
come home from their job writing GUIs or DLLs or COMs and sit down and
work on their own personal projects (usually in a UNIX environment, am
I wrong?)

So, I will STRONGLY disagree that a language can be "picked up".
Languages can be learned over time, and mastered over an even greater
amount of time, but a successful candidate will have several years of
experience in logic based and/or object oriented programming, and you
can only hope their will apply good programming practices to whatever
it is you'd like them to learn. If not, you're sinking your own ship
there.

More toward the earlier question of "What is C++ good for?"

I'll just say, C++ is the answer.
You need to find out the question.

-Crypticant

"The great thing about Object Oriented code is that it can make
small, simple problems look like large, complex ones."
Jul 22 '05 #30

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

Similar topics

2
by: lawrence | last post by:
I've been bad about documentation so far but I'm going to try to be better. I've mostly worked alone so I'm the only one, so far, who's suffered from my bad habits. But I'd like other programmers...
13
by: Roger B. | last post by:
Hello, I am working on a personal interest project and have been racking my brain on this problem for about 5 hours total now, and tracking through old newsgroup posts but haven't figuried it...
41
by: Psykarrd | last post by:
I am trying to declare a string variable as an array of char's. the code looks like this. char name; then when i try to use the variable it dosn't work, however i am not sure you can use it...
5
by: el_roachmeister | last post by:
For being a good web programmer, is a course on data structures important? It seems php already has built-in functions for what they teach in a data structures course. On the other hand all...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
0
by: Global Infotech Corporation | last post by:
Hi We have the following two positions open at one of our Client's site in the Silicon Valley, CA area. Our client, apart from being a pioneer in desktop publishing software provider, also makes...
8
by: rshivaraman | last post by:
Hi : I have a TableA with around 10 columns with varchar and numeric datatypes It has 500 million records and its size is 999999999 KB. i believe it is kb i got this data after running...
8
by: boki_pfc | last post by:
Hi Everybody, I am looking for an advice on following: I have that "pleasure" of reading C++ codes that have been written by person(s) that have not attended the same C++ classes that I did or...
1
by: Tyno Gendo | last post by:
Hi everyone I need to move on a step in my PHP... I know what classes are, both in PHP4 and 5 and I'm aware of "patterns" existing, but what I'm looking for are some real world projects eg....
15
by: silverburgh.meryl | last post by:
Hi, I am trying to understand the following line: # a is an integer array max(), (j,i)) Can you please tell me what that means, I think sum(a means find the some from a to a But what is...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...

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.