| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> But 2x 4-way <1> gribouille I have no idea, and I'm not really that interested in finding out ... since generally on windows I'm using VS <0> But VS is not portable vawjrwrk! <2> vawjrwrk, anyway, nothing really works under windows <1> gribouille odd thing to say <1> our stuff seems to <1> we had a lot of it doing so when I was in Florida... network of a few hundred windows machines all doing parallel database searches for Equifax and some others <0> Cannot work, it's not opensource <3> hah <1> Ashe` oh yeah...well I gotta go get daughter from school and head home... I'll check in there <4> should I throw within a cl***? <5> what does gcc -mwindow mean ? <6> i forget, is it ok to erase a std::list iterator then do operator ++it on the iterator? <5> does the order in which you link files matter ? <3> WhatAHam: ya <3> Bob77: no
<6> Cowmoo, really? so the iterator, despite the fact that it points to a dead list node, still has a valid next pointer internally? <5> anyone compiles SDL apps using WinMG ? <7> has to go today 1 alienwre laptop price 500 includes shipping case wireless router. <3> oops sorry WhatAHam, misundertood you <3> the iterator itself becomes invalid, so no <6> yeah i figured <6> so i guess to loop through the entire list, deleting elements that meet a certain criteria, you gotta first get the next pointer, then delete the previous element.. <3> I believe list.erase returns an iterator to the next element <6> awkward.. but whatreyagunnado <6> oh yeah it does <6> duhhh <6> yeah of course.. you're right.. <3> or you could use list.remove <3> mylist.remove(myvalue); //removes all elements of value myvalue <6> or remove_if.. even better.. <3> or that <6> i don't like remove since it traverses the list again.. i alreayd have to traverse it to evaluate my predicate.. remove_if is neater.. <3> yep <6> so a predicate is a unary functor that returns true/false? <3> could be binary <3> but yes, the point is it returns true/false <5> i get a problem when linking with WinMG32 : ../MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../libmingw32.a(main.o)(.text+0x104) <5> : In function `main': <5> d:/src/mingw/build/runtime/../../runtime/main.c:73: undefined reference to `WinM <5> ain@16' <6> is the predicate p***ed *it or it (the list iterator)? <6> is it p***ed the list value_type or the list iterator type? <8> Bob77: Are you linking your application as a windowed app? <7> has to go today 1 alienwre laptop price 500 includes shipping case wireless router. <9> http://www.foxnews.com/story/0,2933,183626,00.html <9> the bird one is funny. <3> it's p***ed *iter <6> ok, so a reference to the value_type.. cool <3> value type <3> ya <6> man i luv C++ <6> i've been programming in C a lot lately <6> and am so sick of it <6> it's nice to be back <7> has to go today 1 alienwre laptop price 500 includes shipping case wireless router. <10> .. <8> Bob77: IIRC, when you link for the "WINDOWS" subsystem, your entry point is WinMain() rather than main(). <3> NI can you kickban this clown? <6> itsmeeh, ehh why you selling it? <9> who? <9> I'll kcik ban whoever you want. <9> WhatAHam? <3> haha <3> itsmeeh: <11> ooh, pick me! pick me! <3> the laptop spamming guy <3> poor drunk birdies :-\ <12> :S <3> lol <3> pwn3d <12> didn't JB have a screenshot of that guy's info? <12> I swore I had the link before but I lost it <3> thanks NI <3> dunno cn28h <6> dammit how much do you hate sysvipc?
<13> apparently not as much as you do <6> heh <6> the semaphore stuff is so awkward <6> bf2 optimizing shaders <6> doncha hate it? <6> you upgrade video drivers, it optimizes shaders <6> you adjust your chair, it optimizes shaders <14> One day I just know I'll look in here and WhatAHam won't be bitching about something. <6> hahaha <6> one day <6> that's how you know the end of the world is nigh.. just my luck.. as soon as i am not pissed off.. it all ends <14> This is how the world end. Not with a bang, but with a blue screen. <14> s/end/ends <14> Gah, I can't even get that right. <14> Time for some Earl Grey <6> man the world must have a huge core dump <6> even the register dump on the world must be more than a screenful <6> i mean.. i doubt the world is running on a register-impaired CPU <6> i'm drinking green tea <15> Last someone here told me that it is 'seperate' and not 'separate'... <15> It IS separate however. <15> duh <12> last someone? <3> last time foo <6> the chicks keep calling his name, thought domeharderuhuhuh <16> someone is playing around with vista and winfx ?? I was wondering, what look like a hello world app in it <17> probably your average windows forms hello world app does, or your average managed console hello world kinda app <16> rdragon I am trying to add code to a button but I can't while double clicking on it <17> add code to a button? you probably mean add code to an event handler for the button <17> so you'll want to visit the events pane and add one <16> well I don't see it in winfx <16> let's say I want to click on the button and add : textBox1.Text = "Heidi Klum"; <17> wouldn't you just set that text in the properties pane? <16> it doesn't create any handle while double clicking on it <17> stop double clicking it - obviously that's not doing anything <17> select the object (the button) <17> then visit the properties pane, and/or the events pane <16> hehe yeah I figured that one out <17> if you're in VS 2k5... View > Other Windows > Properties Window <16> I do it's open <16> but Its not the same in winfx windows app <17> well, look for a Text or Caption property or something <16> you want to see a pics of it ? <17> i can't imagine it's much different than a windows forms application <17> sure <16> yeah me too <17> put it on the web or something <16> where ? <17> i can't believe you can't find the property to set the button's text <17> imageshack or something <16> it's not that ... just want to add text to the textbox while clicking thebutton <16> forget about it I am just playing around <16> with it <17> oh, that's different <17> the events pane button looks like a little lightning bolt, on the properties pane <16> yeah <16> but it's not there <17> ah <17> i'm ***uming you're using "Cider" ? <16> what's cider ? tell me the no code name <17> i don't think it has an official name yet <17> "Cider" - The Visual Studio Designer for WPF ("Avalon") <16> I am using vs2k5 with windows sdk for winfx on vista build 5270 <16> yeah <17> ok <17> i guess I should buy another hard drive, so I can install vista and such <16> why ? <17> so I can use it <16> just create a little partition of 30gb or something <16> I have just 1 <17> my drive is only 80gb big, and barely has 10g free
Return to
#c++ or Go to some related
logs:
sharporova #c colac mariana
dcc++ hub wiki country claimed Rubens, Van Dyck and Breugel as citizens #london funnyjunk www.ageofsail.net fmm de prost #london
|
|