+ 2
How will I transfer my c++ programs into real life problem solving tool
3 ответов
+ 4
i don't know what you mean,to tell the truth.. but for example you can create interesting program in order to solve your problems/tasks every day without any help from outside.. ee... for example. We are people and we download with Utorrent every day films,music,files and etc. Your utorrent files(down.) will download in one folder. and you can write the program which will delete files with .exe or .torrent or etc. it will be easier to run the program in order to delete into two clicks than each file delete by hand. Besides, you can improve you program every day and receive new ideas every day. Good luck )
+ 3
You cannot transfer a C++ app to solve a real world problem. You need to take a real world problem and program a solution using C++.
Some good C++ apps you can make are as follows:
game engines
chess playing engines (like RobboLito, FireBird)
efficient sequence generators (like prime number generator)
and many more
If you are really planing on making a real world problem solving tool using C++, then use all your skills and make an apps similar to R, STATA and SPSS. Remember to program a nice looking user interface.... probelm solved
+ 2
@krishneel: thnx