Search:

Type: Posts; User: pyrotherm

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    3,557

    This is the more refined version of my program :-0

    This is the more refined version of my program :-0
  2. Replies
    16
    Views
    3,557

    THX VERY MUCH FOR ALL YOUR HELP, attached is the...

    THX VERY MUCH FOR ALL YOUR HELP, attached is the final .cpp if you want to check it out!
  3. Replies
    16
    Views
    3,557

    so the nAccumulate+=i; adds the value to the...

    so the nAccumulate+=i; adds the value to the total?
  4. Replies
    16
    Views
    3,557

    I also need to output the final value as an...

    I also need to output the final value as an integer, so every time the loop runs it needs to ad it's calculation to a total, so when the user imputs the data, they get an answer at the end, as in:
    ...
  5. Replies
    16
    Views
    3,557

    I have read the last two posts and find them...

    I have read the last two posts and find them somewhat helpful, but need a sample of this code. I am pulling my hair out trying to implement this oodle of commands!, Please help!
  6. Replies
    16
    Views
    3,557

    ok, i will, i'll try the loop thing, but need one...

    ok, i will, i'll try the loop thing, but need one last piece of advice.
    how do i get the loops to accumulate?
    i am not wanting to burden you with such ignorant problems but would like to know how...
  7. Replies
    16
    Views
    3,557

    inclusive addition problem

    I have been trying to figure this one out for at least a day and a half of brainstorming, and am stumped. I am trying to create a program that will add start, end and all numbers in between
    ex. the...
  8. Replies
    7
    Views
    1,714

    ok, what i want to do is to have the user imput...

    ok, what i want to do is to have the user imput thier name, and it outputs it in all the right places, so that i could make my program more personalized. I want the value to be like a float or...
  9. Replies
    7
    Views
    1,714

    Newbie Question (easy i think)

    HI, i've posted only once before, but i have a question. I would like to know if there is a way in C++ to enter a string of text as a variable as in var="your name", that's it
  10. Replies
    9
    Views
    1,146

    thank you very much, the code werks now! thanks...

    thank you very much, the code werks now!
    thanks for not treating me like an idiot!
    if you ever need help with fixing your comp feel free to e-mail me at [email protected]
    I am A + certified to...
  11. Replies
    9
    Views
    1,146

    i'm sorry but what do you mean break before...

    i'm sorry but what do you mean break before continue, my code will not continue no mattwer where i put that break!, do i need another variable or what, how can i fix this code, i am new and in need...
  12. Replies
    9
    Views
    1,146

    i do indent my code, usually but am new to this...

    i do indent my code, usually but am new to this and have a very good beginner's compiler, codewarrior pro 4, gives a lot of slack in the area of indenting, but need to know how to fix that code
  13. my comp has recently done this to me too, all...

    my comp has recently done this to me too, all that is happening is that windows is renaming your drives, no idea why but is a windows glitch
  14. Replies
    9
    Views
    1,146

    Loop that wont keep going!

    #include <iostream.h>
    int main()

    {

    float ag;
    float mt;
    int redo_calc;

    do{
Results 1 to 14 of 14