Hi,
I want to learn how to export simple Project Template.
I have problems with substitution parameters.
Ex. I want to create template project with this structure:
int main()
{
double $var1$ = 2.0;
cout << $var1$ << endl;
return 0;
}
Help please. I have no more patience...
Zaleski Michał