Search:

Type: Posts; User: sweetly

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,451

    WTF is wrong with all of you smarta$$es? Did you...

    WTF is wrong with all of you smarta$$es? Did you not READ? I said menu bar. Do you know the difference between a MENU bar and a TASK bar? And it was not in windows, it was in MS Visual C++!!!!! Okay...
  2. Replies
    13
    Views
    1,451

    well, nothing I tried seemed to work and I...

    well, nothing I tried seemed to work and I couldn't find the disc for about a week. It only took a few minutes to reinstall (I did it before I saw your Ctr +F11)...but Thanks for your help
  3. Replies
    13
    Views
    1,451

    Thanks...I finally located the disc & reinstalled...

    Thanks...I finally located the disc & reinstalled the program.
  4. Replies
    13
    Views
    1,451

    It won't let me drag the blue line down - I'm...

    It won't let me drag the blue line down - I'm guessing it's locked. Any idea how to unlock it?
  5. Replies
    13
    Views
    1,451

    Yikes! no menu bar

    I know this sounds pretty stupid, but I somehow lost my menu bar and can't get it back. All I have is the blue bar at the top. Any ideas how to recover it?
  6. Thread: to add commas

    by sweetly
    Replies
    6
    Views
    2,835

    Thanks Prelude & Salem!

    Thanks Prelude & Salem!
  7. Thread: to add commas

    by sweetly
    Replies
    6
    Views
    2,835

    it ALMOST is homework. It just doesn't sound all...

    it ALMOST is homework. It just doesn't sound all that easy. I've seen something like take the number and divide it by 1,000. But I'm not sure how exactly to do it.
  8. Thread: to add commas

    by sweetly
    Replies
    6
    Views
    2,835

    to add commas

    Is there a function that will add commas to large numbers?
    For example if my input argument is 123456789 is there a function that will print it out as 123,456,789?

    Thanks!!
  9. Replies
    7
    Views
    1,017

    Thanks, that's a great idea. It's good to have...

    Thanks, that's a great idea.
    It's good to have some insight from "the other side":D
  10. Replies
    7
    Views
    1,017

    Thanks jlou. No, I haven't been banned (actually...

    Thanks jlou. No, I haven't been banned (actually today was the first time I've asked the instructor a question regarding homework.)
    Yes I did figure out to remove the cout from perimf - with a...
  11. Replies
    7
    Views
    1,017

    I think I got it fixed except for the 4 function...

    I think I got it fixed except for the 4 function calls:



    #include <iostream>
    #include <cmath>
    using namespace std;

    //Functions used ...
    void instructions();
  12. Replies
    7
    Views
    1,017

    Hmmm...I see what you're saying....

    Hmmm...I see what you're saying....
  13. Replies
    7
    Views
    1,017

    need your professional opinion....

    Can someone tell me if this program matches this assignment EXACTLY. It needs to be perfect for full credit. Thanks.

    Instructions:
    Write a function with 4 arguments so that the first 2...
  14. Replies
    1
    Views
    1,290

    help modifying a program...

    I have this program that works by asking the user to determine what size box they would like displayed. It asks 7 times.
    What I need to do is modify it so it just prints the output without asking...
  15. Replies
    4
    Views
    2,002

    Thanks! That fixed it perfectly. Everything...

    Thanks! That fixed it perfectly.
    Everything else I've done has always been return 0. I didn't even think of changing it to 1.
  16. Replies
    4
    Views
    2,002

    Thanks, I did fix that to read x

    Thanks, I did fix that to read x<5.

    I noticed that when I run the program, if I use a group sized 0 or negative of any number, it changes the number of times the loop runs. If I enter groups of...
  17. Replies
    4
    Views
    2,002

    stuck in a loop

    Can someone help me out a little and point out my error here....

    I got the program to run, but it should end after five runs. Instead it goes on and on and on..... Thanks.


    #include...
  18. Replies
    7
    Views
    2,373

    I really do appreciate your help (both of you). ...

    I really do appreciate your help (both of you).

    Confuted:
    I did mess around with the numbers....and I got pretty close, all I was missing was the '=' . Nonetheless, I do appreciate your patience...
  19. Replies
    7
    Views
    2,373

    it's almost right.... here's the updated code...

    it's almost right....
    here's the updated code with the changes.



    int triangle ()
    {
    int row,column,iterations;
    for(iterations=1;iterations<=1;iterations++)
    {
  20. Replies
    7
    Views
    2,373

    (trying not to sound like a total idiot) What...

    (trying not to sound like a total idiot)
    What are iterations?:D
  21. Replies
    7
    Views
    2,373

    a slightly different triangle

    I've looked through many old posts and have not seen one like this. I know creating a triangular shape composed of *'s is common, but this one's a little different.
    This is how the output should...
  22. Replies
    3
    Views
    1,361

    Thanks guys, I'll try that.

    Thanks guys, I'll try that.
  23. Replies
    3
    Views
    1,361

    need a point in the right direction

    I'm trying to take the population of a town which increases by 10% each year and determine how long until population = 10,001.

    I had it working until I decided to put in the last cout statement...
  24. Replies
    6
    Views
    1,161

    Thank you, Pratip That's exactly how I needed...

    Thank you, Pratip

    That's exactly how I needed it to display.
  25. Replies
    2
    Views
    1,527

    loops with if else

    I almost have this working right....

    The program itself basically runs ok, but I want to try to get it to display a customized statement based on the input data.

    If there are >1 positive or...
Results 1 to 25 of 49
Page 1 of 2 1 2