c++ future

hello everyone ;
I am just curious about c++
what this language can do ?what is my future with it?
I heard that this language can make my computer do anything
but I really don,t think that cout and cin can do mush?
I heard that this language can make my computer do anything
what this language can do ?

Computers can only solve problems that fall under the scope of a "turing machine".

but I really don,t think that cout and cin can do mush?

There is much more to C++ than just cout and cin...

I am just curious about c++
what is my future with it?

Then I recommend you read a book on C++, and possibly write a program of your own. You can evaluate your future after writing some of your own programs in C++.
c+ is not the only programming language.

Here's a list https://en.wikipedia.org/wiki/List_of_programming_languages_by_type

For heavy scientific computing you might use fortran.
On a mainframe you might use Cobol.
For the smallest fastest code possible you might use assembly.

C+ is popular because it will run on Unix, PC's and I think some mainframes.
It's very similar to other languages and very powerful but not always the quickest to develop with or learn.

The future of programming is not to learn a single language but to learn the fundamentals of programming and apply that to which ever program your using.

So to spit out a quick report using text files you might use perl since development time would probably be faster, and easier to modify since perl was made for that purpose. Using C+ to do the same thing would be like using a bulldozer vs a wheelbarrow. The bulldozer could do the job but wouldn't be as flexible.

but you can't make a website w/ it... that is the sad part.

https://www.tutorialspoint.com/cplusplus/cpp_web_programming.htm
Anything a "turing machine" is capable of... C++ is capable of.
thank you very mush for the Response
Topic archived. No new replies allowed.