+ 2
what can man work on the web if he knows c languages?
Im good in C and C++ and about to learn C# but i really dont know what can i work using them , can any one suggest any ideas?
3 odpowiedzi
+ 15
c languages are not for web, you should learn HTML, CSS, Javascript... if you want to develop for web. C is mostly used for microcontroler and microprocessors development and C++ for games
+ 9
backend for websites.
+ 9
vukan is correct in regards to front end webpages. however c and c++ can handle the backend for websites. however it is not common to do so, so expect some hard times ahead regarding learning it i think (I'm not experienced enough to know for sure how hard it is). c# to my knowledge is one that can do backend fine.
but yes, if you want to focus on making web pages specifically, and not info feeded into it / controlling it, learn HTML, CSS, and Javascript.