Search:

Type: Posts; User: Learner87

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,538

    Thanks again

    Thanks again
  2. Replies
    10
    Views
    2,538

    By the way thanks I know I have been annoying...

    By the way thanks I know I have been annoying everyone with this constantly but I just want to assure you all the I am not trying to get people to code I am just trying to find a small pieces of...
  3. Replies
    10
    Views
    2,538

    Overload issue

    I am playing with this code to see if I can get to work so far so good but I was curious what does this error message mean:

    overloaded function differs only by return type from 'char...
  4. Replies
    9
    Views
    3,517

    coding problem

    Hey I got this code and I just wanted to know what this code do and where the error is located:


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #include...
  5. Replies
    2
    Views
    1,693

    Runtime error

    There is an error of a runtime but I can't figure why it is. I assumed at first it was a syntax error but that is not the case. Well I just need to know what it is suppose to do:



    #include...
  6. Replies
    1
    Views
    2,508

    C++ calculations

    In this part I need to have a calculation that mutiplies by 2 in order to display the Purchase amount. I know I need to have another array I just don't know where to put it or how to address. I have...
  7. Replies
    3
    Views
    1,140

    Program works

    Okay I see well now th program works but it is not letting the user put in the information if it's not too much trouble I guess would I have to have a string before a getline under the void Passing?
  8. Replies
    3
    Views
    1,140

    C++ Structures

    #include<iostream>
    #include<iomanip>
    #include<fstream>
    using namespace std;



    struct info_struct
    {
    char ID[5];
  9. Replies
    1
    Views
    1,023

    last function problem

    Okay first off I would like to thank you for your help on my program. I also wanted to ask another question. I read the instructions and I need to know in this program where do I need the pointer or...
  10. Replies
    1
    Views
    1,559

    Function issue

    Hello,

    Yes I have question I am trying to call a function that would allow me to use the string I entered in the cin.getline. Well basically here is the problem:

    -Function 2: (Accept three...
Results 1 to 10 of 11