I am relatively new to the programming world, and am looking for someone to help me understand why C++ would be the best language for the company I work for to use if they are trying to do the following:
-Communicate with Programmable logic controllers
-display this Industrial PC data in an appealing way to customers
-create functions that will allow a user to start/stop/restart an industrial PC using a push-button
-add new services to the website easily
I apologize if this seems very broad, but the company I am working for wants to know why C++ is a better option for building a better version of the website they currently have. The one we currently have is written in Java, and the code is quite messy.
I am a student intern, so this knowledge is beneficial to me in more than one way
Hiya,
I wouldn't use C++ or java to build a website, or add services to that website. nor would i chose either of those languages to display data 'in appealing ways' :)
the company I am working for wants to know why C++ is a better option
c++ isn't the only language we are using!...we are using c++ for the PLC communication portion, but using a bit of xml through Qt to create the actual website. We are also using some Json...
so, in regards to the PLC portion of the website...why is c++ the clear favorite when it comes to doing this??