Where is the best use of css and c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 31

Where is the best use of css and c++

17th Jun 2018, 11:00 AM
Stranger
Stranger - avatar
13 Answers
+ 6
c++ can be used anywhere as long as you have a compiler for the platform youre trying for
5th Jun 2020, 6:27 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 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)
17th Jun 2018, 11:03 AM
KrOW
KrOW - avatar
+ 15
thanks
17th Jun 2018, 11:06 AM
Stranger
Stranger - avatar
+ 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
17th Jun 2018, 11:09 AM
thealoneprogrammer
thealoneprogrammer - avatar
+ 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++.
18th Jun 2018, 11:31 AM
ANKIT SHETTY
+ 5
css in HTML and c++ in games
17th Jun 2018, 2:16 PM
Nikita Egorov S
+ 4
👍👍👍
17th Jun 2018, 11:09 AM
KrOW
KrOW - avatar
+ 4
See QT framework. It is based on C++ with CSS support for GUI elements.
17th Jun 2018, 11:37 PM
Микола Федосєєв
Микола Федосєєв - avatar
+ 4
you can use c++ in JavaScript to produce amazing websites
18th Jun 2018, 1:33 PM
Coding Niffler
Coding Niffler - avatar
+ 4
in gaming and small scale games
19th Jun 2018, 8:50 AM
Shruti Sharma
Shruti Sharma - avatar
+ 4
c++ is used in computer coding and config. e.g. cmd. c# is good for game programming.
19th Jun 2018, 9:41 AM
Savage gaming
Savage gaming - avatar
+ 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.
20th Jun 2018, 7:22 PM
yal wala
+ 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.
18th Jun 2018, 3:28 AM
Armin