CDP1802 wrote:
q.e.d.
Quantum Electro Dynamics ? :doh:
C++ where friends have access to your private members !
CDP1802 wrote:
q.e.d.
Quantum Electro Dynamics ? :doh:
C++ where friends have access to your private members !
John Simmons / outlaw programmer wrote:
You do, of course, realize that the first syllable in the name "Twitter" is "Twit", don't you?
hmm.. i am sorry, i am sure its me but i didnt get it :(
C++ where friends have access to your private members !
i will try everything once :), so many logins on so many sites whats one more
C++ where friends have access to your private members !
I recently joined twitter (i know ...) how many of you are on twitter? post links https://twitter.com/#!/TweetingMonty[^]
C++ where friends have access to your private members !
Took me more than 24hrs but i got it in the end :laugh:
C++ where friends have access to your private members !
Barack Obama met with the Queen of England. He asked her, "Your Majesty, how do you run such an efficient government? Are there... any tips you can give to me?" "Well," said the Queen, "the most important thing is to surround yourself with intelligent people." Obama frowned, and then asked, "But how do I know the people around me are really intelligent?" The Queen took a sip of tea. "Oh, that's easy; you just ask them to answer an intelligent riddle." The Queen pushed a button on her intercom. "Please ... See More send Tony Blair in here, would you?" Tony Blair walked into the room and said, "Yes, Your Majesty?" The Queen smiled and said, "Answer me this please, Tony, your mother and father have a child. It is not your brother and it is not your sister. Who is it?" Without pausing for a moment, Tony Blair answered, "That would be me." "Yes! Very good," said the Queen. Obama went back home to ask Joe Biden, his vice presidential choice the same question. "Joe, answer this for me. Your mother and your father have a child. It's not your brother and it's not your sister. Who is it?" "I'm not sure," said Biden. "Let me get back to you on that one..." He went to his advisors and asked every one, but none could give him an answer. Finally, he ran into Sarah Palin out eating one night. Biden asked, “Sarah, can you answer this for me? Your mother and father have a child and it's not your brother or your sister. Who is it?" Sarah Palin answered back, "That's easy, it's me!" Biden smiled, and said, "Thanks!" Then, he went back to speak with Obama. "Say, I did some research and I have the answer to that riddle. It's Sarah Palin!" Obama got up, stomped over to Biden, and angrily yelled into his face, "No! You idiot! It's Tony Blair!"
C++ where friends have access to your private members !
Thank you Abhinav :rose:
C++ where friends have access to your private members !
Thanks a bunch :rose:
C++ where friends have access to your private members !
... happy b'day to me :-D
C++ where friends have access to your private members !
You can have both versions install at the same time if you give them different bundle identifier
C++ where friends have access to your private members !
I remember those early days now i do these in my sleep, once you get used to it fairly straight forward let me know if u get stuck somewhere maybe i can help :)
C++ where friends have access to your private members !
Deyan Georgiev wrote:
Disclaimer: my mother-in-low is one of the best and dedicated persons I know, and I like her a lot.
Just in case if the wife reads it :-D
C++ where friends have access to your private members !
Hi, i am using ShellExecute
to launch a url in the default browser, the same code has been working for a few years now. all of a sudden one guy is complaining that URLs are not working on his 3 PCs what happens is ShellExecute
is called and "If IE8 is running it opens up the site fine but if no IE8 instance is running a new instance comes up, tries to load the page and just keeps loading and nothing happens" this is very weird cause its tha same old boilerplate code for ShellExecute
Here is the code
HINSTANCE ret = ShellExecute(NULL, "open", "http://www.google.com", NULL, NULL, SW_SHOWNORMAL);
any ideas are more welcome thanks for your time
C++ where friends have access to your private members !
http://ibnlive.in.com/news/pak-cracks-down-on-let-arrests-chief-report/80062-2.html[^] http://news.bbc.co.uk/2/hi/south_asia/7770455.stm[^] Must be a global conspiracy.. gotta get to the bottom, Adnan you still here... tell us what really went down :)
C++ where friends have access to your private members !
Nishant Sivakumar wrote:
Can't you see how absurd that theory is?
Well banging your head against concrete would yield more results than to try to talk some sense into him.
C++ where friends have access to your private members !
How can i call a URL from a mfc app and POST some values to it (Using get is easy url..?id=1 but how do i do it using POST) Thanks
C++ where friends have access to your private members !
... have to work with people who wrote this GEM
if(i==0)
*outcallRecvCount = 0;
else
*outcallRecvCount = i ;
:~
C++ where friends have access to your private members !
<LoudAlarmBells>
Brady Kelly wrote:
It f*cks ahead
</LoudAlarmBells> Kid sister rule violated :)
C++ where friends have access to your private members !
modified on Wednesday, September 3, 2008 12:17 AM
Hi, I have an application(MFC), it needs to send some data (XML 20/25kb) to some online entity(some online script or service) and that online entity will parse the XML query some Database and return results to the MFC application. i just need to know what is the idea scenario under these circumstances should i use some script or service or query the database directly please suggest Thanks
C++ where friends have access to your private members !