C++ class question

  • Thread starter Historia de un amor
  • Start date
H

Historia de un amor

output an 2d array with std::copy, no external function is allowed, no
loop is allowed (10pt)

Thanks
 
N

Neelesh Bodas

output an 2d array with std::copy, no external function is allowed, no
loop is allowed (10pt)

Thanks

Homework. And honest enough to tell how many points does it carry.

-N
 
S

Steve Folly

output an 2d array with std::copy, no external function is allowed, no
loop is allowed (10pt)

Thanks

If this is anything to go by, I'm beginning to understand why the company I
work for is having a hard time finding people with real C++ experience who
actually *know* the language and have real software skills.

It's all too easy just to write 'C++' on a CV.


--
Regards,
Steve

"...which means he created the heaven and the earth... in the DARK! How good
is that?"
 
R

Roland Pibinger

If this is anything to go by, I'm beginning to understand why the company I
work for is having a hard time finding people with real C++ experience who
actually *know* the language and have real software skills.
It's all too easy just to write 'C++' on a CV.

This assignment is just an exercise in STL acrobatics. Nobody would
write such code in a real world application.
 
J

Juha Nieminen

Roland said:
This assignment is just an exercise in STL acrobatics. Nobody would
write such code in a real world application.

Even if one would seldom or never write such intricate solutions
in actual programs, I still think it's good to know C++, templates
and the STL so well that you could write those types of solutions
if you have to. Understanding the workings of C++ templates so well
might prove useful.
 
P

Patrick

If this is anything to go by, I'm beginning to understand why the company I
work for is having a hard time finding people with real C++ experience who
actually *know* the language and have real software skills.

It's all too easy just to write 'C++' on a CV.

--
Regards,
Steve

"...which means he created the heaven and the earth... in the DARK! How good
is that?"


Amazing, isn't it? You should see the amount of homework's people are
actually paying coders to complete on freelancing sites. I'm caught
between a rock and a hard place; I need the money and I really despise
people who are going to that length. I suppose when they get out into
the real world they'll finally learn, "Damn it, I should've really
learned the language instead of pretending I knew it... now I'm out of
a job." Then again, it's just one more job for those who actually know
the language. :)

-Patrick
 

Ask a Question

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.

Ask a Question

Members online

Forum statistics

Threads
474,291
Messages
2,571,475
Members
48,143
Latest member
Manuelevimb

Latest Threads

Top