How should I start creating <a new version> of a software written in C++? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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