+ 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
8 Respuestas
+ 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.
+ 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
+ 1
Olin Guerrero How many libraries do I need to know ?
+ 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
+ 1
Thanks for your suggestion
0
search some librarys on the internet like for example "qt" (a gui library) or something
0
Nom Butt try as many as you want and use the librarys you like
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