Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralButton control Pin
macmac388-Jul-04 0:54
macmac388-Jul-04 0:54 
GeneralRe: Button control Pin
V.8-Jul-04 1:02
professionalV.8-Jul-04 1:02 
GeneralRe: Button control Pin
David Crow8-Jul-04 4:11
David Crow8-Jul-04 4:11 
GeneralFlexGrid trouble Pin
Pazzuzu8-Jul-04 0:38
Pazzuzu8-Jul-04 0:38 
GeneralCHtmlView Pin
status8-Jul-04 0:35
status8-Jul-04 0:35 
GeneralRe: CHtmlView Pin
Newromancer8-Jul-04 0:58
Newromancer8-Jul-04 0:58 
GeneralRe: CHtmlView Pin
status8-Jul-04 1:54
status8-Jul-04 1:54 
GeneralAssignment Operator with const Member Variables Pin
Steve Thresher7-Jul-04 23:48
Steve Thresher7-Jul-04 23:48 
How should the assignment operator be written for the following class?
<br />
class CTest<br />
{<br />
private:<br />
	const int m_test;<br />
<br />
public:<br />
	// Constructor<br />
	CTest(int i) : m_test(i)<br />
	{<br />
	}<br />
<br />
	// Copy Constructor<br />
	CTest(const CTest& rhs) : m_test(rhs.m_test)<br />
	{<br />
	}<br />
<br />
	// Destructor<br />
	~CTest()<br />
	{<br />
	}<br />
<br />
	// Assignment operator - Whats the syntax for copying the member?<br />
	CTest& operator=(const CTest& rhs)<br />
	{<br />
	}<br />
};<br />



Systems AXIS Ltd - Software for Business ...
GeneralRe: Assignment Operator with const Member Variables Pin
Mike Dimmick8-Jul-04 0:47
Mike Dimmick8-Jul-04 0:47 
GeneralNo No No! Pin
Steve Thresher8-Jul-04 2:03
Steve Thresher8-Jul-04 2:03 
GeneralRe: No No No! Pin
digwizfox8-Jul-04 5:39
digwizfox8-Jul-04 5:39 
GeneralLock keybord and mouse Pin
Larsson7-Jul-04 23:43
Larsson7-Jul-04 23:43 
GeneralBest technique to Schedule Tasks Pin
Atif Mushtaq7-Jul-04 23:38
Atif Mushtaq7-Jul-04 23:38 
GeneralRe: Best technique to Schedule Tasks Pin
Blake Miller8-Jul-04 14:13
Blake Miller8-Jul-04 14:13 
Generalchange desktop backgroun color Pin
repekcan7-Jul-04 23:24
repekcan7-Jul-04 23:24 
GeneralRe: change desktop backgroun color Pin
Mike Dimmick8-Jul-04 0:54
Mike Dimmick8-Jul-04 0:54 
Generalthanks your help Pin
repekcan8-Jul-04 1:03
repekcan8-Jul-04 1:03 
GeneralVC++ Automation Word 2000 Error : Unable to Disable &quot;Cntrl+C&quot; Pin
vishalmore7-Jul-04 23:16
vishalmore7-Jul-04 23:16 
GeneralODBC API Pin
Yulianto.7-Jul-04 23:11
Yulianto.7-Jul-04 23:11 
GeneralRe: ODBC API Pin
Johan Rosengren8-Jul-04 0:24
Johan Rosengren8-Jul-04 0:24 
GeneralOnMouseMove value problem Pin
d0153030y7-Jul-04 21:48
sussd0153030y7-Jul-04 21:48 
GeneralRe: onmousemove value problem Pin
Mike Dimmick8-Jul-04 1:17
Mike Dimmick8-Jul-04 1:17 
Generalfread() with excel and powerpoint files Pin
Member 3600827-Jul-04 20:27
Member 3600827-Jul-04 20:27 
GeneralRe: fread() with excel and powerpoint files Pin
vmaltsev8-Jul-04 2:03
vmaltsev8-Jul-04 2:03 
GeneralRe: fread() with excel and powerpoint files Pin
Member 3600828-Jul-04 2:08
Member 3600828-Jul-04 2:08 

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.