User forums > Help
Unidentified wanrning
(1/1)
Sasha:
Why CB Old Version compiles the following code Successfully with warning on line #8
#include <iostream>
#include <vector>
using namespace std;
int main()
{
vector <string> strings(7);
strings[4] = "Busted...";
cout << strings[4] << endl;
return 0;
}
sodev:
That screenshot is from Eclipse :P
Posting the warning message might also help...
oBFusCATed:
Because:
1. You're using different compiler.
2. You're using different set of command line arguments.
omlk:
C https://www.tulane.edu/~mpuljic/cpp/savitch/chapter11
C++ https://www.softwaretestinghelp.com/cpp-string-array
Sasha:
Thank you for correcting me, the warning occurred in Eclipse and in CB also, I have updated to the next old version on windows XP, and everything works fine.
Navigation
[0] Message Index
Go to full version