| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> ashe` too many thing that we didn"t learn <1> yeah i guess so <2> kttkp: if you know fstream you know stringstream <0> how to do that peek will check the letter after next <0> ? <2> Don't think you can <2> But you could just read into a string as I showed above <0> i got the problem there <0> it was about the spaces <3> hmm/ <3> trying to skip the spaces? <0> i thought that int b in >> b remooves the space after number from the buffer <4> in your code you handle ';' and '.' not ' ', well i'm not really a stream buff <5> kttkp no, it doesn't, it just stops on the whitespace <3> need a Get and Got function to read the stream. <6> it removes whitespace _before_ it converts input
<6> huh? <3> reading data from a stream where you need to skip or isolate common chars. <6> GPF depends on what you're actually reading <7> i can't get GetOpenFileName to do anything <6> what is GetOpenFileName?? it's not part of standard C++ <7> it's supposed to open a file browser <7> i had it working before but then i accidentally deleted it <6> one presumes you #include <windows.h> <7> yeah it compiles but it does nothing. <8> check the return code then <6> did you check the return value? <7> no <6> <sigh> <6> gotta run <6> in town for a few hours <4> here's a sample of how to use it: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/commondialogboxlibrary/usingcommondialogboxes.asp <9> uh-oh <9> was today the start of daylight savings? <7> thanks dude i was missing this line : ofn.lpstrFile[0] = '\0'; <8> for me it was a week ago <4> depends where you live :) <7> how the hell was i supposed to know that <9> north america, of course <9> ViPr: MSDN says it. that's how you were supposed to know. <7> yeah but in my help it didn't say that <9> MSDN says it. that should be your help. <7> why? <9> are you actually asking? <8> ViPr: how the hell are you supposed to know you should initialize variables.. -.- <10> does list.head.value remain empty always when using dynamic list (stl) ? <10> because i using push_back/front and its remain empty <7> i'm screwed. this filter doesn't work: "All\0*.*\03d studio model file\0*.3ds\0Doom 3 model file\0*.md5mesh\0" <7> unless i put a space before the 3 <7> the first 3 <7> how do i make it so i don't have to put a space there <4> create the string differently i guess <7> no <4> or use the character code for 3 <4> just an idea <11> bon matin tout le monde <4> good morning <7> goddamn programming is stupid <4> lol <4> it's fun when it works <12> plz remember me it goes like... While (....) do . until (....) ? <13> calc thinkc++ <14> thinkc++ = Free Electronic Book for Download: Thinking in C++, Second Edition, Volume 1& 2 - http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html <12> for me..? <13> yes <13> you obviously need a book. <12> tell me how it goes <15> it goes : do da didi didi do wop <7> how do i free a LPCSTR? <15> untie the rope <12> can I do this...? <7> mike bosse? <12> do while (choice!='E') {while choice = string[2]} <12> ? <15> calc thinkc++ <14> thinkc++ = Free Electronic Book for Download: Thinking in C++, Second Edition, Volume 1& 2 - http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html <12> but can i do this?
<12> do while (choice!='E') {while choice = string[2]} <12> ? <15> you can do lots of things...whether they make sense or not is a different issue <12> i wonna do little menu of 3 choices when the options are string size 2 like %E %S and so on... not 1 2 3 <12> howto? <12> bealtine? <15> yes <12> answer me plz.. <12> i wonna do little menu of 3 choices when the options are string size 2 like %E %S and so on... not 1 2 3 <15> you can start by reading the book <12> ok.. <12> but tell me just for a start howto.. <15> by reading the book <12> comeon... <12> bealtine? <12> bealtine???????? <12> comeon... <2> It started sounding like a song <15> oh well <15> oompa oompa <16> comeon comeon comeon beaaaaaltine, come and gooooo <16> come and gooooooooooo <17> sounds like something boy george would sing (dunno if that is a good thing tho :o) <15> i can do an "oirish" song... <15> diddli die diddli die <13> oh yeah, the good ole comeon song <18> anyone have any pointers on how i would be able to read the contents of a scrolling chat box from another running program and log each line into my program? the program i'm targetting is MFC7.1 based, and I think the resource is a scrolling listbox <10> maybe windows hooks can do it <19> hello, any idea why bjam fail for me <19> http://rafb.net/paste/results/m6OvOU13.html <20> what is bjam? <19> Jam, is in boost <21> Can a rheumatologist also treat dermatological diseases? <22> how can i return a char and an int at same time ? <22> is this possible ? <23> std::pair<char, int> <2> char lala( int & ) too <23> aye <22> =] thx <23> =] np <2> They **** <23> will you ever read them, I wonder <24> i hope so. <2> Every game programming book ****s <2> No exception <23> wattt? <2> Not even a half-not-that-bad one <23> are you confusing game theory with game programming or..? <24> This isn't game programming <24> it's game theory <2> Game theory = theory that making a game is usually done by romanian democoders who will eventually give up and become spammers <23> zbo: game theory in general, or are they on specific area (e.g. economics etc) ? <23> (also, what books?) <2> The Art of War <24> Bell, R and Cornelius, M. Board Games Round the World: A Resource Book for Mathematical Investigations. Cambridge University Press, 1988. && Binmore, K. Fun and Games: A Text on Game Theory. D. C. Heath and Company, 1992. <23> alright <2> Hope it's more readable than your line <24> ashe`: I thank you for your hopeful spirit. <2> I live only to care about you <23> Ashe's spirit is always hopeful <23> it's what keeps the channel running <2> Like "oh, I hope it'll get longer when I grow older" <19> lol Ashe`... i seen you have a lot of problems <2> Why, are you my confident from #cyber***or? <24> confidant <2> I'm not talking in english <21> Hehe... Ashe` doesn't know about game theory <19> i dont know you Ashe`, but your idea about hame theory makes me laught <2> Real world experience
Return to
#c++ or Go to some related
logs:
#linux stu-bored
DD-WRT adsl router unbuntu sip tribalfuse peedubya #MissKitten #windows #php /etc/httpd/conf.d/welcome.conf +help
|
|