Click here to Skip to main content
15,911,306 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Change Background colour of Group boxes Pin
_AnsHUMAN_ 24-Sep-08 23:40
_AnsHUMAN_ 24-Sep-08 23:40 
GeneralRe: Change Background colour of Group boxes Pin
Dhiraj kumar Saini24-Sep-08 23:57
Dhiraj kumar Saini24-Sep-08 23:57 
QuestionHow can find weekday name? Pin
Le@rner24-Sep-08 18:27
Le@rner24-Sep-08 18:27 
AnswerRe: How can find weekday name? Pin
Steve Echols24-Sep-08 18:44
Steve Echols24-Sep-08 18:44 
GeneralRe: How can find weekday name? Pin
Le@rner24-Sep-08 18:46
Le@rner24-Sep-08 18:46 
GeneralRe: How can find weekday name? Pin
santhoshv8424-Sep-08 18:58
santhoshv8424-Sep-08 18:58 
GeneralRe: How can find weekday name? Pin
ThatsAlok24-Sep-08 19:52
ThatsAlok24-Sep-08 19:52 
Questionlist:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 18:19
Prasann Mayekar24-Sep-08 18:19 
i am getting a compile error while using an conversion operator which returns an list iterator. i am using visual studio 2005

code sample:

template<class t="">
class MyClass
{
public:
MyClass();

operator list<class t="">::iterator ()
{
return m_it;
}

list<class t="">::iterator m_it;
};

i am getting an error for following (when i assign the object to the iterator):
MyClass<int> myObj;
list<int>:: iterator it = myObj;

plz tell if there is any mistake in the above code.
thanks
AnswerRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 18:21
Prasann Mayekar24-Sep-08 18:21 
GeneralRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 18:25
Prasann Mayekar24-Sep-08 18:25 
GeneralRe: list:: iterator conversion operator Pin
Naveen24-Sep-08 18:44
Naveen24-Sep-08 18:44 
GeneralRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 20:23
Prasann Mayekar24-Sep-08 20:23 
GeneralRe: list:: iterator conversion operator Pin
Naveen24-Sep-08 20:25
Naveen24-Sep-08 20:25 
GeneralRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 21:07
Prasann Mayekar24-Sep-08 21:07 
GeneralRe: list:: iterator conversion operator Pin
Naveen24-Sep-08 21:25
Naveen24-Sep-08 21:25 
GeneralRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 21:35
Prasann Mayekar24-Sep-08 21:35 
GeneralRe: list:: iterator conversion operator Pin
Michael Dunn25-Sep-08 12:42
sitebuilderMichael Dunn25-Sep-08 12:42 
QuestionChanging the font stly in CView Pin
Sunayna24-Sep-08 18:11
Sunayna24-Sep-08 18:11 
AnswerRe: Changing the font stly in CView Pin
santhoshv8424-Sep-08 19:09
santhoshv8424-Sep-08 19:09 
GeneralRe: Changing the font stly in CView Pin
Sunayna24-Sep-08 19:38
Sunayna24-Sep-08 19:38 
GeneralRe: Changing the font stly in CView Pin
santhoshv8424-Sep-08 20:05
santhoshv8424-Sep-08 20:05 
Questionback ground color of groupbox caption Pin
anilaabc24-Sep-08 17:56
anilaabc24-Sep-08 17:56 
AnswerRe: back ground color of groupbox caption Pin
Naveen24-Sep-08 18:15
Naveen24-Sep-08 18:15 
GeneralRe: back ground color of groupbox caption Pin
santhoshv8424-Sep-08 19:16
santhoshv8424-Sep-08 19:16 
GeneralRe: back ground color of groupbox caption Pin
Hamid_RT24-Sep-08 19:23
Hamid_RT24-Sep-08 19:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.