Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » what happen(about the resolved)
what happen [message #1696692] Thu, 28 May 2015 03:47
Air Air is currently offline Air AirFriend
Messages: 1
Registered: May 2015
Junior Member
like this: but I have add the <iomanip>

Description Resource Path Location Type
Function 'setfill' could not be resolved test.cpp /test/src line 38 Semantic Error

code:
void Time::get(){
cout<<"time:";
cout<<setfill('0')<<setw(2)<<hour;
cout<<setfill('0')<<setw(2)<<minute;
cout<<setfill('0')<<setw(2)<<second;
cout<<endl;
}
Previous Topic:language.settings.xml in the git repositry?
Next Topic:call hierarchy plugin in CDT
Goto Forum:
  


Current Time: Fri Apr 26 15:05:44 GMT 2024

Powered by FUDForum. Page generated in 0.04786 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top