Search:

Type: Posts; User: shaffer

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    7,927

    Allright I played around with everything fixed my...

    Allright I played around with everything fixed my small errors; and I got it running but the problem im experiencing now well heres the code

    // survey.cpp - This is a survey of 20 Christmas...
  2. Replies
    18
    Views
    7,927

    // survey.cpp - Christmas Survey, The program...

    // survey.cpp - Christmas Survey, The program will ask, user will answer, program will save answers then print.
    // Created/Revised by <Jeff Shaffer> on <11-27-06>.

    #include "stdafx.h"
    #include...
  3. Replies
    18
    Views
    7,927

    int main() { while(!ready()) { } }...

    int main()
    {
    while(!ready())
    {
    }
    }

    int ready(void)
    {
    //ask user
  4. Replies
    18
    Views
    7,927

    Allright sorry about that, ill be much more...

    Allright sorry about that, ill be much more understandable now.

    //Enter input data
    cout << "Enter your full name: ";
    getline(cin, name);
    cout << "This survey consists of 30 basic questions";...
  5. Replies
    18
    Views
    7,927

    allright thanks guys worked fine :) appreciate it...

    allright thanks guys worked fine :) appreciate it

    On my survey program;

    what kind of variables should i set for Answers

    cout << "Question 1: what ur name: ";
    cin >> Answer1;

    what kind...
  6. Replies
    18
    Views
    7,927

    I should probably be using while statements im...

    I should probably be using while statements im sure of right? well anyways i need to make it where if the code == 1/2 it mutiplies sales * .12 - and if the code is 3 * .15 and if the code is 4 *...
  7. Replies
    18
    Views
    7,927

    Allright; ill have to read up on Arrays cause...

    Allright; ill have to read up on Arrays cause thats the common answer im getting so thats the route ima go it looks like. thanks for the help
  8. Replies
    18
    Views
    7,927

    New, making a survey program

    Hello everyone im new to the forums and im sure your all going to be seeing much more of me :) Im in school for C++ programming, Im making a survey program for an assignment and one problem im coming...
Results 1 to 8 of 9