473,805 Members | 2,008 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1918
On Mar 15, 1:38 am, "The Count" <gerald...@gmai l.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 "Proffesion al."

Mar 15 '07 #2
"The Count" <ge*******@gmai l.comwrote in message
news:11******** **************@ e65g2000hsc.goo glegroups.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_w ebfo...@ivan.ve cerina.comwrote :
"The Count" <gerald...@gmai l.comwrote in message

news:11******** **************@ e65g2000hsc.goo glegroups.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.c om/contact/?subject=NG_POS T<- email contact form
yeah,that's very useful! I learn much .
Mar 15 '07 #4
"The Count" <ge*******@gmai l.comwrote in message
news:11******** **************@ e65g2000hsc.goo glegroups.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...@gmai l.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?Wha t 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 "Proffesion al."
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...@gmai l.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***********@y ahoo.com wrote:
On Mar 15, 1:38 am, "The Count" <gerald...@gmai l.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?Wha t 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 "Proffesion al."
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...@digital mars-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.u kwrote in message
news:11******** *************@o 5g2000hsb.googl egroups.com...
: On 16 Mar, 03:01, Walter Bright <wal...@digital mars-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

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

Similar topics

5
2930
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 programming?
12
8488
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 I really want to get back into it as I see a point with GNU/Linux. I want to get my old skills back and write something or help on some projects etc. I need some good books. I used to have one called "A Book On C", but sold it,
3
2491
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 a QA in an MNC in India, since I graduated in September 2003. I am working in a QA role which requires me to do some Winrunner automation, and modifying/creating a framework in Perl for Automated Regression Testing of some command Line utilities...
134
8053
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 increasingly been using scripting languages (especially Python and Bourne shell) which offer the same speed and yet are far more simple and safe to use. I can no longer understand why anyone would willingly use C to program anything but the lowest...
42
2910
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 to these programming newsgroups and asking for ready-made solutions to fairly simple programming problems. They either want someone to write code for them, or point them to a ready-made chunk of software that does what they need to do. Now, I'm...
2
4996
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 satisfaction if I can complete one. However, after years of trying, I just could not do it. After doing self-assessment and doing a credible personality test, I learn the following about myself: "you are more concerned with theories and...
7
4970
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 developed significant content for the C programming language that is available at: https://www.securecoding.cert.org/ by clicking on the "CERT C Programming Language Secure Coding Standard"
30
32271
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 has a C/C++ syntax structure, but want to move on to compliled languages. I was all ready to go with C++ and wxWindows, but I'm applying for an entry level programming possition. They use their own propriatary language, with
111
5606
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 in advance! -entengk
0
9716
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10361
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10103
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9179
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7644
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6874
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.