🔒 Closed Pa help po my error kasi

Status
Not open for further replies.

Jmrie_

in memoriam 1995-2021
Legendary
#include <iostream>
using namespace std;

int main()
{
int a;
int b;
int sum;

cout << "enter the number boss \n";
cin >> a;

cout << "enter the number boss \n";
cin >> b;

sum = a + b;
cout << "the sum of those number is" << sum << endl;

return 0;

}

my error siya paano ma fix
 
source_file.cpp:1:21: fatal error: iosstream: No such file or directory
#include <iosstream>
^
compilation terminated.

anu po ibig sabihin niyan?

Ibig lang sabihin ay ginagamit mo itong library na to " <iosstream>" pero hindi existing sa project mo. Sure ka ba na meron kang ganyan?
 
source_file.cpp:1:21: fatal error: iosstream: No such file or directory
#include <iosstream>
^
compilation terminated.

anu po ibig sabihin niyan?
yung 'iosstream' library e di available... mali spelling... iostream dapat di 'iosstream'...
 
Ibig lang sabihin ay ginagamit mo itong library na to " <iosstream>" pero hindi existing sa project mo. Sure ka ba na meron kang ganyan?
ahh ganun po ba kanina kasi sir tinype ko yan tapos my sumagot yan sa kabilang thread ayun di na nag error
 
Status
Not open for further replies.

About this Thread

  • 10
    Replies
  • 619
    Views
  • 4
    Participants
Last reply from:
Jmrie_

Trending Topics

Online now

Members online
395
Guests online
2,450
Total visitors
2,845

Forum statistics

Threads
2,301,247
Posts
29,141,610
Members
1,199,898
Latest member
benedicto18
Back
Top