User Profile

Collapse

Profile Sidebar

Collapse
Speaker
Speaker
Last Activity: Oct 2 '08, 03:21 AM
Joined: Oct 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Speaker
    replied to if-else Statement giving errors
    in C
    Thank you very much that fixed the issue.
    See more | Go to post

    Leave a comment:


  • Speaker
    started a topic if-else Statement giving errors
    in C

    if-else Statement giving errors

    I am receiving a few errors when I try to run my program and I can't figure out what I am doing wrong. I'm coding in C++ with minGW on Vista SP1.

    Here is my code:
    Code:
    #include <iostream>
    using namespace std;
    
    const float stanCatA = 3.00;
    const float stanCatB = 1.45;
    const float stanDestination = 2.50;
    
    int main()
    {
    	int shipMeth;
    	int itemAmount;
    ...
    See more | Go to post
No activity results to display
Show More
Working...