A number of bbc websites are written in c++. A new one we just launched is at www.bbc.co.uk/comedysoup //
James Pullicino
Posts
-
C++ Web Apps -
londoncan anyone suggest some good areas to live in london? I will be there for one year, and i am looking for an active area with good entertainment (bars, shops etc..) I've been doing lots of research on the internet but i cannot make up my mind! any suggestions will be really appreciated. cheers, james.
-
anybody wants a Gmail account? -- I've got 3 invitations [modified]Thanks!! I can't wait to go home and try it now. :)) thanks again. Drinking In The Sun Forgot Password?
-
anybody wants a Gmail account? -- I've got 3 invitations [modified]I want one! Send invitation to james@drinkinginthesun.com Drinking In The Sun Forgot Password?
-
Going bigWhat do you mean by 'sticky-tape-and-twine methodology'? You might realize that your approach is not so bad, it just needs some minor adjustments thats all. The hardest part about 'going big' is realizing that you have to change your attitude and style. Clearly you do not suffer from this problem. Drinking In The Sun Forgot Password?
-
Guess what I found in MFC's source code?class autoclose { HFILE * handle; autoclose(HFILE & hHandle) : handle(&hHandle) {} ~autoclose() {CloseHandle(*handle);} }; myroutine() { HFILE hFile = NULL; autoclose ac(hFile); if((hFile = CreateFile(...)) == NULL) return; ReadFile(...); if(dwRead == 0) return; WriteFile(...); if(dwWritten == 0) return; ... } Drinking In The Sun Forgot Password?
-
Forums Experiment...
-
Forums Experiment-------------------------------
-
Forums ExperimentHow about a forum where no message body text is allowed. All replies must be one-liners and will fit in the subject. The idea is: - Quick navigation of messages - Faster loading of forums
-
just curiousA good compiler will issue a warning telling you that you may have used assignment instead of comparison. Therefore I think that the style you mentioned makes code unreadable and is not worth it. Drinking In The Sun Forgot Password?
-
Looking for file update servicehave you looked into microsoft bits? Drinking In The Sun Forgot Password?
-
Named Commands in ADO from C++Does anyone know how to use Named Commands in ADO from C++? The MSDN shows how to use Named Commands from VB, but there is no mention of C++. Thanks.
-
Travel: Worldy wise CPians, advice pleaseYou are welcome to visit the foresaken island of Malta. And since you seem like such a nice person, I will take you to the beaches and women too ;)
-
Homosexuality related questionNish, you are taking homosexuality too seriosly. Some people find pleasure in it, is there need to go deeper (excuse the pun) than that? I have a friend who gets turned on by older women. I'm sure there is some sort of explanation for it, but who cares? Personally, in most cases I see homosexual activities nothing other than glorified masterbation. Thats all. :rose: peace to all humans. We are more similar than we think we are.
-
Votes should be visibleVoting allows me to say "thanks" or "lol" or "what crap" without having to reply (which is slow)
-
Strong Bad ProgrammingIn one situation I know of, initializing constants in this way is the only way:
template <int n> class a { enum {m_n = n}; };
Now, the value of n is more accessible than it was. -
Is mp3search,ru Legal?They are offering songs at incredible prices. I don't see how this could be legal. :wtf:
-
Funniest S/W Company Name ?Funny, Fitta in Maltese means annoying female. :eek:
-
Hitchhiker's Guide to the GalaxyI think so.
-
Hitchhiker's Guide to the GalaxyAnd then there is Starship Titanic, written by a friend of Douglas Adams, altough the story idea was conceived by Adams. I forgot the authors name, but on the back cover there is a photo of him - on a chair, naked with his laptop covering his parts. Apparantly he wrote the book in the nude.