I want to develop a proper software | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I want to develop a proper software

I know the c, c++, file handling, oop, data structure. Do I need to learn more to develop a proper software for system. If yes than which things are need to learn. Guys!! I need your guidance please help me and guid me on the right path

3rd Jun 2019, 1:49 PM
Nouman Bin Sami
Nouman Bin Sami - avatar
8 Answers
+ 2
Nom Butt, I suppose it would be hard to stick a number on it, because different projects would require a different number of libraries.
3rd Jun 2019, 3:15 PM
HonFu
HonFu - avatar
+ 2
It depends on what you're trying to achieve. If you want to write a parser that will be used from a terminal then your knowledge seems enough. If you want to write a software with a nice user interface with a connection to a TCP server doing power hungry multi-threaded operations on huge data then you may want to look into QT (like Olin Guerrero mentioned) for the graphic side. Boost for the TCP networking. HDF5 for handling huge data. And research a bit on multi-threading. This all is highly dependent on your project. My project would be start small, do not hesitate to ask questions and read the documentation
3rd Jun 2019, 3:18 PM
Paul
+ 1
Olin Guerrero How many libraries do I need to know ?
3rd Jun 2019, 2:59 PM
Nouman Bin Sami
Nouman Bin Sami - avatar
+ 1
Paul, Olin Guerrero and HonFu just like paul and Olin said I should learn about QT Library for GUI but what about if I want to connect any hardware just like biometric scanner or any other with my project program like bank project
3rd Jun 2019, 3:44 PM
Nouman Bin Sami
Nouman Bin Sami - avatar
+ 1
Thanks for your suggestion
4th Jun 2019, 3:54 PM
Nouman Bin Sami
Nouman Bin Sami - avatar
0
search some librarys on the internet like for example "qt" (a gui library) or something
3rd Jun 2019, 2:47 PM
Cat Sauce
Cat Sauce - avatar
0
Nom Butt try as many as you want and use the librarys you like
3rd Jun 2019, 3:18 PM
Cat Sauce
Cat Sauce - avatar
0
Nom Butt i dont really know about that stuff, just surf the internet, ask and search question on StackOverflow and you'll be alright i guess
3rd Jun 2019, 4:51 PM
Cat Sauce
Cat Sauce - avatar