Search:

Type: Posts; User: dAzed

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: FileIn question

    by dAzed
    Replies
    1
    Views
    1,058

    FileIn question

    This is my program wondering why it shows a blank data at the end
    any clues?


    #include <iostream.h>
    #include <fstream.h>

    int main()
    {
    char BookTitle[20];
  2. Replies
    4
    Views
    946

    Having a little trouble with my first array

    This program was working fine until i added the highest score function
    something about local function definitions are illegal???

    As always help is greatly appreciated thanks for any many times...
  3. Thread: Im stuck....

    by dAzed
    Replies
    8
    Views
    2,558

    final code #include #include...

    final code


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

    void getData(float &, float &, float &, float &);
    double CalcDist(float, float, float, float);
    double...
  4. Thread: Im stuck....

    by dAzed
    Replies
    8
    Views
    2,558

    2) You have a never ending recursive function. ...

    2) You have a never ending recursive function.


    Whats that????

    code update still get no values :(



    #include <iostream>
  5. Replies
    12
    Views
    2,366

    A Sample

    Has something to do with the asmperand in this program it passes by referance values...




    #include <iostream>

    using namespace std;

    float sum (float &int1, float &int2); //function...
  6. Thread: Im stuck....

    by dAzed
    Replies
    8
    Views
    2,558

    Im stuck....

    I cannot get this program to return any values at all what am I doing wrong please help and thank you for visitng my post...



    #include <iostream.h>
    #include <cmath>


    double...
  7. Replies
    14
    Views
    1,376

    is there any easy way????

    was wondering if there is any easy way to have mutiple deposits
    with only declaring one variable




    while (month >= 1)////start loop
    {
    cout <<"Please enter total deposits per month $: ";...
  8. Replies
    4
    Views
    835

    Any Better ideas???

    This is my third program was just wondering if anybody had any better ideas???? seems to work for now...... was just wondering hmm




    #include <iostream>

    using namespace std;

    int...
  9. Replies
    8
    Views
    946

    found it duh

    found it duh
  10. Replies
    8
    Views
    946

    oh cool this thing still runs into an end of file...

    oh cool this thing still runs into an end of file error ?????

    any ideas
  11. Replies
    8
    Views
    946

    edit button?

    edit button?
  12. Replies
    8
    Views
    946

    any idea why i would get a syntax error on the...

    any idea why i would get a syntax error on the last cout statement

    thanks for any help .....
  13. Replies
    8
    Views
    946

    oops #include using...

    oops



    #include <iostream>

    using namespace std;

    int main() /*function main*/
    {
  14. Replies
    8
    Views
    946

    simple program one error ???

    [code]


    #include <iostream>

    using namespace std;

    int main() /*function main*/
    {
  15. Replies
    8
    Views
    1,130

    its homework its my third program so I am kinda...

    its homework its my third program so I am kinda dumfounded

    should i make functions in the program etc and call them etc???

    I have a week yipee!!

    im suppose to write a program that calculates...
  16. Replies
    8
    Views
    1,130

    im so lost i could use an example beer me.......

    im so lost i could use an example
    beer me.... this is what i have still wont work bummer





    while (months >= 1)
    { months--;
    while (months > 0)
  17. Replies
    8
    Views
    1,130

    i guess im im trying to keep looping the...

    i guess im

    im trying to keep looping the amount deposited more than one deposit during the month

    i.e

    323.54
    1241.98
    123.45
  18. Replies
    8
    Views
    1,130

    Lost again looping

    im writing a program that should loop for the number of months that the user inputs

    this kinda works but was trying to keep looping for the number of months entered if a user inputs 4 months that...
  19. Replies
    7
    Views
    3,177

    bcc32 -g100 -j25 -O2 -k- -vi -tWC -c...

    bcc32 -g100 -j25 -O2 -k- -vi -tWC -c -IC:\CBuilderX\include -oC:\CBuilderX\samples\welcome\windows\Release_Build\File1.obj File1.cpp
    Borland C++ 5.6.4 for Win32 Copyright (c) 1993, 2002 Borland...
  20. Thread: help 3 ???

    by dAzed
    Replies
    5
    Views
    1,172

    cool!!:cool: still confused about what ...

    cool!!:cool: still confused about what




    if (count == 1)
    smallest = largest = num;
  21. Thread: help 3 ???

    by dAzed
    Replies
    5
    Views
    1,172

    help 3 ???

    #include <iostream> /*for cin and cout*/

    int main() /*function main*/
    {
    int num = 0;
    float sum= 0;
    float avg= 0;
    int count = 0;
    int largest = 0;
    int smallest= 0;
  22. Thread: help2???

    by dAzed
    Replies
    6
    Views
    971

    thanks for all your help im down to one error but...

    thanks for all your help im down to one error but have to go to work
    this is diffently been a learning expierence
  23. Thread: help2???

    by dAzed
    Replies
    6
    Views
    971

    #include /*for cin and cout*/ int...

    #include <iostream> /*for cin and cout*/

    int main() /*function main*/
    {
    int num;
    int sum = 0;
    float avg;
    int count = 0;
    int largest;
    int smallest;
  24. Thread: help2???

    by dAzed
    Replies
    6
    Views
    971

    help2???

    im guess i try to start over somewhat
    im trying to use user data until the user inputs -1

    if the user inputed say 4 5 -1

    my output would look something like

    a counter the number of integers...
  25. Thread: help???

    by dAzed
    Replies
    18
    Views
    2,116

    im guess i try to start over somewhat im trying...

    im guess i try to start over somewhat
    im trying to use user data until the user inputs -1

    if the user inputed say 4 5 -1

    my output would look something like

    a counter the number of...
Results 1 to 25 of 29
Page 1 of 2 1 2