@# Quotes DB     useful, funny, interesting





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



Comments:

<0> This means pre loading
<0> heres a link that will answer all youre questions
<1> i see
<1> *shrug*
<0> http://www.flipcode.com/articles/article_filemapping.shtml
<0> Im using that right now
<1> is this for your dumb spell checker that should only load the file once anyway?
<0> Its the solution to all my questions
<0> Yes
<1> sounds like you need a grammar checker now
<0> but how could I access it with the dll if it has to load only once
<1> dlls stick around in memory
<1> as long as they're not unloaded
<1> if this is a mirc thing, mirc doesn't unload & load the dll every time you call a function of it, afaik
<0> uuerhh... I didnt know that



<0> Got to do my homework better
<2> cout<<setprecision(x)<<2.45638
<2> sorry
<2> how can i print double number that it show only 2 digits after the dot
<1> setprecision(2)
<1> and std::fixed might play a role - i forget exactly what that does
<2> setpercision not good for input 100.12 i get 1e+002
<1> i have trouble believing that
<1> 1e+002 is just 100
<2> your both ideas didn"t helped me
<1> did you actually find out what it means, or did you just blindly throw it in
<2> yes
<2> what the link
<1> 'yes' doesn't answer that
<2> want
<2> http://cprogramming.com/tutorial/iomanip.html
<3> Admit it rdragon-wrk. There is a problem with your both ideas
<1> lol
<2> so just do it like i did it in c ?
<2> *100 %100
<1> why would you do that?
<2> i thought in c++ will be better way
<2> to do that
<2> if i want to munber be printed in two numbers format (5 will be 05) is there a way to do that ?
<1> yes, there is
<2> hmm
<1> std::cout << std::setw(2) << std::setfill('0') << 5;
<1> usually I like to save the formatting flags and reset them after doing lots of junk stuff like this
<2> how i return it to the normal type after that ?
<1> get a book and read
<1> all of this is extensively covered in Josuttis' book
<2> and for now can you tell me ?
<4> hallo
<4> please
<1> you're welcome, thank you
<4> i have a question : what i need to make my programms made with vs 2005 work over all computers ?
<4> what should i install with them
<5> you can't
<4> or how should i compile them
<1> over 'all computers' ? that's a challenge
<5> VS 2005 only targets win32/win64 afaik
<4> i mean
<4> 32 bit windows computers
<5> that's a ver ysmall subset of computers haha
<1> what you're probably looking for is to create a Setup Project
<4> well
<4> ya
<3> cn28h you meanie
<4> but i made a program just normal
<5> IRR, you hobo
<4> a simnple win 32 project
<1> (which doesn't exist in the express editions - it's a bit more of a h***le to deploy those)
<4> i have
<4> a full version
<4> but like i said
<4> i wanna make a generic prog
<1> which you downloaded illegally?



<4> that work simply
<1> i already told you how
<1> [11:42] <1> what you're probably looking for is to create a Setup Project
<4> a simple exe through a win32 project that doesnt use anydlls that i know
<4> but it didnt work on another comp
<1> stop talking, and start reading
<4> no no i have a VS from the universtity , we have facilities with Microsoft corporations
<6> "didnt work" is not a technical description
<4> it said file is damagaed or is not a Win32 project
<4> but on my comp where VS is installed it works fime
<4> and i am a user on the comp where i wanna run this prog , and i dont have rights to install
<6> what type of project was it
<4> so i just need a simple executable
<6> so create one
<4> i did
<4> a win32
<4> there no simpler project than the one i did, just a win32 prj
<6> mfc or what?
<4> no
<4> simple
<6> then you didnt statically link to the runtime
<7> I use CoCreateInstance to execute an application though everytime i call it, it runs a new one. Is there a way to know if ones alreayd running and use this one instead?
<8> you use CoCreateInstance to execute an application?
<6> eh?
<7> well to use mappoint functions
<9> http://www.amirtofangsazan.blogspot.com/
<9> http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=4633452260
<9> Use the mappoint web service, rog
<10> use what?
<9> what use?
<10> you're buying a van?
<9> You're selling a van?
<10> you posted a link to a van on ebay
<9> Yes
<9> You noticed
<9> Scroll down in it to the comments
<1> down by the river?
<3> can't ... take ... corny humor
<1> ;)
<5> IRR can't take the competition
<10> http://www.foxnews.com/story/0,2933,197722,00.html
<10> that last one is kind of neat.
<1> heh
<6> the ropeless skipping robe...gee what'll they think of next...
<6> robe/rope
<1> wireless wires
<6> ***less ***...oh wait we have that already:)
<1> ;)
<1> wheelless wheelbarrows
<10> they have those too
<6> nods
<10> they float on a cushion of air.
<1> yea? neat
<11> does anyone know how can i add a folder in "my computer" (on winxp)? just like "shared documents" appears after all the drives? are there any apis? some registry keys? something?
<1> sounds like a registry key thing
<10> and a waste of time.
<11> yes i know but i couldn't find anything
<1> certainly a waste
<11> why's that?
<6> one of those SHSetFolderPath type apis
<1> hear of the new batwoman?
<6> probably
<1> (she's a lesbian)
<6> and black w/ one leg and a stammer
<6> meets all known quotas
<11> does anyone know if an process running in the LOCAL SYSTEM account can change its window station & desktop using SetProcessWindowStation to have a graphical interface for any user? or that api is one-call only?
<8> I confess I have no idea on that one
<8> if you've the 2003 combined collection installed, the article ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dllproc/base/interacting_with_the_user_in_a_service.htm seems interesting
<8> (it's surely online as well, under a similar/identical HTML file name)
<11> thanks for the hint asriel


Name:

Comments:

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






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

#php
atansione
mag lt916s problems
#chatzone
#MissKitten
ambasy syria
#linux
#linuxhelp
apache AddHandler drupal
#linux



Home  |  disclaimer  |  contact  |  submit quotes