Search:

Type: Posts; User: GrafixFairy

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    800

    I was not allowed to use it.

    I was not allowed to use it.
  2. Replies
    2
    Views
    800

    Number swap C++

    I received help here from experts nice enough to help me out so i am posting all my assignments.. Maybe someone will find the useful and leave from them.

    Basic, for beginners.

    question:...
  3. Replies
    2
    Views
    2,813

    Palindrome C++

    I received help here from experts nice enough to help me out so i am posting all my assignments.. Maybe someone will find the useful and leave from them.

    Basic, for beginners.

    question: Write...
  4. Replies
    1
    Views
    1,186

    Student array c++

    I received help here from experts nice enough to help me out so i am posting all my assignments.. Maybe someone will find the useful and leave from them.

    Basic, for beginners.

    question: Write...
  5. Replies
    0
    Views
    1,176

    Odds and Even c++

    I received help here from experts nice enough to help me out so i am posting all my assignments.. Maybe someone will find the useful and leave from them.

    Basic, for beginners.

    question:...
  6. Replies
    0
    Views
    682

    Nested loop c++

    I received help here from experts nice enough to help me out so i am posting all my assignments.. Maybe someone will find the useful and leave from them.

    Basic, for beginners.

    question: Write...
  7. Replies
    0
    Views
    3,036

    Mod c++ Volley ball teams

    I received help here from experts nice enough to help me out so i am posting all my assignments.. Maybe someone will find the useful and leave from them.

    Basic, for beginners.

    Question: Gym...
  8. Replies
    0
    Views
    1,167

    Basic C++ Circle Area

    I received help here from experts nice enough to help me out so i am posting all my assignments.. Maybe someone will find the useful and leave from them.

    Basic, for beginners.

    Write a program...
  9. Replies
    5
    Views
    20,447

    I haven't yet, im am still at the introductory...

    I haven't yet, im am still at the introductory stage. I guess i will when i begin programming 1 next semester.
  10. Replies
    5
    Views
    20,447

    ERROR NOTICE : There is an error in...

    ERROR NOTICE : There is an error in withdrawFunds(), if you enter a value exceeding the balance more than once it will give you a negative number the second time around.
    You can fix this with a...
  11. Replies
    5
    Views
    20,447

    ATM C++ Using functions and cases

    This is an assignment of mine, its not perfect but im just posting it..maybe it'll help someone else out...



    #include <iostream>
    #include <cmath>
    #include <cstdlib>
    #include <iomanip>
  12. Replies
    4
    Views
    1,497

    I did the reverse using .begin and .end...i just...

    I did the reverse using .begin and .end...i just didnt post that part and i have less than 2 months experience. the if statement is used to compare the word i entered and the reverse of the word. i...
  13. Replies
    4
    Views
    1,497

    Palindrome C++

    Can someone plz assist me, I am doing a palindrome program but If i enter Racecar instead of racecar it says not a palindrome.

    how do i get it to ignore the case; i get error when i try to use...
  14. ATM C++ ERROR *expected primary expression before else*

    I keep getting an error here and cant quite figure out why, can someone help me please



    else if (mainMenu == 3){


    cout << "Please make a selection" << endl
    << " 1)...
  15. Replies
    8
    Views
    1,726

    Ok, i going to draw up a flow chart and figure it...

    Ok, i going to draw up a flow chart and figure it out
  16. Replies
    8
    Views
    1,726

    this is it..its very messy . case 2:...

    this is it..its very messy .


    case 2: cout << "Please Enter sum you wish to withdraw from account" << endl;
    cin >> withdraw;

    if( withdraw > balance){
    ...
  17. Replies
    8
    Views
    1,726

    im trying to do an if statement but i dont know...

    im trying to do an if statement but i dont know how to write it... if withdrawal > balance it should say it exxceeds amount and it should prompt the user to enter a new amount or 0 to return to the...
  18. Replies
    8
    Views
    1,726

    How to i get it to clear screen and return to the...

    How to i get it to clear screen and return to the menu when 0 is entered ?
  19. Replies
    8
    Views
    1,726

    ATM C++ Case Help.

    Can someone please assist me, Im having difficulties with this switch statement, instructions are below.

    If the user enters 2 to make a withdrawal, the user will be prompted to enter an amount or...
  20. Replies
    36
    Views
    4,202

    Can i get a link for VS express dwnload please

    Can i get a link for VS express dwnload please
  21. Replies
    36
    Views
    4,202

    Im not that comfortable with code blocks never...

    Im not that comfortable with code blocks never heard of eclipse so imma try to out now. I cant use visual, i tried and i cant seem to get it. I have an ATM C++ to do and i was told to use visual but...
  22. Replies
    36
    Views
    4,202

    It works perfectly fine! So thank you but i will...

    It works perfectly fine! So thank you but i will do this the way i know how and the way laserlight and Mario F helped me to figure out.
  23. Replies
    36
    Views
    4,202

    Am i not able to make my own choice? leave it...

    Am i not able to make my own choice? leave it alone, thts the way i learn it using Dev C++ so tht is the way its going to get done! As i said FIRST YEAR!
  24. Replies
    36
    Views
    4,202

    We dont use C, its my first semester doing it, we...

    We dont use C, its my first semester doing it, we start at c++ and move up each semester.
  25. Replies
    36
    Views
    4,202

    Laserlight and Mario F. thanks alot for the help,...

    Laserlight and Mario F. thanks alot for the help, i wrote it all down but i'll need to speak to my teacher tomorrow and find out what he requires us to use because i dont want a replay of last week...
Results 1 to 25 of 45
Page 1 of 2 1 2