#include iostream
using namespace std;
main()
{
cout << "Q: How many hookers does it take to screw in a light bulb?";
cout << "\nA: Go ask your mom.";
return 0;
}
iamthwee commented: BRAVO! +11
Ancient Dragon commented: :) +26
Darkmist commented: The example on c_str() was really clear and easy to understand +0
trcartmill commented: Thank you, That helps me out on the right track. but im getting errors in the compiler that is: could not deduce template argument and expects 2 arguments, 3 provided. it would be line 8 in your code. +0
mrnutty commented: Indeed. +2
halluc1nati0n commented: Good ideas.. +1
iamthwee commented: It's pi +11
nunchuckie commented: educational helpful +1
mrnutty commented: Exactly, many problems comes from un-initialized variables! +2
Clinton Portis 211 Practically a Posting Shark
Clinton Portis 211 Practically a Posting Shark
kvprajapati commented: helpful! +6
snehil_khanor commented: thnx :) +1
Clinton Portis 211 Practically a Posting Shark
spookyfish commented: Helped me solve my problem really quickly! +0
Clinton Portis 211 Practically a Posting Shark