News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Questions on Storage of Projects and Files

Started by papagym, July 27, 2015, 05:00:30 PM

Previous topic - Next topic

papagym

These may be dumb questions!  But they are pertinent to a beginner. (Please don't tell me to read the C:B Wiki)   A brief explanation will do!  Thanks

How does C:B know where to store your projects and files?

Can these locations be changed while your working in C:B?

How do the Pro's store their reusable functions, lists, snippets, etc. for reuse in other programs?

stahta01

Quote from: papagym on July 27, 2015, 05:00:30 PM
These may be dumb questions!  But they are pertinent to a beginner. (Please don't tell me to read the C:B Wiki)   A brief explanation will do!  Thanks

Quote from: papagym on July 27, 2015, 05:00:30 PM
How does C:B know where to store your projects and files?
The user selects the location (note: there might be a location that is used by default)

Quote from: papagym on July 27, 2015, 05:00:30 PM
Can these locations be changed while your working in C:B?
Yes

Quote from: papagym on July 27, 2015, 05:00:30 PM
How do the Pro's store their reusable functions, lists, snippets, etc. for reuse in other programs?
No idea of what the Pros do.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

BlueHazzard

Quote from: papagym on July 27, 2015, 05:00:30 PM
How do the Pro's store their reusable functions, lists, snippets, etc. for reuse in other programs?
probably in files (also called source files, or simply text files), but there are also special websites like http://code.openhub.net/ , there exists also a wiki entry about this https://en.wikipedia.org/wiki/Snippet_%28programming%29 or they print them out and place them above their bed, who knows...