| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> in my header file, i include that <1> the correct header to include to use C++ streams is #include <iostream> <1> calc no .h <2> no .h = Headers introduced by Standard C++ have no .h extension (e.g. <iostream>, <cstdio>). Prefer these to proprietary C++ headers that conform to no formal standard (e.g. <iostream.h>) and to Standard C headers (e.g. <stdio.h>), inherited by Standard C++ for backwards compatibility. See also: http://www.parashift.com/c++-faq-lite/coding-standards.html#faq-27.4 <0> rdragon: oh, ok thats what i'm including <0> rdragon: http://www.noidea128.org/sourcefiles/15939.html <0> i appreciate this, i realise how pathetic this is. <0> i program PHP and though, meh syntax looks familar - lets do some real programming. <1> eh I wouldn't use a header to include a standard set of stuff - you'll be able to manage things easier if each file only includes exactly what it needs <0> rdragon: yeah, just playing. <0> point taken though <1> you're not including <string> , either - you'll need that <1> including string should do it <1> what version of VC++ are you using? <0> 2005 express
<1> hopefully it's at least 7.1 <1> okay, good <0> yeah, i have the 90 day trial for the pro edition as well, don't want to waste that while learning though. <1> express should do fine <1> unless you have a particular need for mfc or some of the other few perks that come with pro <0> i installed this windows box just for VS, thought it might make things easier. <0> i.e easier than KATE or vi <1> if you'd like a good list of books to learn C++ by, our list is here: http://www.rudbek.com/books.html <0> oh thanks alot, i use the safari online book store, hopefully they have them <0> just needed <string>.. <1> aye <1> headed out to do some shopping <3> what a lady <1> meh <1> i can cook, too ;) <4> rdragon, do you swallow aswell? <5> Off to office <6> helly <6> hello <6> is anybody here interested in driver development ? <6> I have a question.... <1> what kind of drivers? <6> network drivers <1> eh, not really <6> ndis intermediate <6> I need to install a network driver <6> from a application <6> from an application <1> what OS ? <6> windows XP <1> well they've got a DDK of sorts, maybe there's stuff in there to help you <1> or installing a driver may even just be a matter of copying a file and registering some stuff <6> yes, registering some stuff... <6> that's the problem :) <7> hi <8> hey <7> hi Kala <8> hey Leo <7> my flatmate is spending a lot of time in a retarded website from my own laptop that i cannot use it anymore <7> so i wanna block that website. i am using firefox. where can i find the hosts file? <7> the situation is getting on my nerves <8> host files can be found with google <8> really simple an effective <8> and you can try to resolve the IP of that site and add the domain <9> or you could block the server at your firewall <9> ***uming there is nothing else on that server you want <7> i am not familiar with firewalls.. .. well i got to try that anyway <7> thanks nnp, Kala <8> 127.0.0.1 hostingprod.com <8> this is one line of my host file <8> and its really simple <10> heh <8> just add 127.0.0.1 and the domain and youre done <7> well my problem is i dont know where to look for the hosts file <8> il get the path <7> i suppose it is in my computer <8> yup <7> thanks <8> do you use win2k or cp? <8> xp <7> my browser is firefox
<7> windows xp <8> C:\WINDOWS\system32\drivers\etc <8> and there should be a file called HOSTS <7> ill just do a simple search <7> thanks again <7> brb <9> hmm, didnt even know windows had that functionality <8> http://www.mvps.org/winhelp2002/hosts.htm <8> this <8> counts for everyone <8> this reaaally works <8> just gets an 404 for banners <9> quite clever that <8> not that i want to advertize or something <8> but it really helps <8> works for any type of connection too <8> so dont add eu.undernet.org or something :P <7> hmm <7> the search didn't find a system32 folder :/ <8> RTypeLeo? <7> there is a system32 folder in i386 <8> thats not it <7> but. i am not sure whether it is a windows folder <8> in can be in the WINNT too <7> i am logged in as administrator <8> there is one folder and thats THE windows folder <8> there is only one <7> i searched in windows folder for system32.. but the searched turned out nil <8> cant be <7> :/ <8> use normal browsing <8> its not that hard <8> it should be on the primairy partiotion <8> partition* <7> yeah.. i looked.. <7> not there <8> it is there <8> try to type it in the directory bar <8> like C:\WINDOWS <7> yes. it works in thge browser <7> i mean the browser finds it <8> yes well obviously <8> there wouldnt be a browser if the map wouldne be there :P <8> do you know how to turn hidden folders off? <7> yes <7> hidden folders is off <7> i do not know why is doesn't show up in windows explorer <8> that tends to solve alot <1> there's hidden follders, but then theres also 'hide protected OS files' <8> did you unhide system folders too? <7> yes <1> get new eyes <11> hello <11> how can i control the mouse? <11> i mean moving or clicking <12> I find hands work for mice <1> heh <11> :) <11> it should be done by the computer :) <1> you can use the 'face' technique by guiding it with your nose and clicking with your tongue <11> not funny <12> my left foot method <11> no one knows? <1> ask your OS <8> i used blow it around <11> i need code, so i asked here <8> or i sometimes use magnets <3> SetCursorPos probably <11> ohh <11> thank you <11> which library? <12> imagine that:)
Return to
#c++ or Go to some related
logs:
#squid #linux #AllNiteCafe material de laba #linux #windows #linux #london #mysql miscfixed fxd
|
|