Visual Basic Saving Practices?

Hi,

as we go through the lectures, i want to save my code at the various different stages i.e “BullCowGame_Lecture07start” for example.

What is the best way of saving all these different versions. At the minute im saving the .cpp As and then naming it main_002 for example, but this doesnt work out for me and gets confusing, as it doesnt put the new Main_002.cpp file in the source files, and sometimes when i ctrl-F5 it runs the main.cpp instead of the new one.

must be so obvious, but im feeling thick…

any tips would be great!

james

Look at section 3’s videos on “Version Control”

thanks dan

Privacy & Terms