Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

c++ I/O bug


  • Please log in to reply

#1
l0st.en.Drago

l0st.en.Drago

    Member

  • Member
  • PipPip
  • 61 posts
thanks

Edited by l0st.en.Drago, 12 May 2008 - 05:35 PM.

  • 0

Advertisements


#2
jpshortstuff

jpshortstuff

    Member

  • Member
  • PipPipPip
  • 119 posts
Try switching the 'greater than' arrows round:

cout << "This is a C++ program!";


Hope that helps.
  • 0

#3
l0st.en.Drago

l0st.en.Drago

    Member

  • Topic Starter
  • Member
  • PipPip
  • 61 posts
thanks

Edited by l0st.en.Drago, 12 May 2008 - 05:35 PM.

  • 0

#4
jpshortstuff

jpshortstuff

    Member

  • Member
  • PipPipPip
  • 119 posts
If you are trying to get the users to type in 2 numbers, you need to use cin.
#include <iostream>
using namespace std;
int main(){
float num1, num2, ans;
cout<<"Enter two numbers to add\n";
cin >> num1;
cin >> num2;
ans=num1+num2;
cout<<ans<<endl;
system("pause");
}

Hope thats what you were trying to do.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP