What can C++ be used for?

E.g. - Game designing etc. Some people in my class are saying that it's used for the Internet and CSS {Cascading Style Sheets} are used for games. Is that true or false?

Public Comments

  1. c++ is programming code. if you know c++ you should be able to write/design programmes
  2. C++ is a programming language. It can be used to write programs that can do accounting, business, engineering, science, pims, games, and a whole host of other applications. It is a compiled language--the source code is compiled into an executable file that is run on a computer. It is a high-level language in that you don't need to know about the actual machine you are using. CSS is a formatting language for use in web pages using the hyper text mark up language (HTML). You can use CSS for designing web game pages but there is no code in there it is difficult to get animation.
  3. C and C++ are thebasic concept for all the programming
  4. C++ is a general programming language. It's a huge language mostly used for applications, but it can be used for anything. Systems programmers generally avoid C++ because it's sluggish - it has late binding - and difficult to maintain - largely because of function overloading. An older language, C, is much better for systems programming. Most high-performance computer games are written in C or in assembly language. Applications for the internet tend to be written in PHP or Perl, but they need not be. I have written one in assembly language, and many in C, because efficient applications need less server horsepower. Bandwidth is no longer expensive, and servers are getting cheap, but space in world-class data centers is still expensive. CSS isn't a programming language. It's a markup specification language that modifies how HTML pages are displayed by browsers.
  5. true just not the whole internet.
  6. I seriously do not no. lol
Powered by Yahoo! Answers