Healthy news and views for a long and healthy life…
HealthyB
This user hasn't shared any biographical information
Posts by HealthyB
Herpes Q&A: My code will build successfully but my debugging says other wise – whats wrong here?
May 14th
Question by jayteemoney: My code will build successfully but my debugging says other wise – whats wrong here?
I’m trying to build a 10 question quiz and I’m designing it to where if you get the write answer it will move to the next question.
the problem I’m having is its saying (a,b,c,d,) is not initialized to anything when I clearly have initialized it as far as I need
Why is it telling me this?
#include
using namespace std;
int main()
{
char Answer;
char a, b, c, d;
cout<<"you will be givin a short Exam of 10 questions \n"<
{
cout<<"Question 1"<
cin.sync();
cin.get();
if (Answer==d)
{
cout<<"Thats Correct!"<
else
cout<<"Try Again"<
return 0;
}
//also should I be using bool instead of if else?
Best answer:
Answer by Axis
char Answer =”";
char a, b, c, d = “”;
Initializing variables means giving them a value (even if it is null) when you first create the variable.
Add your own answer in the comments!
Question by jabaroni: help with a program code in c++?
I am trying to create an array of the tempatures listed in the main. The first one “Miami” shows up, but I cant get the other ones to show and they need to be in the form of an array. Im stuck. Help! please.
// Temperatureproblem.cpp : Defines the entry point for the console application.
//
#include “stdafx.h”
#include
#include
using namespace std;
class Temperature
{
private:
string average;
string location;
int high;
int low;
int measure;
public:
Temperature(string Location, int High, int Low, int Measure){
location = Location;
high = High;
low = Low;
measure = Measure;
}
int getAverage(){
return((high + low) / 2);
}
void displayTemp(){
cout << location << "\t" << high << "\t" << low << "\t" << getAverage() << endl;
}
};
int _tmain(int argc, _TCHAR* argv[])
{
Temperature temp = Temperature("Miami", 35, 29, 0);
Temperature temp = Temperature("Ft. Lauderdale", 90, 80, 0);
Temperature temp = Temperature("Washington, D.C.", 29, 16, 0);
Temperature temp = Temperature("New York", 32, 21, 0);
Temperature temp = Temperature("Cincinnati", 85, 63, 0);
Temperature temp = Temperature("Chicago", 28, 20, 0);
Temperature temp = Temperature("Las Vegas", 92, 79, 0);
Temperature temp = Temperature("Los Angeles", 89, 77, 0);
Temperature temp = Temperature("Seattle", 29, 15, 0);
temp.displayTemp();
return 0;
}
Best answer:
Answer by Paul
temp needs to be an array – at the moment you just have a single temperature object which you keep over-writing.
Temperature *temp[10];
temp[0] = new Temperature(“Miami”, 35, 29, 0);
temp[1] = new Temperature(“Ft. Lauderdale”, 90, 80, 0);
// etc…
What do you think? Answer below!
Bladder infection…every month for past 2 months,why?
May 14th
Question by Lili: Bladder infection…every month for past 2 months,why?
Hey there
I used to have bladder problems since age 5 but that has stopped for a while. then again when i came to london now and then i had some…
i went to a specialist last year to find out what is the cause but they have not find anything. instead i was told to avoid rough sex??
Thing i didn’t have rough sex with my partner these last 2 times, i had sex tho and then few days later cystitis started with a little thrush.
i been check ups every time just in case but i got no STD
why do you think this is happening? can it be because it was a bit dry down there?
i am so upset, you can imagine how much pain it is when you have this, at work drinking tea and medicine…arhhhh
Best answer:
Answer by strawberry
Bladder infections are caused by getting bacteria in your urethra. It can happen during sex, it can even be caused by wiping the wrong way when you use the bathroom (not to be gross, but that is true) you should always wipe front to back because your back door area has plenty of bacteria that should not get near your front.
You should also away pee after sex, it cleans out your area.
Always drink lots of water or cranberry juice. the juice helps keep your blatter clean and keeps bacteria from clinging to the inside.
Know better? Leave your own answer in the comments!
How to Make Tutorials & A Red Carpet Look
May 14th
Hi my precious lovies! Click here to see my daily tips and fun stuff: www.kandeej.com Here is a video like I’ve never done before, it is kind of a “How to Make Beauty Tutorials on Youtube” and a glam, red-carpet make-up look! This is one of my fav celebrity looks- every star has done this look and it’s classic and timeless glam! I’ll answer some of my most asked questions like What kind of camera do you use? What kind of lighting do you use? How do you set up your make-up table? and more… Plus this look is such a pretty make-up look, red glossy lip, and black winged liner with perfect, glowy skin! I hope you guys like this video and hearing some of my tricks and tips for tutorials! And that this will help everyone who’s entering the Contest for the Search for the NEXT BEAUTY GURU on Youtube! Go here for all the juicy details: www.youtube.com Huge hugs and lots of love, your kandee MY FACEBOOK: www.facebook.com MY TWITTER: www.twitter.com My personal BLOGGY: www.kandeeland.com My other youtube channel (it’s like my mommy blog) www.youtube.com HERE’S WHAT I USED TOO: FACE PRIMER: BARGAIN BEAUTY OPTION: Urban Decay Pore Perfecting Primer Potion www.urbandecay.com BIG BANG FOR YOUR BUCKS OPTION: Murad Perfecting Serum www.murad.com FOUNDATION: VisibleLift Foundation www.lorealparisusa.com CONCEALER Cover FX Total Coverage Cream www.coverfx.com 3 COLOR FOUNDATION & POWDER SET www.coverfx.com PRESSED FACE POWDER: L’Oreal VisibleLift Serum Absolute Advanced Age-Reversing …
How to cover blemishes spots pimples BLOG themakeupchair.blogspot.com FACEBOOK – www.facebook.com FACEBOOK PAGE- www.facebook.com QUESTION/REQUESTS – www.formspring.me TWITTER – twitter.com Rimmel 25 Hour Ivory LOreal True Match Concealer L’Oreal Infallible Clinique loose powder Sponge – www.blankcanvascosmetics.com Brushes – www.blankcanvascosmetics.com Also shown Rimmel Stay Matte Video – youtu.be
Video Rating: 4 / 5
Good Cosmetics Images
May 14th
Check out these cosmetics images:
X-mas favs

Image by Idhren
Playing around with these on holidays…
7.27.08

Image by AnAuraChicBeauty
Silver glitter/pale pink
And here’s the after pic.

Image by minjungkim
Subtle. But nice. No mascara or eyeliner.
Is is normal to have ankle pain after step aerobics?
May 14th
The true easy material within the topic of cardio – before we chat round how significantly aerobics cardio you must do, you should really at least know why it is so significant. Cardiovascular workout merely signifies that you’re included in an activity that raises your center rate to some level exactly where you’re working, but can nonetheless discuss (aka, with your Target Heart Rate Zone).
Question by IDK: Is is normal to have ankle pain after step aerobics?
I have started an aerobic workout. I do 30mins 5x a week.I love it,but,the only thing is that nowadays my ankles hurt pretty bad. Is this normal? Is it just soreness or something to worry about?
Best answer:
Answer by txdarhmalily
you need to wear good performance tennis shoes with arch support and ankle support…you might want to look into some with shock-absorbers…
Give your answer to this question below!
Camp ASCCA’s Camp Seale Harris for Children with Diabetes
May 13th
Some cool diabetes images:
Camp ASCCA’s Camp Seale Harris for Children with Diabetes

Image by Camp ASCCA
To learn more about Camp ASCCA, visit us online at campascca.org
Camp ASCCA’s Camp Seale Harris for Children with Diabetes

Image by Camp ASCCA
To learn more about Camp ASCCA, visit us online at campascca.org
Eye Creams- Gimmick? + Korres Evening Primrose
May 13th
I was curious to see if my fave Dermatologist on YouTube had a video on this, and he does! I’ve been very fortunate to ask him questions in the past and respect his opinions. Click below to watch www.youtube.com Bags under eyes — mild swelling or puffiness under the eyes — are common as you age. With aging, the tissues around your eyes, including some of the muscles supporting your eyelids, weaken. Normal fat that helps support the eyes can then migrate forward into the lower eyelids, causing the lids to appear puffy. -Fluid from Allergies and Sinus issues also may accumulate in the space below your eyes, adding to a swollen appearance. Cosmetic surgery called Blepharoplasty CAN fix the fat pads that migrate, and lower eyelid lifts can tighten the skin in that region. Dark circles- Due to thin skin around the eye which causes the vascularture (vessels) to show through. NOTHING, not even cosmetic surgery can change this. However, some dark circles are due to the eye bags (puffiness) causing shadows, increasing the appearance of darkness. Look for ingredients like Caffeine. Caffeine reduces the appearance of circles and puffiness by reducing inflammation, constricting the blood vessels under the skin. Aside from caffeine, you can use preparation H, a hemorrhoidal cream that contains a vasoconstrictor called phenylephrine HCL to help swelling. Witch Hazel is a mild natural vasoconstricor as well. Also, avoid products that claim to plump the skin around the eyes to reduce the …
Video Rating: 4 / 5
Yelp_-215
May 13th
What do cancerous moles look like?
May 12th
Question by prettyinpink: What do cancerous moles look like?
I have a tiny brown mole on my neck, I think i might have always had it..but I’m not sure. It’s not lifted that much, looks kind of like a freckle.. I’m the biggest hypochondriac though.. so I just want to know what the normal cancerous mole looks like.. size wise?
Best answer:
Answer by curiosME
http://www.fitsugar.com/381034
Give your answer to this question below!
How does pancreatic cancer affect the body?
May 12th
Question by : How does pancreatic cancer affect the body?
I am doing a project on pancreatic cancer. I have the information that it spreads to critical organs, but I need some other facts. And I don’t think fatigue and weakness etc count. Thank you
Best answer:
Answer by Sarah
One of the rarest diseases, but also the most deadly. It is a very rapid, fast moving disease and often goes unnoticed until it is too late. It is common amongst people above fifty. Very rare for younger people to get this disease. Severe weight loss is the biggest problem with this disease. People will go from hundred fifty to hundred ten in a very short amount of time. Once diagnosed, five year survival rate is low. typically patients survive one to two years if that.
Add your own answer in the comments!



