How should I start creating <a new version> of a software written in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

How should I start creating <a new version> of a software written in C++?

Dear SoloLearn community! I have the source code of a free software written in C++. And, under the terms of the GNU General Public License, I can modify it, ..., etc. Basically, the folder have many files with these extensions: .cpp, .dep, .dsp, .dsw, .h, .ico, .opt, .plg, .rc, .dat, .vcw Some of them, I do not what they are used for! 🙈 This post was a first step: https://www.sololearn.com/Discuss/1367392/how-can-i-write-c-programs But I still need your valuable HELP! Thanks in advance! 🙂

20th Dec 2018, 5:43 PM
Geovanny Martínez Forero
Geovanny Martínez Forero - avatar
2 Answers
+ 8
Yash Thank you for your reply. It will help me rebuild and understand how the soft works 'cause this is like a jigsaw puzzle. At first, you have the pieces but not the complete picture!! 😌
22nd Dec 2018, 5:59 PM
Geovanny Martínez Forero
Geovanny Martínez Forero - avatar
+ 7
.h=header .CPP=c plus plus .icon=image file format .dep=depandancy file  .dsw=devloper studio workspace file .opt=option file format .plg=plugin file  .rc=resources file format .dat=data file .vcw=visual workbench Information
22nd Dec 2018, 5:30 PM
Yash🏁🔘
Yash🏁🔘 - avatar