Search:

Type: Posts; User: knight101

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,828

    segmentation core dump - need help

    Hey all, I'm trying to get this grades program to work... but I'm getting a segmentation core dump error. I am using g++ as my compiler.

    #include <iostream>
    #include <string>
    #include <math.h>
    ...
  2. Replies
    5
    Views
    6,310

    What is the code: using namespace std; for?

    What is the code:

    using namespace std;

    for?
  3. Replies
    5
    Views
    6,310

    Don't know why those smiley faces are there......

    Don't know why those smiley faces are there... but those should say push, pop, and peek.
  4. Replies
    5
    Views
    6,310

    c++ Reverse Polish Calculator Help

    I need some help finishing my Reverse Polish Calculator. We have to have two classes, one for the stack of doubles that you will use for performing the operations and keeping track of the results......
Results 1 to 4 of 4