0
Can I make any real time application using c language
3 Respostas
+ 4
Hi Jashpal Singh Rajpurohit
Sure you can. Indeed, for critical tasks C allows a level of programming and generated binaries that are very close to the machine level.
Now how difficult will be the development depends on what you want to accomplish.
Which is the environment you are developing for? Which is the task?
0
I want to make bank management application using only c++ language
0
Hi Jashpal Singh Rajpurohit
Yes, you can do it with C++.
Do you have an idea of what you will need in terms of tooling and libraries? For example, graphical interfaces, security, networking, data storage?