What is C++ Good For?

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jun 2008
Posts: 32
Reputation: salman213 is an unknown quantity at this point 
Solved Threads: 0
salman213 salman213 is offline Offline
Light Poster

What is C++ Good For?

 
0
  #1
Jun 19th, 2008
Hi, I am a beginner in C++, I was just wondering what is it good for. This is probably a dumb question but I was searching on yahoo and google (What is C++ good for), and I did not find any real answers. What do people use it for? Is there a website which talks about uses for C++ that anyone knows of? What are the PRACTICAL APPLICATIONS of C++ and even C for that matter.

Thank You!
Last edited by salman213; Jun 19th, 2008 at 3:03 pm.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,789
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 746
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: What is C++ Good For?

 
1
  #2
Jun 19th, 2008
>What are the PRACTICAL APPLICATIONS of C++ and even C for that matter.
Literally anything. Pick a program and it was probably written in some combination of C and C++, or written with a language that was implemented using C or C++.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 32
Reputation: salman213 is an unknown quantity at this point 
Solved Threads: 0
salman213 salman213 is offline Offline
Light Poster

Re: What is C++ Good For?

 
0
  #3
Jun 19th, 2008
But I mean if I got a job which required C++ knowledge, what would they ask me to program? Like I guess it could be anything but what are common practical applications of C++. Can you name a specific program that used C++/C programming.... that people may be using everyday.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,789
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 746
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: What is C++ Good For?

 
1
  #4
Jun 19th, 2008
>But I mean if I got a job which required C++ knowledge, what would they ask me to program?
You're not very quick, are you? If you get a job writing C++ code, and C++ can be used pretty much anywhere, then it stands to reason that they could ask you to write anything. It depends on what the job is. For example, I don't really expect anyone to ask me to write an operating system, because that's not in my job description.

>Can you name a specific program that used C++/C
>programming.... that people may be using everyday.
Windows, pick any version.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: What is C++ Good For?

 
0
  #5
Jun 19th, 2008
> But I mean if I got a job which required C++ knowledge, what would they ask me to program?
Most jobs will read something like
"You're required to implement the user interface of the new burn-o-matic toaster using the C++ programming language".

In other words, look at what the company does, and that will give you an idea.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 32
Reputation: salman213 is an unknown quantity at this point 
Solved Threads: 0
salman213 salman213 is offline Offline
Light Poster

Re: What is C++ Good For?

 
0
  #6
Jun 19th, 2008
Just to clarify, I do not have a job or a job offer anywhere, I am a basically beginner in C++. At the moment from what I know about C++ (very minimal), I started to wonder how C++ is used in the real world...

>Windows, pick any version.

So your telling me what is being displayed on my windows screen is the output of a combination a C++ program?
Last edited by salman213; Jun 19th, 2008 at 4:22 pm.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 1,471
Reputation: William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of 
Solved Threads: 121
Sponsor
William Hemsworth William Hemsworth is offline Offline
Nearly a Posting Virtuoso

Re: What is C++ Good For?

 
0
  #7
Jun 19th, 2008
You're not very quick, are you?
I see what you mean
So your telling me what is being displayed on my windows screen is the output of a C++ program?
Most probably.
Last edited by William Hemsworth; Jun 19th, 2008 at 4:20 pm.
I need pageviews! most fun profile ever :)
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 32
Reputation: salman213 is an unknown quantity at this point 
Solved Threads: 0
salman213 salman213 is offline Offline
Light Poster

Re: What is C++ Good For?

 
0
  #8
Jun 19th, 2008
but howwwwwwwwwwwwwwwwwww :O

I may be slow according to you guys but just finding out that a little command prompt that I have been seeing for the last few days after running a simple program can become something such as a computer display in windows makes me think....HOW
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 1,471
Reputation: William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of William Hemsworth has much to be proud of 
Solved Threads: 121
Sponsor
William Hemsworth William Hemsworth is offline Offline
Nearly a Posting Virtuoso

Re: What is C++ Good For?

 
0
  #9
Jun 19th, 2008
You can make more than just console application using C++, you can use the Win32 API to create visual application. Try googling:
C++ Win32 API or
C++ MFC
I need pageviews! most fun profile ever :)
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 32
Reputation: salman213 is an unknown quantity at this point 
Solved Threads: 0
salman213 salman213 is offline Offline
Light Poster

Re: What is C++ Good For?

 
0
  #10
Jun 19th, 2008
Ok i did not see the above post, I will google now, perhaps that will answer the below question which I entered before reading the post by william.


By the way is it possible for an expert in C++ to write an extensive source using for example DEV C++ and to run the program to give an output displaying images, colours, and siginficant user interaction?


this is comming from somone who does not know how to program much more than something which would give an output such as

"Type a number"

and the program does some calculations or something and spits an answer:

"2"

And this all happens on a command prompt
Last edited by salman213; Jun 19th, 2008 at 4:30 pm.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC