Does Cobra have a compiler setting for projectwide overflow checking? I couldn't spot one.
And is there an equivalent for C#'s "checked" and "unchecked" keywords?
Thanks.
Forums
Projectwide overflow checking
3 posts
• Page 1 of 1
Re: Projectwide overflow checking
No, but here's another example where leveraging C# for a back-end gives us options:
cobra -native-compiler-args:"/checked+" program.cobra
There are no checked and unchecked language features right now.
cobra -native-compiler-args:"/checked+" program.cobra
There are no checked and unchecked language features right now.
- Charles
- Posts: 2515
- Location: Los Angeles, CA
Re: Projectwide overflow checking
- Code: Select all
cobra -native-compiler-args:"/checked+" program.cobra
That is way cool to be able to use C# compiler arguments. Sure, that will do everything I could possibly want.
Hard to imagine that I would ever use the "checked" and "unchecked" C# keywords. Those, I was only curious about.
- DelphiGuy
- Posts: 116
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 12 guests