Click here to Skip to main content
15,884,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalarray of components 2d Pin
K.A.L13-Oct-04 2:56
K.A.L13-Oct-04 2:56 
GeneralRe: array of components 2d Pin
David Crow13-Oct-04 3:22
David Crow13-Oct-04 3:22 
GeneralRe: array of components 2d Pin
K.A.L13-Oct-04 8:57
K.A.L13-Oct-04 8:57 
GeneralRe: array of components 2d Pin
David Crow13-Oct-04 9:03
David Crow13-Oct-04 9:03 
GeneralRe: array of components 2d Pin
K.A.L14-Oct-04 3:58
K.A.L14-Oct-04 3:58 
GeneralRe: array of components 2d Pin
Kevin McFarlane13-Oct-04 6:33
Kevin McFarlane13-Oct-04 6:33 
GeneralRe: array of components 2d Pin
K.A.L13-Oct-04 9:01
K.A.L13-Oct-04 9:01 
GeneralRe: array of components 2d Pin
Kevin McFarlane13-Oct-04 22:36
Kevin McFarlane13-Oct-04 22:36 
See http://www.artima.com/intv/goldilocks.html[^]

Basically, we should all be using the modern, high-level features of C++. They are safer, more robust, easier to use (after a bit of acquaintance) and often just as efficient as the low-level stuff.

Have a look at Stroustrup's comments and papers on this. See also Paul McKenzie's posts at codeguru.com.

Stroustrup: "The problem with the C way is that if you write code C-style, you get C-style problems. You will get buffer overflows. You will get pointer problems. And you will get hard to maintain code, because you're working at a very low level. So the cost is in development time and maintenance time."


Kevin
GeneralRe: array of components 2d Pin
K.A.L14-Oct-04 3:57
K.A.L14-Oct-04 3:57 
GeneralHelp ! hook java application by VC++ Pin
crazymanhehe13-Oct-04 1:32
susscrazymanhehe13-Oct-04 1:32 
GeneralCreating Server application using CAsyncSocket Pin
prasanna kankanalapalli13-Oct-04 0:52
prasanna kankanalapalli13-Oct-04 0:52 
GeneralInterfacing with C# .net web service from C++ .net Pin
Member 131514813-Oct-04 0:31
Member 131514813-Oct-04 0:31 
Generalagain IContextMenu Pin
mazur197313-Oct-04 0:01
mazur197313-Oct-04 0:01 
QuestionRealTime Priority? Pin
Manikandan12-Oct-04 23:40
Manikandan12-Oct-04 23:40 
AnswerRe: RealTime Priority? Pin
Arsalan Malik13-Oct-04 2:07
Arsalan Malik13-Oct-04 2:07 
AnswerRe: RealTime Priority? Pin
Antony M Kancidrowski13-Oct-04 2:33
Antony M Kancidrowski13-Oct-04 2:33 
GeneralRe: RealTime Priority? Pin
Manikandan13-Oct-04 5:22
Manikandan13-Oct-04 5:22 
GeneralRe: RealTime Priority? Pin
Antony M Kancidrowski13-Oct-04 5:33
Antony M Kancidrowski13-Oct-04 5:33 
GeneralRe: RealTime Priority? Pin
Manikandan13-Oct-04 6:20
Manikandan13-Oct-04 6:20 
GeneralRe: RealTime Priority? Pin
Antony M Kancidrowski13-Oct-04 11:41
Antony M Kancidrowski13-Oct-04 11:41 
AnswerRe: RealTime Priority? Pin
geo_m13-Oct-04 21:42
geo_m13-Oct-04 21:42 
GeneralRe: RealTime Priority? Pin
Manikandan13-Oct-04 21:51
Manikandan13-Oct-04 21:51 
GeneralRe: RealTime Priority? Pin
geo_m14-Oct-04 0:28
geo_m14-Oct-04 0:28 
GeneralVectors vs Arrays Pin
mcsherry12-Oct-04 23:03
mcsherry12-Oct-04 23:03 
GeneralRe: Vectors vs Arrays Pin
V.12-Oct-04 23:37
professionalV.12-Oct-04 23:37 

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.