Click here to Skip to main content
15,913,610 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralAdding WTL support to existing app Pin
Henrik Husted5-May-03 9:36
Henrik Husted5-May-03 9:36 
GeneralRe: Adding WTL support to existing app Pin
Michael Dunn5-May-03 17:50
sitebuilderMichael Dunn5-May-03 17:50 
GeneralRe: Adding WTL support to existing app Pin
Henrik Husted5-May-03 20:32
Henrik Husted5-May-03 20:32 
QuestionHow can I "cut" a File from a folder/disk drive Pin
Pious4-May-03 21:22
Pious4-May-03 21:22 
AnswerRe: How can I "cut" a File from a folder/disk drive Pin
Sean Cundiff14-May-03 18:04
Sean Cundiff14-May-03 18:04 
GeneralWTL Pin
alex.barylski3-May-03 14:41
alex.barylski3-May-03 14:41 
GeneralRe: WTL Pin
Stuart Dootson4-May-03 8:46
professionalStuart Dootson4-May-03 8:46 
Generalstack question Pin
alex.barylski3-May-03 14:19
alex.barylski3-May-03 14:19 
How can I shift all the items on a stack up by one?

Item1
Item2
Item3
Item4

After shifting up by one you would have

Item2
Item3
Item4
Item5

Do I have to create a temp stack? Or is there any way I can access each item in the stack like vector? A quick hack maybe...I just think swapping the values (except index 0 which would overwritten) would be more efficient the creating a temp stack (or popping the values off into a vector, then copying the vector values over to the new stack)

Anyways...if I made myself clear and you understand what i'm trying to do...can this be accomplished???

Thanks Smile | :)

"Two wrongs don't make a right, but three lefts do!" - Alex Barylski Smile | :)
GeneralRe: stack question Pin
valikac4-May-03 6:32
valikac4-May-03 6:32 
GeneralRe: stack question Pin
Alexandru Savescu7-May-03 23:01
Alexandru Savescu7-May-03 23:01 
Questioncan i use CArray in wtl? Pin
User 160552-May-03 17:44
User 160552-May-03 17:44 
AnswerRe: can i use CArray in wtl? Pin
John M. Drescher2-May-03 18:06
John M. Drescher2-May-03 18:06 
AnswerRe: can i use CArray in wtl? Pin
Michael Dunn2-May-03 18:21
sitebuilderMichael Dunn2-May-03 18:21 
GeneralRe: can i use CArray in wtl? Pin
User 160552-May-03 23:05
User 160552-May-03 23:05 
GeneralRe: can i use CArray in wtl? Pin
Christian Graus3-May-03 14:43
protectorChristian Graus3-May-03 14:43 
GeneralRe: can i use CArray in wtl? Pin
Tim Smith7-May-03 2:17
Tim Smith7-May-03 2:17 
GeneralRe: can i use CArray in wtl? Pin
Ed Gadziemski7-May-03 4:28
professionalEd Gadziemski7-May-03 4:28 
GeneralRe: can i use CArray in wtl? Pin
Christian Graus7-May-03 11:28
protectorChristian Graus7-May-03 11:28 
GeneralRe: can i use CArray in wtl? Pin
Ed Gadziemski8-May-03 5:22
professionalEd Gadziemski8-May-03 5:22 
GeneralSTL Thesaurus :( Pin
jenys1-May-03 1:16
jenys1-May-03 1:16 
GeneralRe: STL Thesaurus :( Pin
Ben Burnett1-May-03 16:15
Ben Burnett1-May-03 16:15 
Questionwhen should we chain messages and when should we reflect them? Pin
User 1605530-Apr-03 14:49
User 1605530-Apr-03 14:49 
AnswerRe: when should we chain messages and when should we reflect them? Pin
Tim Smith30-Apr-03 14:57
Tim Smith30-Apr-03 14:57 
GeneralError in ATL HTML Control (window.external) Pin
Mahesh Perumal29-Apr-03 19:58
Mahesh Perumal29-Apr-03 19:58 
GeneralRe: Error in ATL HTML Control (window.external) Pin
Matt Bishop1-May-03 1:59
Matt Bishop1-May-03 1:59 

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.