@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> :/
<0> 'pseudo science'
<0> for thats reliable
<0> !
<1> I partly believe in things like that.
<0> personally i believe its a waste of valuable cpu cycles
<1> I do believe in ghosts, personally.
<0> these are simply optical illusions cause by either interference
<0> or your brain misfiring
<0> ive seen this myself
<0> and heh its far from real however real it might look
<0> whoever claimed they got raped by it, is a candidate for suicide.
<1> Well, arguing the point of a pointless debate to begin with is much similar to that of a debate regarding while statements being used instead of goto statements.
<1> Personally, I think once the statements are broken down they all just jmp.
<1> JNE, JE, etc.
<1> rip: Where is this claim of a rape?



<0> wikipedia's website
<0> Some individuals have described being menaced, chased, or (more rarely) attacked or raped, by shadow people.
<0> !
<1> Wow.
<1> I agree with you about most people claiming stuff like that.
<0> most ppl don't realize that all of our senses are basicaly impressions the brain translates and in that lies that humans really have no ****ing clue how the brain works(well, we have some clues, but the network is so vastly complex we haven no graps of it)
<1> But in rare cases I do believe people really do see ghosts.
<0> ive spoken with Death himself, ON LSD
<0> :P
<0> proof is in the pudding; your brain makes this **** up
<2> HELLO TROPPA
<0> i have a very firm grasp in reality and the fact that i know that not everything you see really is happening (well for YOU it is happening, not for others, unless they too are hooked into the same 'wavelength')
<0> infact, most ppl see small hallucinations very random;ly not even noticing it happens
<0> most ppl dont dnt think anything of it
<3> Hi fellas
<3> What'd I miss?
<2> wat is an interpreted language\
<4> someone tell me why in the while() loop in main() display_menu() is being called twice? how can i fix it so it display_menu() once thanks (btw i'm aware the rest doesn't work properly =)
<4> http://rafb.net/paste/results/O48B3v37.html
<5> ill look at it
<5> if(person[0].flag == 0) {
<5> printf("No entries to print\n\n");
<5> return;
<5> }
<5> will always do that because you decalre it as 0 at the beginning
<5> and thats why its looping over
<5> so you have to give it a right value whatever ur trhing to do :)
<5> make that i global or static
<4> umm but if i call add_entry() before print_entries() that is set as 1
<4> on line 59
<5> only time done is set to 0 is if they hit 3
<5> so its going to loop it again nomatter what
<5> see what im saying?
<5> ah
<5> also u need to flush
<5> after a scanf
<5> so its skipping input
<4> yeah sometimes it skips the entering age
<4> i'll read up on flushing that
<5> fflush(stdin)
<5> that whe the problem
<5> put that after everytime you scanf
<5> fflush(stdin);
<5> clears out the standard input
<6> fflush(stdin) is not standard
<7> you can't fflush input stream
<5> yes u can after scanf
<2> how do you say "if (var1 = keystroke) {}"
<2> how do you define a keystroke
<8> g-gao: = is ***ignment, == is comparison.
<2> yeh ...
<2> im not really concentrating
<2> but what is keystroke
<8> What keystroke(s) do you want to compare?
<2> y or n
<8> Using 'y' and 'n' should work then. In single quotes (apostrophes).
<2> kk
<2> npoe it still didnt work
<5> :)
<2> nope it still doesn't work
<5> omg



<8> In that case you still have an error in your code somewhere.
<2> what is %c
<2> single character?
<8> g-gao: You need a C book.
<8> Learning C on IRC is not a good idea.
<5> it displays a character varible
<5> correction well a character in general
<9> how do you state that a variable is in string format?
<8> You can Google for C tutorials.
<7> calc c-tutes
<9> i have c tutorials
<10> http://www.dmoz.org/Computers/Programming/Languages/C/Tutorials/
<9> ...
<9> i have c tutes
<7> or for tutorialz
<9> how do u define a string
<11> If you can't afford a book, cut your hair and get a job.
<9> even if i got a job i still wouldn't be able to afford the book bcoz theres others stuff i want to buy
<4> lol
<11> ****s to be you, then.
<9> plz just tell me how to define string format
<9> is it char[x]
<4> dude there are THOUSANDS of places to find that
<4> you've already been told
<4> go look in a tutorial
<9> why cant u explain it
<11> We're not your personal teachers, we're not going to spoonfeed you anything because you don't want to buy a book.
<4> why can't you use your initiative
<11> Our time isn't free, either.
<9> wat book should i get?
<9> fine ill buy one
<9> can you please recommend me one
<11> calc k&r
<10> Brian W. Kernighan, Dennis M. Ritchie, The C Programming Language, Prentice Hall, 1988, 2nd edition, ISBN 0-13-110362-8.
<9> i heard that that book is for experienced users only...
<0> no_c_book this is like the 10th yuve been recommended that book :/
<7> stop. calling. C . programmers. users.!!!!
<9> mish wtf
<9> you are weird
<9> why am i recommended that book if it is meant for experienced c programmers
<0> no_c_book dunno where you get your information from but its wrong.
<0> im thinking you pull it out of your ***.
<12> well i actully think too that k&r is more for the experienced audience
<13> i was experienced when I read K&R
<13> i donno other's feedback
<13> i mean, it's too concise for the total beginner
<9> how about stfu rip
<13> and in the intro, it explicitly says
<13> it's written for the experienced programmer in mind
<4> with a little effort the examples can be understood by someone with basics
<13> ok ppl, pls stop using offending words
<4> ie me :)
<14> dose anyone know the correct way to restart a socket?
<13> tcp or udp socket ?
<14> tcp
<13> client-side ?
<14> yeah
<13> you can't
<13> you can only close it
<13> and open new one
<14> i wanna bind the socket to a new port
<13> next please
<14> but somtimes i get a bind error
<13> you bind client-size socket ?
<14> yeah i have two sockets, one listing and one that connects to the host
<13> *side
<13> like a proxy ?
<14> yeah
<13> you didn't answer
<14> yeah i bind it otherwise how can i use it :s
<13> try REUSE option
<14> hmm
<13> what a lag


Name:

Comments:

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






Return to #c
or
Go to some related logs:

#politics
Robert McCarrison died
#freebsd
#computers
#politics
#politics
sex fuke girl
#computers
#delphi
#cisco



Home  |  disclaimer  |  contact  |  submit quotes