Hello,
Can you please assist, why my Dev C++ program, wont see that I am trying to introduce the string library? Eaxmple:
#include <iostream>
#include <string.h>
using namespace std;
...
...
...
int id;
string name;
int item;
float cost;
int is bold, float is bold, but string is not...
Can someone give me an idea why?
I also tried <string.h>
.
Thanks for your assistance!