Change C++ std to whatever gcc supports #27
Replies: 1 comment
-
I see your question covered quite a lot of questions about my kernel, so I will answer them separately.
The current C++ kernel - version 1.0.0a7, uses the C++ 14 standard. The plan for other C++ standards only happens in the future, when the kernel reaches its stable state, not alpha or beta state. If you ask about adding compile flags for your code, you can try //%cflags: <your flag>
I don't get your question. If you're asking about the support of the The reason I have made a short description is "C++ kernel for Jupyter. Easily adopt and deploy for testing environment." is because of the different organizations and people with different
Well, yes. I had thought that way, but as I mentioned earlier, it should be an option only when the kernel is ready to be in production. You have to wait, but not too long.
At least you cannot because of the restriction I have made to the application. If you find a way to break that wall, feel free to share it with us. I am always happy to hear how and what kind of other developers do on my software. By the way, thanks for your comments, suggestions, and your concentration on my source code. Honestly, I am having problems when finding a new wind with my kernel. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use jupyter on browser and vscode, primarily on vscode,. How do i change the C++ standard so that it is easier to change standard of code. i check the kernel.py
What can I do to change the standard per nootbook basis, because if it uses native gcc then it sure can support newer versions too right?
And in that case we can use the same kernel for running C programs
using fstrings
f'std={self.standard}'
in all the places is one suggestion.How do i pass the std for the particular nootbook on vscode/browser?
Beta Was this translation helpful? Give feedback.
All reactions