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



Comments:

<0> <2> and not very good at working together much <--- programming in team, yeah thats great... better that solo ...
<1> grr I swear this teacher should be shot for the way he tries to explains his ***ignments :-/
<2> thankfully i chose for electronic engineer
<2> but that would include software too
<0> I have not do programming work in team before...
<2> i think alot of things would go wrong
<0> ... and I am doing Computer Engineering but so much work is on the software than hardware
<2> well this is something i can learn
<0> there is lot of things to learn for all of us
<2> i know i know
<2> not the stupid or dumb people dont get far, but the ignorant
<2> the ones that think they know it all and invented C+++ with some extra or something else that doesnt exist
<2> the ones that dont want to learn
<2> if im loosing it please do slap me
<0> This is some interesting thing for all the people here, I open 2 visual studio .net 2003 and have One MIRC running, my memory PF usage in Window task manager is a whooping 400MB
<0> I have 512MB memory .... I just feel paranoid about this



<2> being a stranger to myself, exhaustion, lonelyness and boredom take its toll
<2> no worries
<2> 112 mb left
<0> appreciate to hear everyone development machine RAM amount
<2> plenty of space
<2> i have 256 mb here
<2> quadruple next door
<2> amount of RAM doesnt really matter
<0> 400MB when the apps is just open ... it will use lot more memory when compiling/rebuilding right
<2> as long it is fast and doesnt get overfilled
<2> well i had 2,14 gb in it once
<2> it can be done
<0> 2 gig of memory? wowowow
<2> it just needs to refer to the HDD and that goes sloooooow
<0> that is what i'm being paranoid about
<2> no 1 gig but with virtual memory
<2> can you see what one VS uses?
<2> oh and 400 is about what i have when i got it started up
<0> surprisingly VS just use 13MB
<0> or I'm missing something
<2> what uses most?
<2> can you see the tab with mem usage?
<0> ok I have devenv at 40M and YPager ar 35MB
<0> that must be my yahoo stuff
<0> close Yahoo and virtual memory goes down to 389MB
<2> what is the biggest user?
<3> task manager's memory counters are mislabeled
<2> oh thats fun
<0> not it is Devenv.exe consuming 40MB
<3> Mem Usage == Working Set
<0> now it is Devenv.exe consuming 40MB
<3> VM Size == Private bytes
<2> and peak mem usage?
<0> Etoya appreciate if you can explain
<2> VM is on the HDD
<3> Use perfmon
<2> virtual memory
<2> or something
<0> is the figure i see is on virtual memory or on actual memory chip
<2> it says that on the tab
<0> it did say PF usage ontop memory the graph
<2> im too tired to focus
<2> op's take it away
<0> sleeping is a good option for many of us here :D
<0> not including me becuase it is Noon here
<2> i dont want to sleep
<2> its 5:14 here
<2> morning
<2> and i didnt just wake up
<2> stategicly speaking i need 5 hours of sleep to make it
<2> so im going to do that otherwise i got 4 hours
<0> no wonder you are having problem focusing
<2> im up for about 16 hours now
<2> not extremely much
<2> but im a wreck
<2> and then everything is harder
<2> 16 hours feel like 2 days
<0> :) you must have a reason to be up for 16 hours without sleep
<2> unemployement
<2> stress and frustration
<2> and it where 16 lone hours



<2> while i really really need company
<2> symptoms of lonelyness where obvious
<2> i was talking in myself and didnt even find it wierd
<2> making funny sounds that are not funny but just pathetic
<0> that (talking to self) happen to me a lot during stress, I sympathize with u
<2> hopeless attempt to cover up the boredom
<2> i go sleep
<2> had enough of it
<2> ttyl
<4> although i wanted SiG|Gone|having-tie-on-7:30
<0> have some sleep u will feel better after that
<4> 6:30 even
<0> Sig, where are you from
<5> cscc: relocation error: cscc: symbol __libc_stack_end, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
<6> cout << "Hello" << endl;
<7> almost forgot it was garbage night
<8> alguien k programe en c#
<8> someone programing in C#
<7> try #c#
<9> startkeylogger
<10> startkeylogger
<11> startkeylogger
<7> _m_, make sure you do one for the router DCC exploit too
<7> someone joined #gentoo earlier today and knocked 10 people offline with it
<7> (#gentoo on freenode)
<12> startkeylogger
<13> :o
<7> keep and up and we'll simply ban on joins from #iwiwpq
<7> and = it
<14> khan laying down the law
<14> feel that fire
<7> freaking childish pricks these days
<13> it's not #iwiwpq it's #recoil :/
<14> this about sums it up (applicable to the internet at large too): http://www.penny-arcade.com/comic/2004/03/19
<7> it's just teenagers thinking they're /<rad haxx0r because they read about it on slashdot
<13> teenage BOYS
<7> now you're just trying to get JBlitzen excited
<13> haha
<15> bf2
<7> negative
<7> gotta get in bed soon
<7> wife needs to catch a plane tomorrow morning
<16> haha peterhu
<16> what's wrong with #recoil/#iwiwpq? O_o
<13> you
<7> all the jack***es joining to get banned, for one
<17> pete you awake?
<18> for what?
<18> you should be working.
<1> why would a float print as 0 instead of 0.0 ? for some reason mine keeps printing that way
<19> Anyone around that can help me with a C++ school ***ignment? I think it has to do with my use of pointers, but I can't seem to figure out what the exact problem is.
<20> Read the topic for the paste site. Paste the code, and you might get some help on it.
<20> (the homework)
<19> ok
<0> is it compulsory to have constructor with void parameter when what i really want to only have constructor with a parameter?
<14> what do you mean?
<0> I want to have a cl*** with constructor that have one parameter ... is that ok?
<0> cl*** myCl***{ myCl***(string param); ~mycl***(void) };
<21>
<14> yea that's fine, though you don't need that void in the destructor
<14> and, p*** by const reference
<14> myCl***(const std::string& param)
<14> do you have a book, NoobsGeek ?
<0> I don't have book of basic stuff yet
<14> http://rudbek.com/books.html
<0> going there to have a look
<14> get Accelerated C++
<0> may i know why it must be p***ed by const refference?
<14> because when you p*** by value, which is what you were doing, it creates a copy of the object, and that's p***ed in
<14> if you only p*** a reference to the actual object, no copy is made
<14> so it's more efficient - const in this case because you're not going to modify it
<0> that make sense :)


Name:

Comments:

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






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

resume+thakyou
ignore text mirc on text haltdef
#AllNiteCafe
#chatzone
WIAO-WIAO
error: CX0030
Kosmo thermostat
say hello in German
#linuxhelp
#php



Home  |  disclaimer  |  contact  |  submit quotes