473,396 Members | 1,756 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.

Proffesional programming

I studied C++ programming in BSc3.Now I want to know more about C++
programming in industry.What types of problems are solved using C++ in
industry?What qualities should I have in order to become a successful C
++ developer? How good do I have to be in order to run my own software
development company and what other requirements are necessary?

Mar 15 '07 #1
10 1890
On Mar 15, 1:38 am, "The Count" <gerald...@gmail.comwrote:
I studied C++ programming in BSc3.Now I want to know more about C++
programming in industry.What types of problems are solved using C++ in
industry?What qualities should I have in order to become a successful C
++ developer? How good do I have to be in order to run my own software
development company and what other requirements are necessary?

Start with learning how to spell "Proffesional."

Mar 15 '07 #2
"The Count" <ge*******@gmail.comwrote in message
news:11**********************@e65g2000hsc.googlegr oups.com...
: I studied C++ programming in BSc3.Now I want to know more
: about C++ programming in industry. What types of problems
: are solved using C++ in industry?

C++ (like C) is most relevant to performance-oriented
applications. Example uses in the industry are:
- networking and server infrastructure
- 3D rendering / virtual reality (including gaming...)
- image processing (e.g. medical), signal processing
- some automation/motion control applications
- a number of embedded applications
- desktop applications with a performance-critical component
- other advanced data processing applications...
In all these fields, small development teams may be using
a high-level language and domain-specific libraries provided
by third parties. But when something new/fundamental needss
to be developed, C++ is usually the way to go.

You will also find C++ used in a number of legacy applications,
or in teams that have a C++ expertise. In many applications,
a high-level language (C#, Java, and in some cases even VB) or
a scripting language (Python, Ruby, ...) should be preferred
nowadays.

: What qualities should I have in order to become a successful
: C++ developer?

Keep learning. Be fast. Do not consider C++ as a solution,
but as a tool to develop value-added solutions for a customer.
Master other tools as well.

: How good do I have to be in order to run my own software
: development company and what other requirements are necessary?

First of all, it takes some experience. Lots of reading too.
A good starting point is probably:
http://www.pragmaticprogrammer.com/ppbook/index.shtml
I hope this helps,
Ivan
--
http://ivan.vecerina.com/contact/?subject=NG_POST <- email contact form

Mar 15 '07 #3
On 3ÔÂ15ÈÕ, ÏÂÎç5ʱ36·Ö, "Ivan Vecerina"
<_INVALID_use_webfo...@ivan.vecerina.comwrote:
"The Count" <gerald...@gmail.comwrote in message

news:11**********************@e65g2000hsc.googlegr oups.com...
: I studied C++ programming in BSc3.Now I want to know more
: about C++ programming in industry. What types of problems
: are solved using C++ in industry?

C++ (like C) is most relevant to performance-oriented
applications. Example uses in the industry are:
- networking and server infrastructure
- 3D rendering / virtual reality (including gaming...)
- image processing (e.g. medical), signal processing
- some automation/motion control applications
- a number of embedded applications
- desktop applications with a performance-critical component
- other advanced data processing applications...
In all these fields, small development teams may be using
a high-level language and domain-specific libraries provided
by third parties. But when something new/fundamental needss
to be developed, C++ is usually the way to go.

You will also find C++ used in a number of legacy applications,
or in teams that have a C++ expertise. In many applications,
a high-level language (C#, Java, and in some cases even VB) or
a scripting language (Python, Ruby, ...) should be preferred
nowadays.

: What qualities should I have in order to become a successful
: C++ developer?

Keep learning. Be fast. Do not consider C++ as a solution,
but as a tool to develop value-added solutions for a customer.
Master other tools as well.

: How good do I have to be in order to run my own software
: development company and what other requirements are necessary?

First of all, it takes some experience. Lots of reading too.
A good starting point is probably:
http://www.pragmaticprogrammer.com/ppbook/index.shtml

I hope this helps,
Ivan
--http://ivan.vecerina.com/contact/?subject=NG_POST<- email contact form
yeah,that's very useful! I learn much .
Mar 15 '07 #4
"The Count" <ge*******@gmail.comwrote in message
news:11**********************@e65g2000hsc.googlegr oups.com...
>: How good do I have to be in order to run my own software
: development company and what other requirements are necessary?
Running a software development company takes much more than technical skills.
Most failed businesses are started by technically competent people with no
business or management skills.

Come to think of it, this is off-topic for this newsgroup.

-dr
Mar 15 '07 #5
On 15 Mar 2007 00:06:05 -0700, "ro***********@yahoo.com"
<ro***********@yahoo.comwrote:
>On Mar 15, 1:38 am, "The Count" <gerald...@gmail.comwrote:
>I studied C++ programming in BSc3.Now I want to know more about C++
programming in industry.What types of problems are solved using C++ in
industry?What qualities should I have in order to become a successful C
++ developer? How good do I have to be in order to run my own software
development company and what other requirements are necessary?


Start with learning how to spell "Proffesional."
Or how to misspell it.

http://www.answers.com/professional&r=67

-dr
Mar 15 '07 #6
On Mar 15, 2:38 am, "The Count" <gerald...@gmail.comwrote:
I studied C++ programming in BSc3.Now I want to know more about C++
programming in industry.What types of problems are solved using C++ in
industry?What qualities should I have in order to become a successful C
++ developer? How good do I have to be in order to run my own software
development company and what other requirements are necessary?
See the Creator's notes:

http://www.research.att.com/~bs/applications.html

and

http://www.research.att.com/~bs/bs_faq.html#use-C++

Cheers! --M

Mar 15 '07 #7
ro***********@yahoo.com wrote:
On Mar 15, 1:38 am, "The Count" <gerald...@gmail.comwrote:
>I studied C++ programming in BSc3.Now I want to know more about C++
programming in industry.What types of problems are solved using C++ in
industry?What qualities should I have in order to become a successful C
++ developer? How good do I have to be in order to run my own software
development company and what other requirements are necessary?


Start with learning how to spell "Proffesional."
Reminds me of a business professor I know. He'd start each class in each
semester by writing the following words on the board:

business
entrepreneur
their there they're
your you're
its it's
to too two

and stated that any misspelling of any of those words on any homework,
paper, or exam meant an automatic "F" on the work, regardless of its
other merit.
Mar 16 '07 #8
On 16 Mar, 03:01, Walter Bright <wal...@digitalmars-nospamm.com>
wrote:
Reminds me of a business professor I know. He'd start each class in each
semester by writing the following words on the board:

business
entrepreneur
their there they're
your you're
its it's
to too two

and stated that any misspelling of any of those words on any homework,
paper, or exam meant an automatic "F" on the work, regardless of its
other merit.
hmmm... accompanied with the words "Spell this f*cker!", a
sledgehammer applied to the side of the head would certainly benefit
this character. What a w*nker.

I suggest you spelling enthusiasts should head for a suitable
newsgroup. This stuff is O.T. on comp.lang.c++.
regards
Andy Little

Mar 16 '07 #9
"kwikius" <an**@servocomm.freeserve.co.ukwrote in message
news:11*********************@o5g2000hsb.googlegrou ps.com...
: On 16 Mar, 03:01, Walter Bright <wal...@digitalmars-nospamm.com>
: wrote:
:
: Reminds me of a business professor I know. He'd start each class in
each
: semester by writing the following words on the board:
: >
: business
: entrepreneur
: their there they're
: your you're
: its it's
: to too two
: >
: and stated that any misspelling of any of those words on any
homework,
: paper, or exam meant an automatic "F" on the work, regardless of its
: other merit.
:
: hmmm... accompanied with the words "Spell this f*cker!", a
: sledgehammer applied to the side of the head would certainly benefit
: this character. What a w*nker.
Well, this is totally O.T. and uncalled for.

: I suggest you spelling enthusiasts should head for a suitable
: newsgroup. This stuff is O.T. on comp.lang.c++.

In business, some spelling mistakes can seriously
damage your credibility.
In a critical C++ embedded system, you may have a strict
requirement for use of RAII, or use of functions that are
free of buffer overruns. Given simple rules, I would
support a C++ teacher who would say upfront that some
programming mistakes will guarantee you an F.

Yet I'd be kinder with a poster in this NG, who might
not be a native English speaker. (as a few of us...)

Regards,
Ivan
--
http://ivan.vecerina.com/contact/?subject=NG_POST <- email contact form
Mar 16 '07 #10
On 16 Mar, 08:13, "Ivan Vecerina"
<_INVALID_use_webfo...@ivan.vecerina.comwrote:
"kwikius" <a...@servocomm.freeserve.co.ukwrote in message

news:11*********************@o5g2000hsb.googlegrou ps.com...
: On 16 Mar, 03:01, Walter Bright <wal...@digitalmars-nospamm.com>: wrote:

:
: Reminds me of a business professor I know. He'd start each class in
each
: semester by writing the following words on the board:
: >
: business
: entrepreneur
: their there they're
: your you're
: its it's
: to too two
: >
: and stated that any misspelling of any of those words on any
homework,
: paper, or exam meant an automatic "F" on the work, regardless of its
: other merit.
:
: hmmm... accompanied with the words "Spell this f*cker!", a
: sledgehammer applied to the side of the head would certainly benefit
: this character. What a w*nker.
Well, this is totally O.T. and uncalled for.
Well. I shall have to mark You with an F. You declared my post O.T.
but that post was already declaring the previous post O.T. haha!

I suggest you point your finger at Walter Bright, not me. It was him
that started this whole O.T discussion.

I guess that using two sledge hammers simultaneously applied on each
side, the guys head should end up like a pizza. I could put the O.E.D
in a shredder and mix it with some scrambled egg and pump it back into
the guys head. Lets see him trying to spell "Bigot" after that!

regards
Andy Little
Mar 16 '07 #11

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

Similar topics

5
by: Martin | last post by:
When was inheritance intruduced into object oriented programming? More generally, does anyone know or have any sources on when the different features were introduced into object oriented...
12
by: G. | last post by:
Hi all, During my degree, BEng (Hons) Electronics and Communications Engineering, we did C programming every year, but I never kept it up, as I had no interest and didn't see the point. But now...
3
by: user | last post by:
Hi all, At the outset, I regret having to post this slightly OT post here. However, I strongly feel that people in this group would be the best to advise me on my predicament. I am working as...
134
by: evolnet.regular | last post by:
I've been utilising C for lots of small and a few medium-sized personal projects over the course of the past decade, and I've realised lately just how little progress it's made since then. I've...
42
by: Kevin Spencer | last post by:
Is it just me, or am I really observing a trend away from analysis and probem-solving amongst programmers? Let me be more specific: It seems that every day, in greater numbers, people are coming...
2
by: - | last post by:
I kinda like programming (Java is the only language I know) but have not been able to develop a complete software or get anywhere close to it. The reason why I like it is because it gives me great...
7
by: Robert Seacord | last post by:
The CERT/CC has just deployed a new web site dedicated to developing secure coding standards for the C programming language, C++, and eventually other programming language. We have already...
30
by: Jakle | last post by:
I have been googling, but can seem to find out about C GUI libraries. My main platform is Windows, but it would be nice to find a cross platform library. I've been programming with php, which...
111
by: Enteng | last post by:
Hi I'm thinking about learning C as my first programming language. Would you recommend it? Also how do you suggest that I learn it?What books/tutorials should I read for someone like me? Thanks...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: 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...

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.