| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> Ashe` Have you been riding a diesel engine motorbike? <0> Ashe` 1.7 litre per 100 km <1> I only needed to append it, thank you <2> sk8ing that doesn't make any sense (you're reply) <3> Hallo <1> I needed to append every element from .begin() to .end() to another vector <4> Osprey: nope <1> and I wanned to use a back_inserter
<2> then you use othervector.insert(othervector.end(), v.begin(), v.end()) <2> a back_inserter will run slower <1> I thought insert will insert only one value... <5> sk8ing it does, unless you use the range insert version <5> or if your range is only 1 element <2> no, there is a range insert <2> I thinik I got the args right, the location MIGHT be the last arg, not the first <5> i think the dest is the last arg <2> nope <5> er, yeah, it's not <2> coll.insert(coll.end(), beg, end) <6> hi! I am looking for a "big integer" cl*** because I need to store very big numbers (only limited by the amount of ram). Is there any "known" cl*** out there? <2> vortex__ I haven't seen one, but there's gotta be somewhere <2> what are you going to be doing with it? <2> a quick search found this: https://sourceforge.net/projects/cpp-bigint <6> thanks, i'll check that. I need it because I have to do some tests and I am not sure if there is a standard type that can handle the numbers that could possibly arise <6> vawjrwrk, btw... how did you look for it? <2> I used a meta search engine bigint c++ <2> how large of ints are you expecting to have? <6> I am adding 2^X being X [0..sum(somevector)) and the vector doesnt really have a limit <7> yeah you need bigints then <6> hehe <8> vortex__: What OS? <2> vortex__ for what? <8> And compiler? <6> right now g++ (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) <8> For that, I'm not sure. <4> long long <8> Win32 has LARGE_INTEGER.
<8> And yes, there's long long <2> Solamente wtf is that <4> LARGE_INTEGER is 2 dword's <7> long long is so ***ual <6> hahaha <7> long dong <6> I don't really need speed, this is just to test some hipothesis, i'm more concerned about the size of the number that's why I prefer to use some bigint cl*** and not use long long or those types <8> Huh? <2> vortex__ you still haven't said how large <8> Why not just use long long? <7> long long is not long enough!! <2> maybe 64bits aint enough <8> That's a pretty big number. <8> long long long then. <2> 10^21 <9> hi all <6> I don't really know.. it could be larger than my ram (and I dont have 8MB :P) <8> Roll your own REALLY_LARGE_INTEGER structure and supporting functions. <4> Larger than your RAM, sure <8> heh <2> why not use bigint from sourceforge <2> someone's already done the work <6> I've just downloaded it <8> There you go. <7> i prefer to invent my own delapitated wheel, thanks <10> the C cl***ic is the GNU GMP library <6> nono, I DO NOT prefer that, that's why I came here and asked <10> no doubt someones wrapped that in C++ clothes <2> Asriel if so, I haven't run across it <7> a translingu-al.. kinky <10> http://www.gnu.org/software/gmp/manual/html_node/C---Cl***-Interface.html#C++%20Cl***%20Interface <4> Evil wifi DNS went down <4> Someone give me a link to masm32.com
Return to
#c++ or Go to some related
logs:
#AllNiteCafe www.quotesdb.info/undernet/gentoo/13Mar2006/2.html #AllNiteCafe java how to write your own Look and Feel #AllNiteCafe #java #linux Say hi in Gaelic
alert through adressbar javascript #mirc
|
|