answersLogoWhite

0

Yes, she can get it ... get yourself to a doctor or a clinic if you have something, and get it cured. Until then just don't have sex. If you have had sex (even for just a minute) she now needs to go to a doctor as well to get herself checked, since you may have already given it to her. In the worst case, you might have given her what you have, and then get cured, but then get reinfected from her if she doesn't get treated.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you calculate rate of penetration?

To calculate the rate of penetration (ROP) during drilling, divide the depth drilled by the time taken to drill to that depth. Depending on the measurement system in use at the drilling site, the ROP is usually expressed in minute per foot or feet per hour or minute per meter or meters per hour.


What is the call rate in BSNL Landlines per minute for local calls?

Its 1 rupee.. both std and local calls


What is STD code number?

STD in telephony means Subscriber Truck Dialling. This term was used in Australia in telephony during the transition from operator connected trunk call (out of local exchange area) to full national dialling as we know it today. If a caller was calling by STD then they dialled the called telephone number themselves. When an STD call first connected a series of 7 rapid 1000Hz tones of 1ms duration were sent to the caller and called party to notify them the call was via STD and that there would be no operator intervention to advise them of the duration of the trunk call. If the call was connected my a manual operator, he / she would interrupt the call every three minute and advise the paid period of 3 minutes had expired, and offer another three minute paid connection time. These manual calls were charges in 3 minute increments, while STD calls were changed by the second.


How do you design a PhoneCall class in c plus plus that holds a phone number to which a call is placed with length of the call in minutes and the rate charged per minute using overload extraction?

Overload extraction is a meaningless term. However you don't need overloaded functions for this. class PhoneCall { std::string _phone_no; unsigned _duration; // in minutes double _rpm; // rate per minute public: PhoneCall (std::string, unsigned, double); PhoneCall (const PhoneCall&) = default; PhoneCall (PhoneCall&&) = default; PhoneCall& operator= (const PhoneCall&) = default; PhoneCall& operator= (PhoneCall&&) = default; ~PhoneCall (void) = default; }; PhoneCall::PhoneCall (const std::string& phone_no, const unsigned duration, const double rpm): _phone_no {phone_no}, _duration {duration}, _rpm {rpm} {} Usage: std::vector<PhoneCall> calls; v.push_back ({"01315554284", 6, 0.10}); // 6-minute call at 10p per minute v.push_back ({"01315554292", 5, 0.15}); // 5-minute call at 15p per minute


What is the end product of a penetration test is the penetration of?

Penetration Test Report


Can you get pregnant from wiping a wet wash cloth on your privates?

There must be penetration in order for the sperm to make it to the eggs. You will not get pregnant however there is still a chance of STD's. Please get yourself checked out and be careful of anything you put on your skin


Can a underwieght get pregnant without penetration?

For anyone to get pregnant there must be penetration, so if there is no penetration there will be no pregnancy.


What are the definitions of Internet penetration and broadband penetration?

Internet penetration is the number of people that have Internet in an area. Broadband penetration is the number of people who use broadband.


What was the white penetration?

White Penetration is a porn video,


How do you use sin in c plus plus?

#include<iostream> int main() { std::cout << "sin(1) = " << std::sin(1.0) << std::endl; std::cout << "cos(1) = " << std::cos(1.0) << std::endl; std::cout << "tan(1) = " << std::tan(1.0) << std::endl; std::cout << "asin(1) = " << std::asin(1.0) << std::endl; std::cout << "acos(1) = " << std::acos(1.0) << std::endl; std::cout << "atan(1) = " << std::atan(1.0) << std::endl; } Output: sin(1) = 0.841471 cos(1) = 0.540302 tan(1) = 1.55741 asin(1) = 1.5708 acos(1) = 0 atan(1) = 0.785398


How do you split a string in delimit c plus plus?

#include<iostream> #include<vector> #include<string> std::vector<std::string> parse (const std::string& s, const char delim) { std::vector<std::string> result {}; auto start = 0U; auto end = s.find (delim); while (end != s.npos) { result.push_back (s.substr(start, end - start)); start = ++end; end = s.find (delim, start); } result.push_back (s.substr (start, s.npos - start)); return result; } std::vector<std::string> parse (const std::string& s, const std::string& delim) { std::vector<std::string> result {}; auto start = 0U; auto end = s.find (delim); while (end != s.npos) { result.push_back (s.substr(start, end - start)); start = end + delim.length(); end = s.find (delim, start); } result.push_back (s.substr (start, s.npos - start)); return result; } int main() { std::string str1 = "This is a string that will be parsed by a single-space delimiter."; std::string str2 = "This==is==a==string==that==will==be==parsed==by==equal==operator."; std::string str3 = "This string has no delimiter."; std::cout << str1 << std::endl; std::vector<std::string> v1 = parse (str1, ' '); for (auto i : v1 ) std::cout << i << std::endl; std::cout << std::endl; std::cout << str2 << std::endl; std::vector<std::string> v2 = parse (str2, "=="); for (auto i : v2 ) std::cout << i << std::endl; std::cout << std::endl; std::cout << str3 << std::endl; std::vector<std::string> v3 = parse (str3, '\\'); for (auto i : v3 ) std::cout << i << std::endl; std::cout << std::endl; }


When was The Pleasure of Penetration created?

The Pleasure of Penetration was created in 1990.