@# 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



Comments:

<0> ideas?
<1> won't you still be around here rob?
<1> well come summer god knows where i waill be actually
<1> ganyannga, ibenta ng mabuti ang sarili
<2> He must've been talking to khan
<3> yeah, that's not allowed
<4> bye all
<2> Haha rd
<3> is partial specializatin of template functions the one that's invalid ?
<3> (can you partially specialize template functions?)
<3> hmm, i guess not (****)
<5> i just have a l'ill quetion...
<3> ask
<5> lol ok
<5> i dont know how to ask it lol



<5> sry for my english im french:p
<5> this is the way id like my prog to work
<3> i guess that's a problem :)
<5> i want the user to enter his or her name
<5> if this is the name i want, i put a cout, else there's anoter cout
<5> but i dont know how to formulate my condition
<5> for my if
<5> like if ( name = Joe Black)...
<3> std::string name; if( cin >> name ){ if( name == "johnny" ) { std::cout << "Hey Johnny\n"; } else { std::cout << "I don't know you.\n"; } }
<5> WOW
<5> lol
<3> :)
<5> what a brute lol
<5> this is my first cl*** of C++, in fact im studying in math, i dont even know why i have this cl***
<5> anyways
<5> thx
<5> :)
<3> sure thing
<5> im back rdragon, cuz when i run the prog you gave me, it dont even ask me to enter a name
<5> :S
<6> hehe
<6> std::cout << "Enter name: "; before all that
<3> entry prompts cost extra
<3> i was hoping you could at least manage that on your own ;)
<7> join# renderman
<7> sorry
<8> help....how can i delete a character of a std::string ???
<9> http://www.cppreference.com/cppstring/index.html
<9> look there
<9> probably a combination of find() and erase()
<9> or if you know where the character is, s.erase(charIndex, 1) should do i<7> this is valid?
<7> string +=char;?
<7> it will just concatenate what ever char to my string right?
<9> yes
<9> dur
<9> no
<9> try and see
<7> I have a question
<7> Im getting a char from a file using
<7> get(char)
<7> but I want it so that when the char is a #
<7> it will move the pointer to next line
<7> I tried seekg (\n);
<7> but it did not like it
<10> did not like it?
<7> is some way to say move to the next line?
<10> can't you read it in lines
<10> then go through each string of lines with a for loop or something
<10> each line string ^
<7> no I cant
<7> well if I was doing it in in lines
<7> how would I tell it to move to the next line as soon as its finds a #
<10> break or something
<10> kinda depends on the algorithm
<7> no because that will breake the loop
<7> i jus want it to skip that line and go to the next one.
<10> line = readline()
<10> or something
<10> goto label
<10> anything
<10> gotta be many ways to do it



<9> ya there are
<9> here's one
<9> std::ifstream in("myfilename"); std::string s; while(std::getline(in, s)) {if (s.find_first_of("0123456789") != std::string::npos) continue;}
<9> missing else there, but you get the idae
<10> i have both static and non static functions inside a cl***, how can i access the non static functions from within the static ones?'
<11> Win32, CreateFile, ReadFile, WriteFile question, is it possible to not use overlapped and read from one thread and write from another ?
<12> HI guys,it's me again, how do I get an array filled up with 10 randomized numbers?
<13> yes, and if you type that into google you get about 10 pages of results also :P
<12> I do not like google
<12> I prefer to interact with people
<12> IRC
<10> lol
<10> google is your friend
<10> but i kinda agree
<10> it's easier to get answer on follow up questions by real people
<12> yep,people like you...or at least sharing something on common
<12> google is full of nasty stuff...
<12> scaring..
<13> like information?
<12> it depends on the kind of info..
<13> "generating random numbers in c++"
<13> so you are claiming that typing that into google and reading the very first result is difficult?
<12> no
<12> u don't get me
<12> I prefer to ask to a human being...so he could be able to explain me if something is not clear
<13> whats there to get. The first bloody result on that search is from about.com!! It doesnt get any simpler!
<13> It explains, in detail, exactly what you want to know
<13> probably far better than anyone here.
<13> If you have a problem understanding any of it at all THEN i will be more than willing to help
<12> nop,what I want to know is how to integrate it in multi threading...,so I just need a simple example the rest is about it..
<12> so,If you won't answer at least don't bother me..please
<13> i just did answer....
<13> with the EXACT info on what you need.
<13> If your too lazy to read a 4 page tutorial then thats your problem
<12> if you won't help..don't write pal..that's my problem
<12> ok,mister how to do
<14> alkaloide_--: std::vector<int> x; std::generate_n(std::back_inserter(x), 20, std::rand);
<14> well that's 20 rather than 10
<15> wow, #spoonfeeding
<14> true, but there's not much chance of him understanding it
<14> he probably wants to do it in C anyway
<12> why not yyparse???
<16> hello, what does "#pragma link" statement do
<17> depends on the compiler
<16> do not laugh: borland builder 5 enterprise
<17> #pragma is compilersystem specific
<16> on windows xp
<17> read your docs
<14> noone here uses borland
<17> look it up in your docs
<14> at least noone of any consequence :-)
<16> heh there are times when hardware requires specific compiler
<17> no there isn't
<16> yes
<17> you are mistaken
<16> chicoplus data acquisition card, was designed to allow interface from only borland-family
<17> I don't believe you
<17> but I'm not going to argue, I've got to get my daughter to school
<16> there is a wrapper for visual, but innovative integrations admit it supports not nearly half of functionality
<17> and I've been interfacing hardware to software for over 40 years, you are mistaken
<16> lol
<16> ok
<16> the company is innovative integrations
<16> call them yourself
<17> sthat THEY chose to write **** only for Borland is their lookout
<17> I don't give a ****
<17> and I'm NOT going to go write a bunch of **** for a company so ****ing foolish as to require a compiler that's broken
<17> but to solve YOUR problem...read your goddamned docs
<16> what are you so angry about
<17> that you seem incapable of looking anything up, then you go spout off a bunch of nonsense
<16> i did not choose card and i did not choose compiler
<16> i myself have never use borland, hence my reason for joining this channel
<17> LOOK UP #PRAGMA LINK IN YOUR ****ING DOCUMENTATION
<17> AND GET THE **** OUT OF MY CHANNEL


Name:

Comments:

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






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

EMDJEE
tiadulce
fax4cups empty phone number
#linuxhelp
salsalana
javascript cancel onmousedown
#MissKitten
#MissKitten
shitting torrents
river largest tidal barrier



Home  |  disclaimer  |  contact  |  submit quotes