@# 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> just so I know
<1> it does
<1> read the code i pasted
<2> i don't see anything wrong with it? =o
<1> there isnt
<1> :)
<0> so then why won't it compile?
<1> it compiles fine
<1> budest << http://www.noidea128.org/sourcefiles/15975
<0> yeah I know that but there was a problem with the code that I supplied and I'm just wondering what was the problem.
<2> ah, i missed it :P
<1> using namespace std;
<1> is not present in the url i pasted
<0> Why did it have to be left out?
<1> read up a few lines



<1> ah another one.. wstring x; x=var; (var has operator bool.. it thinks it is charT or charT * ..
<1> and just keeps wstring &
<3> I somehow can't imagine a spammer who would name it's bot "Helga".
<3> It doesn't have that feminine appeal!
<4> heh
<5> depends what they're advertising, I guess
<5> I mean, khan will be right over there
<5> they know their market
<6> Hi there -- would any know of a matlab-related channel?
<7> #math would be the closest, I guess
<6> hmm, thanks!
<6> p.s. -- did ef-net go down? it's been a long time since i've been on IRC, and I couldn't seem to connect to any efnet server
<4> efnet isn't down, afaik
<6> hmm, okay, well thanks! :)
<8> it should be
<8> but that's a separate issue altogether
<9> is there another way to get input from mouse or keyboard other than testing a thread que of the current application in a win32 environment?
<9> does anyone know
<9> please tell me
<4> windows sends a message to your window on input
<4> you could also use something like DirectInput
<9> beside the DirectX library
<9> only with the Win32 API
<9> is it possible to retrieve keyboard and mouse input?
<4> <4> windows sends a message to your window on input
<9> is that a 'no' to my last question?
<9> i would be glad if i could hear some second opinios about what i have just asked
<10> windows sends a message to your window on input
<10> what's the problem?
<9> is it possible to retrieve keyboard and mouse input beside testing the thread message que?
<9> that's my question
<7> sounds like an OS question, not a C++ one
<9> well...i gues you people dont program the toaster in C++, you probably program windows os, most you at least
<10> i write microwave timer software
<7> no, I programmed the Toaster in C on the Amiga where it was originally
<10> heh
<7> so quit w/ what you think are insults, WhiteDEmon
<9> well...i programm only the PC
<4> what's wrong with looking at the windows messages, WhiteDEmon ?
<4> that's what they're for
<9> well
<9> i am trying to write a wrapper
<9> around user interface
<9> objects
<9> user objects
<9> and for completeness sake
<9> and better understanding
<9> full understanding
<9> i need to know if it is possible to retrieve input some other ways
<4> there is
<4> DirectInput is one way
<9> ok...
<9> but i am interested only in win32 api methods
<6> i'm not sure WhiteDEmon, i only know of using the message method in the big WindowProc function
<6> other than using directx
<9> how about using the Communication Objects
<9> and their methods
<9> like CreateFile, ReadFile, WriteFile
<4> well, those are for files
<4> the mouse isn't a file, in windows, i don't think



<9> not going to respond to this
<9> read http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/about_communications_resources.asp
<4> how about you read it
<9> :))
<9> i have already
<9> some time ago
<9> :)
<9> ok....
<9> so...
<9> nobody who can tell me
<9> something
<7> yeah, you're wasting everyone's time
<4> read it again
<4> or read something else
<4> keep reading and looking things up until you're satisfied
<4> until you're satisfied that there is no other way, or until you find another way - then use it
<9> these kind of answers are not suited for people who pretend to be programmers
<9> aren't we here to talk?
<7> I'll try to make it simple for you, dipstick, we're not here to do everything for you
<7> we don't do research because some ***hole comes in here and bitches
<7> we're here to help people with C++ problems, and this simply is NOT a C++ problem
<9> i did not bitch anyone....***hole
<4> do your own research - if you have found an alternate solution, then you can share it and we can talk about that
<7> C++ doesn't even know what a ****ing mouse is
<7> and the two people who HAVE been responding to you are both professional programmers
<9> well now....
<7> and from the time of day, I'd say we're both at work
<4> heh
<7> you are at work, right rdragon ?
<4> yup
<11> does anyone know how to use MS's XML parser? what files have to be included, because i included <msxml.h> but it still gives an error of using an undefined cl***
<12> hello
<11> .\cSky.cpp(18) : error C2079: 'a' uses undefined cl*** 'XMLDocument'
<13> MrMuscolo, namespace problem ?
<4> umm
<11> hmmm...
<4> XMLDocument is a .net cl***
<12> .rc files are not included in dev-c++? i mean we have to use text editors?
<11> oops
<4> unless
<11> no it should work on c++
<4> http://www.codeproject.com/soap/ce_xml.asp
<4> are you compiling with /clr ?
<4> XMLDocument is not part of msxml.h
<7> I'm pretty sure that ms's xml parser is in .NET
<7> unless they've _very recently_ put it elsewhere
<4> msxml.h is a bunch of COM stuff
<11> still doensn't work
<4> I don't know what doesn't work means, MrMuscolo
<11> my autocompletion says it's part of msxml.h
<4> then it's wrong
<4> or it's something internal
<11> so if it's .NET, i can use it, can't I?
<4> look at the link I sent you
<4> not unless you use C++/CLi
<4> you can make a mixed mode app with the /clr compiler option
<11> i'm sorry... what is c++/cli?
<14> see plus plus command line interface
<4> no
<4> cli = common language infrastructure
<14> oh yea?
<4> referring to the stuff that drives .NET
<14> i know nothing about .net
<4> in short, simple, not completely accurate terms, C++/CLI is "managed C++"
<14> meh :P
<11> i'm not too sure about what THAT means, but i think i got the idea
<4> you'll need to have vs2005 to use it
<4> it'll let you easily use managed code from unmanaged code
<11> i have it
<4> k, then start researching ;)
<14> or start uninstalling :P
<11> thanks, NineVolt, that was very kind of your part
<14> i'm just looking out for everyone's best interest.


Name:

Comments:

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






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

skype
xx_guy
#php
#linux
#chatzone
gay marriages, Bristish
mysql skip grants
23/m/pakistan
#gentoo
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes