@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13



Comments:

<0> [04:21] <8> i hope you feel utterly intimidated :)
<0> [04:23] <0> Yeah, it's always nice to feel that brotherly love from our friends overseas
<0> [04:23] <big\Al> i sure hope he does not "hack" us in revenge with his "skillz"
<0> [04:23] <0> He couldn't hack a toaster
<0> [04:25] <big\Al> "how i inject teh toast??"
<0> [04:25] <0> rofl
<0> Haha
<1> JBlitzen: you're so silly ;)
<2> idiot's with emechs
<3> vreun roman pe aici?
<4> da
<4> dar vb pe engleza totushi
<3> :))
<5> is STL compatible with MFC application ?
<5> i am using functions that manipulates std string and i always get an error in heap



<4> Chiheb__: it works fine
<5> i use it
<5> and
<5> i always
<5> get an error of heap
<5> i mean a runtime exception
<6> then you've done something else wrong
<6> post a minimal example to the site in the topic
<4> lol
<4> hahaha
<5> where i can post there
<5> http://www.noidea128.org/
<5> that function work fine
<5> but after it finish
<5> a runtime exception appears
<5> alo
<5> ?
<7> fn[fn.size() - 1 - u]
<7> possible -1 index
<6> also, that last while loop is suspect
<6> what is s1 never equals .? operator[] for std::string won't range check
<4> heh, yeah
<4> the whole function looks ugly
<7> try a debugger + step.. step... step
<7> and find it yourself ;)
<4> Tamama: he's out anyway
<7> meh
<5> hey back
<5> did anyone find where can be the prob
<5> ?
<4> [15:36.41] <6> also, that last while loop is suspect
<4> [15:37.01] <6> what is s1 never equals .? operator[] for std::string won't range check
<5> ya
<5> is right
<5> but i tested it wih string haveing . inside
<5> it all work fine
<5> but then the program interrupt
<5> does it cuz problems to p*** arguments as reference ?
<5> between an application and a Dll
<5>
<8> for stl objects then yes
<5> aha really ?
<5> i tryed to p*** them as pointers
<5> but its the same problem
<5> i get a stupid heap exception
<5> http://cpp.sourceforge.net/?show=16562
<8> and?
<5> res_str->***ign(fn); <------------------- this line cause Exception raising
<5> although i p***ed a valid argument to the function
<8> you cant p*** std:;string to DLLs
<5> well
<5> thats in the header
<5> the functions
<8> wtf is your point?
<5> i tryed to move the definition from the cpp to the header to get rid of dll probs
<5> i still get an error
<9> http://kdkaradio.com/play_window.php?audioType=Episode&audioId=70016
<10> word
<6> excel
<9> lotus
<10> powercalc



<6> powershell! for the win!
<9> haha
<6> still sounds like something from Super Mario Brothers
<9> visicalc
<10> did you see the IDE for it?
<10> www.powershell.com
<6> No. I'm still laughing at the name
<6> an IDE for a shell is an oxymoron
<10> looks pretty slick
<9> I was thinking more like power rangers, but super mario works too
<10> well it's a script editor / debugger
<6> er, wait. not an oxymoron
<6> oh dear. and people are copying that new toolbar system
<6> without much thought on how it should actually work
<10> well, he was partly working with microsoft on the effort i believe
<10> he's from sysinternals
<6> neat, I guess
<6> though when your shell requires a debugger, one wonders if it's actually a shell anymore
<6> and not a scripting language
<11> well I'm back with complete specification:p
<9> maybe the shell interface is done inf flash, then it could have all kinds of sweet effects
<11> I need to read a jpeg and convert it to a raw image
<11> then have to convert that raw image in to j2k
<9> "raw image"?
<6> yikes. j2k
<9> as in a DIB?
<3> http://www3.infoiasi.ro/~puiu_george/pb1.log
<11> I don't know what this raw image is :S
<11> may be decoded jpeg?
<11> any idea?
<6> The JPEG 2000 libraries are still pretty primitive
<6> last time I looked seriously, Kakadu was about the best (but cost monies)
<11> actually I've to create a thumbnail
<11> when dealing with jpeg I've to decompress the whole file then change the size and then again compress the one with small size
<11> so its time consuming
<11> j2k is scalable I don't need to decompress the whole file in order to get the image for thumbnail
<6> it's also insanely CPU intensive. I thought this was for a mobile device?
<11> yes its for a mobile device
<11> which would be the best lib for processing jpeg encoding, decoding etc?
<6> libjpeg
<6> as I said yesterda
<11> yeah I do remember :$
<11> was just confirming :)
<11> actually this is my first exposure to software market and my first project :)
<11> so I'm a little excited about it :p
<11> though I'm asking some silly question as well
<10> al-zarqawi most likely killed
<10> holy crap
<10> i just checked my news for the day
<10> good work
<10> one last scum bag out there
<10> less
<12> If I want to return the field val, is this ok:
<12> ldfld int64 piProg.safa/x::val
<12> ret
<10> are you pushing the reference onto the stack before ldfld?
<12> You mean ldarg.0?
<10> yes, if you're looking to do this->val
<12> No I am not. Well pointed out.
<3> http://www.omfg.ro/img/cutie-postala.html
<12> Actually the C# compiler does some crazy stuff for the same thing:
<12> IL_0019: ldarg.0
<12> IL_001a: ldfld int32 test.xCl***::val
<12> IL_001f: stloc.0
<12> IL_0020: br.s IL_0022
<12> IL_0022: ldloc.0
<12> IL_0023: ret
<12> And thats just for return val; in C#
<10> debug or release build?
<13> that's clearly unoptomized
<12> debug
<14> that looks to me like a beginner code generator's attempt at building code
<12> The official guide for a microsoft tech manager says there is no need for 'nop' in the C# compiler, and the vb guys got it because they need it for breakpoints on empty lines.


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c++
or
Go to some related logs:

postfix error writing message: File too large
#AllNiteCafe
wwwsekscom
#linux
am norocul
#teens
#linuxhelp
#linux
fak you
#london



Home  |  disclaimer  |  contact  |  submit quotes