Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNetwork Programming with Standard C++ Pin
vinuk22-Dec-01 13:21
vinuk22-Dec-01 13:21 
GeneralRe: Network Programming with Standard C++ Pin
Todd Smith22-Dec-01 14:11
Todd Smith22-Dec-01 14:11 
GeneralRe: Depend on OS! Pin
Masaaki Onishi23-Dec-01 6:12
Masaaki Onishi23-Dec-01 6:12 
GeneralRe: Network Programming with Standard C++ Pin
Nemanja Trifunovic26-Dec-01 10:06
Nemanja Trifunovic26-Dec-01 10:06 
GeneralWM_SETFONT to a dialog Pin
Henry Jacobs22-Dec-01 10:24
Henry Jacobs22-Dec-01 10:24 
GeneralRe: WM_SETFONT to a dialog Pin
Michael Dunn23-Dec-01 6:49
sitebuilderMichael Dunn23-Dec-01 6:49 
GeneralRe: WM_SETFONT to a dialog Pin
567890123425-Dec-01 4:22
567890123425-Dec-01 4:22 
GeneralLow-Level and High-level ::: C-style And C++ Style Pin
valikac22-Dec-01 10:24
valikac22-Dec-01 10:24 
Hi.
I am to the point where I can solve a problem using C++ "low-level" (i.e dynamic memory allocation) and "high-level" (i.e. using the string and STL container). Experienced programmers, even Stroustrup, recommend using library tools like string when possible because them are optimized.

First, what is the point of programming if almost everything is done for you and all you have to do is put the pieces together?

Under what circumstances do you prefer low-level C++ over high-level C++, and vic versa?

Hey, do not get me wrong. Based on my experience, C++ library tools (strings and STL) are unparalleled. I find using C++ library tools speeds up my programs, and they serve as the "missing" pieces to solutions to various programs especially when dealing with istream and ostream.

I fear that relying too much on C++ standard library will cause the programmer to lose sight of the big picture and begin to forget the low-level stuff. Does that happen to you? Thus, I try to implement C-Style when possible.

Kuphryn

GeneralRe: Low-Level and High-level ::: C-style And C++ Style Pin
Henry Jacobs22-Dec-01 10:32
Henry Jacobs22-Dec-01 10:32 
GeneralRe: Low-Level and High-level ::: C-style And C++ Style Pin
valikac22-Dec-01 12:08
valikac22-Dec-01 12:08 
GeneralDragging to explorer Pin
Dave K Dosanjh22-Dec-01 7:55
Dave K Dosanjh22-Dec-01 7:55 
GeneralRe: Dragging to explorer Pin
Michael Dunn22-Dec-01 8:43
sitebuilderMichael Dunn22-Dec-01 8:43 
GeneralCHtmlView Pin
r2-r22-Dec-01 3:29
r2-r22-Dec-01 3:29 
GeneralUrgent::++ How to make IE popup adds Killer application in VC++ Pin
Ibrar Ahmad22-Dec-01 0:26
Ibrar Ahmad22-Dec-01 0:26 
GeneralRe: Urgent::++ How to make IE popup adds Killer application in VC++ Pin
Nish Nishant22-Dec-01 0:29
sitebuilderNish Nishant22-Dec-01 0:29 
GeneralRe: Urgent::++ How to make IE popup adds Killer application in VC++ Pin
Ibrar Ahmad22-Dec-01 0:40
Ibrar Ahmad22-Dec-01 0:40 
GeneralRe: Urgent::++ How to make IE popup adds Killer application in VC++ Pin
Michael Dunn22-Dec-01 8:37
sitebuilderMichael Dunn22-Dec-01 8:37 
GeneralRe: Urgent::++ How to make IE popup adds Killer application in VC++ Pin
moliate23-Dec-01 14:16
moliate23-Dec-01 14:16 
GeneralRe: Urgent::++ How to make IE popup adds Killer application in VC++ Pin
Ibrar Ahmad25-Dec-01 7:38
Ibrar Ahmad25-Dec-01 7:38 
GeneralRe: Urgent::++ How to make IE popup adds Killer application in VC++ Pin
moliate25-Dec-01 15:08
moliate25-Dec-01 15:08 
GeneralAdding strings to list box in sdk Pin
vin21-Dec-01 20:11
vin21-Dec-01 20:11 
GeneralRe: Adding strings to list box in sdk Pin
Michael Dunn21-Dec-01 20:29
sitebuilderMichael Dunn21-Dec-01 20:29 
GeneralProblem: How to go to the URL from the program Pin
21-Dec-01 20:11
suss21-Dec-01 20:11 
GeneralRe: Problem: How to go to the URL from the program Pin
Michael Dunn21-Dec-01 20:36
sitebuilderMichael Dunn21-Dec-01 20:36 
Generalproblem working with PropertySheet.. Pin
anish21-Dec-01 19:18
anish21-Dec-01 19:18 

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.