🔒 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
  • 606
    Views
  • 4
    Participants
Last reply from:
Jmrie_

Trending Topics

Online now

Members online
820
Guests online
1,222
Total visitors
2,042

Forum statistics

Threads
2,272,690
Posts
28,944,615
Members
1,236,364
Latest member
Benitocheng
Back
Top