We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clone a new copy from branch "feature/sad using this command below
git clone https://github.com/strict-lang/sdk.git -b feature/sad
===============================================
check strict version , go version , c++ version , g++ version , current branch name :
strict version go version c++ --version g++ --version git branch --show-current
=============================================================
then wrote the following to create header and cc file , i got only empty header file ( do not forget to create hello.strict file inside src folder )
strict build Hello.strict -b g++ -r pretty-json
==========================================
I found empty header file in project folder path :
{ project directory } \sdk.strict\build
Now the problem is :
We expect CC file with header file in this path below : { project directory } \sdk.strict\build
Unfortunately we got header file only .
=================================================
http://www.mediafire.com/file/v5bmnr8bo94g715/feature_sad.mp4/file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please do the following :
clone a new copy from branch "feature/sad using this command below
git clone https://github.com/strict-lang/sdk.git -b feature/sad
===============================================
check strict version , go version , c++ version , g++ version , current branch name :
strict version
go version
c++ --version
g++ --version
git branch --show-current
=============================================================
then wrote the following to create header and cc file , i got only empty header file
( do not forget to create hello.strict file inside src folder )
strict build Hello.strict -b g++ -r pretty-json
==========================================
I found empty header file in project folder path :
{ project directory } \sdk.strict\build
Now the problem is :
We expect CC file with header file in this path below :
{ project directory } \sdk.strict\build
Unfortunately we got header file only .
=================================================
Please watch this video for more details
http://www.mediafire.com/file/v5bmnr8bo94g715/feature_sad.mp4/file
The text was updated successfully, but these errors were encountered: