a simple question

H

hpsoar

Hello every one, I'm new here, and I'm also new to C++, I have just
learned a C++ course, and I want to know what you usually do with C++.
I will appreciate it if anyone gives me an answer.
 
H

hpsoar

application_pgp-signature_part
< 1K²é¿´ÏÂÔØ


I use it to earn a living.
Can you give some details, such as what kind of project you do with C+
+
 
R

red floyd

hpsoar said:
Can you give some details, such as what kind of project you do with C+
+

I wrote missile avionics software, as well as missile defense algorithms.
 
H

hpsoar

I wrote missile avionics software, as well as missile defense algorithms.

That's great! That must be a tough and challenge work, and you must be
a excellent programer. Can you give me some tips in learning C++ and
developing project in C++. I'm a 21 year old college student of grade
3, and found myself lack of knowledge. Know I decide to settle down to
learn C++ well.
 
C

Chris Gordon-Smith

hpsoar said:
That's great! That must be a tough and challenge work, and you must be
a excellent programer. Can you give me some tips in learning C++ and
developing project in C++. I'm a 21 year old college student of grade
3, and found myself lack of knowledge. Know I decide to settle down to
learn C++ well.

Here are my top 3 suggestions:-

1) Start programming!
2) Use the Standard Template Library (STL)
3) Read a good book:-

Accelerated C++ is generally recommended. Some of my favourites are:-

* Effective C++
* The C++ Programming Language (Stroustrup)
* More Effective C++
* C++ In a Nutshell (for reference)
* C++ Gotchas
* Josuttis' book on the STL
* C++ Coding Standards (Sutter / Alexandrescu)

I also suggest you have a look at Bjarne Stroutsrtup's website.

Chris Gordon-Smith
www.simsoup.info
 
C

Cédric Baudry

Can you give some details, such as what kind of project you do with C+
+


A wide variety of software projects, in finance, defense systems,
avionics, railroad systems, medical systems, 3D rendering, music
composition.

Please note that some of them are not full software and require
electronic or mechanical parts (and maybe some explosive).

But C++ is still very present in every industry if not very popular.

Java seems more popular and more represented in certain fields, namely
bank, assurance, finance and in business decisions.

This comes from major differences between the C++ and Java, the former
beging faster and the later more portable and suited to web
development.
 
J

James Kanze

On 1 jan, 05:43, hpsoar <[email protected]> wrote:

[...]
But C++ is still very present in every industry if not very
popular.
Java seems more popular and more represented in certain
fields, namely bank, assurance, finance and in business
decisions.

Java has a certain following where user interfaces are
concerned, particularly for serving up web pages. As far as I
can see, it is very little used for the critical aspects of
banking software: tracking orders, for example, or maintaining
the actual accounts. (I can't speak for all banks, of course,
but I have the impression that Cobol is still very widely used
for that last use.)
This comes from major differences between the C++ and Java,
the former beging faster and the later more portable and
suited to web development.

Java wins when it comes to deploying web based solutions; it
integrates very well into the various web servers. But speed
isn't the main reason for chosing C++ for the more critical
parts, reliability is.
 
H

hpsoar

Here are my top 3 suggestions:-

1) Start programming!
2) Use the Standard Template Library (STL)
3) Read a good book:-

Accelerated C++ is generally recommended. Some of my favourites are:-

* Effective C++
* The C++ Programming Language (Stroustrup)
* More Effective C++
* C++ In a Nutshell (for reference)
* C++ Gotchas
* Josuttis' book on the STL
* C++ Coding Standards (Sutter / Alexandrescu)

I also suggest you have a look at Bjarne Stroutsrtup's website.

Chris Gordon-Smithwww.simsoup.info- Òþ²Ø±»ÒýÓÃÎÄ×Ö -

- ÏÔʾÒýÓõÄÎÄ×Ö -

thank you for all of you suggestions, I appriciate these very much,
and good wishes to you.
 
H

hpsoar

Image and data analysis for medical high throughput screening (IOW, heavy
number crunching). A scripting language interpreter engine. An embedded
HTTP server. Parallelization and distributed computation infrastructures.

C++ is a general-purpose language, so you can do about anything with it.
Specialized languages do have advantages in their corresponding niches
however, like Javascript in animating web pages, or Perl in text
processing.

Paavo

Ok,I was planning to thank you one by one, but found myself lacking of
enough vocabulary to express my gratefulness. Anyhow, thank you all,
and good wishes to all of you.
 

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

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,440
Latest member
YoungBorel

Latest Threads

Top