<0> cout<<z<<endl;; <1> get a book <2> oh >> is for cin <2> endl is \n yeah? <1> you won't learn C++ by ad-hoc experimentation <1> that + flushes the buffer
<6> JBlitzen is about as holy as sid vicious <3> i was using JBlitzen as a synonym for "****" <7> holey <8> msdn wiki... holy peterhu batman <8> http://msdnwiki.microsoft.com/en-us/mtpswiki/default.aspx <7> is it also open and free to change ? <8> hope so <7> it doesn't look like a wiki <8> true but at least the data is somewhat better structured than msdn <7> login to p***port.com... looks like a real wiki :) <7> even www.mslinux.org looks more real <9> please don't spit me: any idea if there's a way to check if CTreeCtrl _still_ contains an item? with out doing any direct messaging, just by using its methods. <9> uhm, nevermind, I think I found a way <4> http://www.overlawyered.com/2006/06/canadas_hate_speech_law.html <10> http://cgi.ebay.com/Ben-Roethlisberger-Replica-Motorcycle-Helmet_W0QQitemZ8827899546QQihZ005QQcategoryZ25211QQssPageNameZWDVWQQrdZ1QQcmdZViewItem <4> http://www.reason.com/0511/fe.js.freedom.shtml <11> is there a tool for making a header file from a cpp file ? because the file is coded in this style cl*** a { public: a(); void afunction() { dostuff.. } }; and i want a header file to include elsewhere, without having to make the header file manually. anybody ? :P <12> not that I know of, but almost certainly <12> unless your source file is insanely verbose though, it won't take more than 5 minutes to do by hand <12> especially in a decent editor with suitable regexes <11> Asriel: it does not take much time to do it manually, but it would have been nice to have such a tool and use it in the makefile :-)