| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> just ask in channel <0> I actually need to jet off to the shops for now <0> I'll be back in 10 mins or so <1> Aha ok. Well I just wanted to tell me why some code won't work <0> just paste at http://rafb.net/paste along with errors <0> I'll take a look when I get back <2> or paste it at noidea like it suggests in the topic <1> URL: http://www.nomorepasting.com/paste.php?pasteID=63078 <2> what isn't it doing? <3> std::getline probably <1> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== <2> what's the error ?? <1> If I remove the system("pause") it will work <1> Ahhhhh <2> I don't know where system() is declared <1> Now I looked for an error and saw it
<2> I don't use it <1> I didn't put ; <1> Works now :) <3> that to <4> undefined symbol for a missing ;? <3> where'd you see undefined symbol? <3> oh <3> nevermind, misrad that <2> no, for a missing system() <3> misread <3> because of namespace contaimination <3> the dinkumware headers aren't the best <2> what compiler are you using evol ?? <3> somehow stdlib.h gets included <3> and pow, right in the global namespace! <1> Vidual C++ 2005 Express edition <2> yeah, that's a ****up <1> :o. <1> So any ideas where to find it? :p <4> Find what? <2> it's likely in cstdlib <4> The .exe? <1> Yes <4> In ./debug/ <2> ***uming you were compiling for debug <2> why do you want to find the .exe ?? <3> in $(SolutionDir)$(ConfigurationName) <4> Since it defaults to debug and he doesn't know where the .exe is <4> And he probably wants to find it cause it might be useful to actually have the file, duh <1> Well I have done my prog. I am done. Now where to find it :p <3> my documents - <3> erm <2> if you still have that system("pause") crap in it, it's NOT done <3> my documents -> visual studio 2005 -> projects -> <solution_dir> -> <debug | release> <3> most likely place <4> vawjrwrk makes me horny when he uppercases <1> Got it :p <3> oh crap <3> i forgot about the all hands, no seat for me <3> bbiab <1> Oh and its released with that crap :p <2> evol that's a foolish thing to do <1> Well the 'user' my mate in this case that I want to show him, won't be able to see the whole thing as it will dissapear <2> why will it disappear? <2> how are you going to run it? <5> i have some menu cl*** thas has to call to different functions from all cl***es in my project <5> what the best way to da that ? <5> do <4> Signals/slots <1> Uhm, let me try again then ;p <4> That'd look like menu.onclick.connect( someobject, &objectcl***::method ); <4> Then menu.onclick( someargs ); <1> It dissapears after you insert the value if you dno't have that crap man <2> HOW ARE YOU RUNNING IT?????? <5> some idea ? <1> What do you mean how am I running it... I double click the exe <4> I was talking to you, fozo <2> double clidking on some icon? <5> ah sec
<2> yeah, ****ing microsoft idiocy <1> Yes double clicking the .exe file <1> :/ <6> there's a reason they call the console programs <6> s/the/them <5> what signals you talk to me ? <4> You know, vawjrwrk, sometimes you're more than ridiculous <1> S/call/calling <4> fozo: hm? <5> didn"t got you <4> You'd have to write it, it's some template stuff <2> MrAshe Microsoft ****ed up bigtime.... there USED to be a switch that would leave the shell open <4> But I think there's some small lib that does it in a not too bad way <5> so how to do that ? <2> IF you're going to actually allow starting a console program by double clicking the default icon there should still be a way to leave the results around <5> make it friend to all cl***es ? <4> fozo: get that lib and look at it? <4> And you don't need to make it friend <1> That sounds logicall. That is why I used that system("pause") <4> vawjrwrk: it's the way you talk, more than what you say ;) <2> so if someone executes it from a shell, it never comes back <2> you don't like me calling MS ****ing idjits ? <1> M$ ****s a$$ :p <1> If it wasn't for graphics I would have switched to linux long time ago :p <4> I don't care how you call MS, but you certainly look stupid with your uppercasing, your "lololololol" and just about every other sentence <2> oh, now _there's_ lots of fun <4> But it gives this channel some #teenchat feeling, that's cool, I like little girls <2> how would you emphasize things, or do you speak in a monotone also <4> Not sure where there's anything that needs to be emphasized <5> i didn"t find in google object cl*** <1> Lol <4> You could just tell him "if you run it from a console it won't go away" <4> There, done, no more filling of my harddisk with useless logs <1> But you would also have to explain to me what does running it from the console means <4> Start => run => cmd <2> MrAshe look how long it took to get him to tell me how he was executing the program <4> It was obvious how he was executing it <5> MrAshe what did you tell me about the object cl*** ? <1> I just didn't get the question, as I didn't know that it made any difference <1> MrAshe, aha <4> I said something about an object cl***? <1> Like, if I ask you something related to mIRCscripting that you don't have so much experience with it, will you answer imediately? <4> http://sigslot.sourceforge.net/ <= signal slot library, dunno what it's worth, but you'd get the idea <7> vic, most of the time you'd be double clicking to run a console application, you want it to close immediately when it's done. <2> likely not, I used mIRC for 3 days back in 1996...gave up on it <1> MrAshe is that for me? :s <4> Nope, for fozo <2> JBlitzen what's your point? <7> My point is obvious. <4> vawjrwrk: his point is arguing :) <2> MrAshe ah, thanks <7> I didn't argue. <7> vic knows what my point is. <4> You're arguing you didn't <0> here we go again.... <7> Don't argue about it, ashe. <4> It's facts <7> Nothing's facts <7> vic, if you want a shortcut to a console application that stays open, change it to: <5> MrAshe i can"t use that library <4> Good, I'll keep that line for each time you argue :) <7> cmd.exe /K "dir" <7> Or whatever. <5> my program has to run on g++ <5> that will be a problem <4> fozo: why wouldn't it work with gcc <5> i have to include that library <2> JBlitzen my point was that Microsoft used to have a nice checkbox in the icon you get with a .exe that said "keep console open" they never should have gotten rid of it <4> Ehm.. so? <2> and I don <4> It's just a header <7> That'd be a funny place for it <2> don't want to run "dir" I want to run the program I compiled
Return to
#c++ or Go to some related
logs:
#php #linux theaquatoystore pronounciator english eidleweisse #teens #chatzone #linux #c #linux
|
|