Click here to Skip to main content
15,920,217 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Question about STL stack Pin
Stuart Dootson11-Feb-03 1:52
professionalStuart Dootson11-Feb-03 1:52 
GeneralRe: Question about STL stack Pin
George211-Feb-03 1:58
George211-Feb-03 1:58 
GeneralExcluding implemented interfaces from the typelib Pin
Nick Blumhardt10-Feb-03 19:20
Nick Blumhardt10-Feb-03 19:20 
GeneralRe: Excluding implemented interfaces from the typelib Pin
AlexO11-Feb-03 2:22
AlexO11-Feb-03 2:22 
GeneralServices on 98 Pin
Nick Blumhardt10-Feb-03 14:06
Nick Blumhardt10-Feb-03 14:06 
GeneralRe: Services on 98 Pin
Michael Dunn10-Feb-03 15:50
sitebuilderMichael Dunn10-Feb-03 15:50 
GeneralRe: Services on 98 Pin
Nick Blumhardt10-Feb-03 19:17
Nick Blumhardt10-Feb-03 19:17 
GeneralRe: What is the difference between delete[] and delete? Pin
Joaquín M López Muñoz10-Feb-03 2:24
Joaquín M López Muñoz10-Feb-03 2:24 
Use delete[] when freeing dynamically allocated arrays created like this:
int * p= new int[1024]; //array of 1024 ints
and delete for every other use of new. Rule of thumb: use brackets in delete if and only if brackets where used in the corresponding new.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: What is the difference between delete[] and delete? Pin
George210-Feb-03 2:35
George210-Feb-03 2:35 
GeneralRe: What is the difference between delete[] and delete? Pin
Joaquín M López Muñoz10-Feb-03 2:44
Joaquín M López Muñoz10-Feb-03 2:44 
GeneralRe: What is the difference between delete[] and delete? Pin
George210-Feb-03 3:00
George210-Feb-03 3:00 
GeneralRe: What is the difference between delete[] and delete? Pin
Joaquín M López Muñoz10-Feb-03 3:49
Joaquín M López Muñoz10-Feb-03 3:49 
GeneralRe: What is the difference between delete[] and delete? Pin
George210-Feb-03 18:02
George210-Feb-03 18:02 
GeneralSTL remove_copy_if is not working properly Pin
George210-Feb-03 1:15
George210-Feb-03 1:15 
GeneralRe: STL remove_copy_if is not working properly Pin
Joaquín M López Muñoz10-Feb-03 9:29
Joaquín M López Muñoz10-Feb-03 9:29 
GeneralRe: STL remove_copy_if is not working properly Pin
George210-Feb-03 18:00
George210-Feb-03 18:00 
GeneralCompiling error on my simple STL spell-checker. Pin
George29-Feb-03 2:39
George29-Feb-03 2:39 
GeneralRe: Compiling error on my simple STL spell-checker. Pin
Joaquín M López Muñoz9-Feb-03 11:23
Joaquín M López Muñoz9-Feb-03 11:23 
GeneralRe: Compiling error on my simple STL spell-checker. Pin
George210-Feb-03 1:10
George210-Feb-03 1:10 
GeneralManta Web ATL Sample. Pin
Bo Hunter7-Feb-03 11:14
Bo Hunter7-Feb-03 11:14 
GeneralRe: Manta Web ATL Sample. Pin
TigerNinja_19-Feb-03 3:18
TigerNinja_19-Feb-03 3:18 
Generalresume download Pin
Anonymous6-Feb-03 17:34
Anonymous6-Feb-03 17:34 
GeneralRe: resume download Pin
JoeSox6-Feb-03 19:02
JoeSox6-Feb-03 19:02 
GeneralRe: resume download Pin
AlexO7-Feb-03 3:05
AlexO7-Feb-03 3:05 
GeneralRe: resume download Pin
Todd Smith19-Feb-03 9:29
Todd Smith19-Feb-03 9:29 

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.