+ 31
Where is the best use of css and c++
13 odpowiedzi
+ 6
c++ can be used anywhere as long as you have a compiler for the platform youre trying for
+ 24
CSS and C++ are NOT related...
CSS its a language (NOT a programming language) used in web development for styling web content (descripted in HTML).
C++ its a programming language used on multiple things (but web development)
+ 15
thanks
+ 15
yes good question but one thing we need to rembember is css is entirely different from c++.
CSS is not a programming language where you can use this for giving style in web development .
and where as c++ is a object oriented programming language.
if you want the application of c++ means u can consider in case of game development and GUI design as well in case of Operating systems
+ 6
Many older websites that were built withoutCSS are very difficult to redesign. But once a site is built with CSS hooks it can be redesigned very quickly. Changing things like the colors and backgrounds can change how a site looks with very little effort. In fact, many sites now put up special versions of their sites for special occasions and they can do this because it only takes a few hours to create an alternate stylesheet for the occasion.
C++ is known to be a very powerful language. C++ allows you to have a lot of control as to how you use computer resources, so in the right hands its speed and ability to cheaply use resources should be able to surpass other languages. Thanks to C++'s performance, it is often used to develop game engines, games, and desktop apps. Many AAA title video games are built with C++.
+ 5
css in HTML and c++ in games
+ 4
👍👍👍
+ 4
See QT framework. It is based on C++ with CSS support for GUI elements.
+ 4
you can use c++ in JavaScript to produce amazing websites
+ 4
in gaming and small scale games
+ 4
c++ is used in computer coding and config. e.g. cmd. c# is good for game programming.
+ 4
Because of high performance, c++ is used to develop game engines, video games, desktop apps, system software like Compilers, OS Like window etc.
- Google also use C++ for Indexing
- Few parts of apple OS X are written in C++ programming language.
- Internet browser like Firefox are written in C++ programming language
- All major applications of adobe systems are developed in C++ programming language. Like Photoshop, ImageReady, Illustrator and Adobe Premier.
- Some of the Google applications are also written in C++, including Google file system and Google Chromium.
- C++ is used for design database like MySQL.
+ 3
You can't really compare CSS and C++ as they're used for different purposes, but you can compare C# and C++ (is this what you meant initially?). In short, C# is pure object oriented language used for developing web applications, programs, games, etc. Also, C# could be slightly easier to digest if you're actually contemplating to learn it.