Die Suche ergab 2 Treffer
- Mittwoch 22. Januar 2014, 19:29
- Forum: Allgemeine Fragen
- Thema: No overflow in variables?
- Antworten: 2
- Zugriffe: 310
Re: No overflow in variables?
Thank you 
- Mittwoch 22. Januar 2014, 19:17
- Forum: Allgemeine Fragen
- Thema: No overflow in variables?
- Antworten: 2
- Zugriffe: 310
No overflow in variables?
Hi everyone. First of all sorry if my English is not good.
I have a question about something in Python I can not explain:
in every programming language I know (e.g. C#) if you exceed the max-value of a certain type (e.g. a long-integer) you get an overflow. Here is a simple example in C ...
I have a question about something in Python I can not explain:
in every programming language I know (e.g. C#) if you exceed the max-value of a certain type (e.g. a long-integer) you get an overflow. Here is a simple example in C ...
