mailin

Members
  • Content

    3,643
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by mailin

  1. Does that mean you can try again? If so... well thats cool! The only time I've been drug tested was for a job at Wal*Mart when I was in HS. The folks there might not use drugs... but perhaps it'd be better if they did Jen Arianna Frances
  2. woah, what job was this for? Jen Arianna Frances
  3. mailin

    C++ help?

    try using a variable declared in a for loop again. for( int i = 0; i < 30; i++) cout
  4. mailin

    C++ help?

    VC++ is the only compiler that doesn't let you reuse varaible names even when they are out of scope. This is just one problem in a list of many. I can back it up because I've used others - but I am required in this course to use VC++ 6.0. Don't assume. Thanks for everyones help, the problem is a pass by reference vs. pass by value on the ifstream. Problem fixed. Jen Arianna Frances
  5. mailin

    C++ help?

    what compiler are you using? I've stared at the code all danm day - and it should work!! I'm guessing its another f*%king M$ mistake with VC++ 6 What a piss poor compiler Jen Arianna Frances
  6. mailin

    C++ help?

    Apologies in advance for the font mix up in this post - don't feel like editing the array stuff because it conflicts with the site here. Thanks for the reply. Yes, "Yo!" gets printed, but only once. No error message is given. Yes and Yes. These are the two functions I'm working with for this part. const MAX_LENGTH_OF_NAMES = 21; const NUMBER_OF_LAST_NAMES = 50; char namesArray[NUMBER_OF_LAST_NAMES][MAX_LENGTH_OF_NAMES]; void openInput( ifstream ); void loadArray( ifstream, char[][MAX_LENGTH_OF_NAMES]); void main() { ifstream infile; openInput( infile ); loadArray( infile, namesArray ); } //---------------------------------------------------------------------- void openInput( ifstream input ) //---------------------------------------------------------------------- { input.open("input.txt"); if(input == 0) { cerr
  7. mailin

    C++ help?

    heh not exactly Jen Arianna Frances
  8. mailin

    C++ help?

    Hey all, Doubt anyone can help, but I'll try anyway. I've emailed my prof. 4 times since last night and he hasn't gotten back to me and I'm so stuck. void loadArray( ifstream, char[][MAX_LENGTH_OF_NAMES]); loadArray( infile, namesArray ); //---------------------------------------------------------------------- void loadArray( ifstream input, char array[][MAX_LENGTH_OF_NAMES] ) //---------------------------------------------------------------------- { int j = 0; while( input != 0) { input.getline( array[j], 80, ',' ); cout
  9. It's at 38% now Jen Arianna Frances
  10. 2 people, my husband and I. I worked at a hospital with an unbelieveable plan ( 1000% better than current one ) - almost everything was covered 100%. Thats COBRA - private plans are less. But Drew is right, danm preexisting condition clause gets ya every time - I have a genetic condition that prevents me from getting private insurance Jen Arianna Frances
  11. grrr.... can't view it, anybody know how to download this completely before it plays? I hate watching about 8 seconds of it before it gets all choppy and crap. Jen Arianna Frances
  12. ok, so when ya coming over? Jen Arianna Frances
  13. How's chocolate cupcakes sound? Thats what I'm making this weekend Jen Arianna Frances
  14. liar! Your just as much an ass in real life as you are here Jen Arianna Frances
  15. I wanna live where you guys live When I left my job COBRA was going to cost me $960/month You can barely even get private insurance for that much around here Jen Arianna Frances
  16. That ones pretty good too http://media.ebaumsworld.com/index.php?e=gijoehuh.mpg And another! Jen Arianna Frances
  17. I've heard of Turducken... but after seeing those pictures... I don't think I'd EVER be able to make it Jen Arianna Frances
  18. You thought wrong Drama is a good word for it though Jen Arianna Frances
  19. It's not just RI - its the entire Northeast. We have much higher health care costs than many other areas of the country. There are other options besides BCBS here though - not much cheaper, only slightly. Jen Arianna Frances
  20. I donated a car once - but didn't get a receipt with the exact amount the car was worth, just got a general letter that I submitted with my taxes. Instead I was able to deduct up to the max allowed, which was $5k - no way in HELL was that car worth $5k, but I got the deduction for it! Jen Arianna Frances
  21. That's not always true. My doctor had every reason in the world to tell me 'no'. But he didn't and even signed a letter saying so. He'll never jump though, already tried that Jen Arianna Frances
  22. Don't jump to conclusions. That differs from one BC&BS company to the next. In RI BC&BS costs $220/month for a $2000 deductible. Lots of people don't have that. Jen Arianna Frances