Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to get application file name? Pin
John R. Shaw4-Apr-04 9:36
John R. Shaw4-Apr-04 9:36 
AnswerRe: how to get application file name? Pin
GflPower4-Apr-04 14:17
GflPower4-Apr-04 14:17 
AnswerRe: how to get application file name? Pin
avenger_sb255-Apr-04 5:27
avenger_sb255-Apr-04 5:27 
GeneralCustom CListCtrl Pin
Halloko4-Apr-04 0:30
Halloko4-Apr-04 0:30 
GeneralRe: Custom CListCtrl Pin
avenger_sb255-Apr-04 5:32
avenger_sb255-Apr-04 5:32 
GeneralRe: Custom CListCtrl Pin
Halloko5-Apr-04 5:48
Halloko5-Apr-04 5:48 
GeneralSad tale of 'const' Pin
73Zeppelin4-Apr-04 0:11
73Zeppelin4-Apr-04 0:11 
GeneralRe: Sad tale of 'const' Pin
Neville Franks4-Apr-04 0:37
Neville Franks4-Apr-04 0:37 
If PESurfaceValueAtNode( const CSpringNode& TempNode ) you should be fine, but if it isn't 'const ..' you'll get this error. If const PESurfaceValueAtNode() is a function you've written and the param can be a const reference then you can of course simply change it.

One of the hassles with const is that you need to start using const at all the appropriate lower level functions from the get go. These days I pretty much make everything that can be const, const including functions.

Neville Franks, Author of ED for Windows www.getsoft.com and coming soon: Surfulater www.surfulater.com
GeneralRe: Sad tale of 'const' Pin
73Zeppelin4-Apr-04 0:40
73Zeppelin4-Apr-04 0:40 
GeneralRe: Sad tale of 'const' Pin
Neville Franks4-Apr-04 1:34
Neville Franks4-Apr-04 1:34 
GeneralRe: Sad tale of 'const' Pin
Jörgen Sigvardsson4-Apr-04 9:04
Jörgen Sigvardsson4-Apr-04 9:04 
Generalspecifying a map Pin
MatthewP3-Apr-04 22:43
MatthewP3-Apr-04 22:43 
GeneralRe: specifying a map Pin
Andrew Walker3-Apr-04 23:52
Andrew Walker3-Apr-04 23:52 
Generalmap container Pin
MatthewP3-Apr-04 22:41
MatthewP3-Apr-04 22:41 
GeneralRe: map container Pin
Johnny ²3-Apr-04 23:45
Johnny ²3-Apr-04 23:45 
Generalapp not compatable between XP and 2000 Pin
quzi3-Apr-04 21:50
quzi3-Apr-04 21:50 
GeneralRe: app not compatable between XP and 2000 Pin
Alexander M.,4-Apr-04 1:03
Alexander M.,4-Apr-04 1:03 
GeneralRe: app not compatable between XP and 2000 Pin
quzi4-Apr-04 1:25
quzi4-Apr-04 1:25 
QuestionHow to create an ActiveX in Visual Studio? Pin
anderslundsgard3-Apr-04 21:48
anderslundsgard3-Apr-04 21:48 
GeneralQuestion on serial port and data buffer Pin
knightri3-Apr-04 17:11
knightri3-Apr-04 17:11 
GeneralRe: Question on serial port and data buffer Pin
Simon.W3-Apr-04 17:21
Simon.W3-Apr-04 17:21 
GeneralRe: Question on serial port and data buffer Pin
knightri4-Apr-04 10:29
knightri4-Apr-04 10:29 
GeneralRe: Question on serial port and data buffer Pin
Simon.W5-Apr-04 1:14
Simon.W5-Apr-04 1:14 
GeneralRe: Question on serial port and data buffer Pin
Paul Ranson4-Apr-04 13:01
Paul Ranson4-Apr-04 13:01 
GeneralData Type from Serial Port Pin
CNewbie3-Apr-04 12:47
CNewbie3-Apr-04 12:47 

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.