Re: How to deal with big-size files??
bigger than 2GB means BIGGER (greater than). This means a file of
1000 GB if you wish!
Is there is any method available in C/C++ or any language to deal with
that
Python for example manage variables types in this case is the size
will be infinite"limited to physical memory size" or also limited to
64-bit
.
Relevant Pages
- Re: Typed Python?
... >language without being dragged down by poor performance. ... Isn't this mostly an architecture dependent issue? ... Python is certainly slower than plain C/C++, ... C/C++ partitioning is not a trivial undertaking by itself. ... (comp.lang.python) - RE: Converting Python code to C/C++
... less than 1 week in python, and find it liberating, and educational, to ... And at the same time they will have added a second language to ... As Kurt points out, learning C/C++ takes considerably ... find a way to access MIDI files in it, and rewrite all of my code. ... (comp.lang.python) - Re: What language would you use if you never cared for the world?
... What language would you use for your own programs ... >> For serious stuff, Python. ... and as inspiration for how to design C/C++ ... > Alternative would be to do my own language that could use libraries ... (comp.programming) - Re: Back to the future - python to C++ advice wanted
... Suddenly I found myself transliterating common python idioms and patterns, looking for libraries to replace python's "included batteries" or writing my own from scratch, using templates in an attempt to mimic duck typing, and so on. ... Still, I am not sure if this is a good idea in general since every language has its own idiosyncrasies, and this is obvious when one sees python code looking like C or Java. ... OTOH, bringing python's higher level of expressiveness to C/C++ might actually be a good thing, leading to cleaner, safer code. ... (comp.lang.python) - Re: Does Python really follow its philosophy of "Readability counts"?
... with enforcing that "shouldn't" in the language itself? ... In Python, direct access to pointers is a MUST NOT. ... where you are allowed to mess with the implementation. ... human assembly language programmers? ... (comp.lang.python) |
|