News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

cctest project missing from Contrib workspace?

Started by stahta01, April 25, 2017, 02:13:28 AM

Previous topic - Next topic

stahta01

Is the cctest project missing from Contrib workspaces on purpose?

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]

ollydbg

Quote from: stahta01 on April 25, 2017, 02:13:28 AM
Is the cctest project missing from Contrib workspaces on purpose?

Tim S.
My point is that cctest is only for test, so only developer need to build it. So, no need to put it in that workspace.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

stahta01

Quote from: ollydbg on April 25, 2017, 02:29:26 AM
Quote from: stahta01 on April 25, 2017, 02:13:28 AM
Is the cctest project missing from Contrib workspaces on purpose?

Tim S.
My point is that cctest is only for test, so only developer need to build it. So, no need to put it in that workspace.

OK, Did you know it was in all of the CodeBlocks workspaces? Example: CodeBlocks.workspace

Your answer implies it should NOT be in them.

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]

ollydbg

Sorry for the late reply.

Quote from: stahta01 on April 25, 2017, 03:45:22 AM
OK, Did you know it was in all of the CodeBlocks workspaces? Example: CodeBlocks.workspace
Your answer implies it should NOT be in them.
Correct, from my point of view, a normal user don't need to build this application.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.