Click here to Skip to main content
15,921,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to add dynamically to Combo Box Pin
mr200325-Oct-03 15:46
mr200325-Oct-03 15:46 
AnswerRe: how to add dynamically to Combo Box Pin
Ravi Bhavnani25-Oct-03 17:34
professionalRavi Bhavnani25-Oct-03 17:34 
AnswerRe: how to add dynamically to Combo Box Pin
Michael Dunn25-Oct-03 17:34
sitebuilderMichael Dunn25-Oct-03 17:34 
AnswerRe: how to add dynamically to Combo Box Pin
Terry O'Nolley25-Oct-03 17:53
Terry O'Nolley25-Oct-03 17:53 
GeneralMaking video slider using Win32 Pin
IGx8925-Oct-03 13:45
IGx8925-Oct-03 13:45 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani25-Oct-03 17:29
professionalRavi Bhavnani25-Oct-03 17:29 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 6:33
IGx8926-Oct-03 6:33 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani26-Oct-03 6:41
professionalRavi Bhavnani26-Oct-03 6:41 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 6:44
IGx8926-Oct-03 6:44 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani26-Oct-03 6:49
professionalRavi Bhavnani26-Oct-03 6:49 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 10:13
IGx8926-Oct-03 10:13 
Generalselect() Pin
Alexander M.,25-Oct-03 13:37
Alexander M.,25-Oct-03 13:37 
GeneralRe: select() Pin
Johnny ²25-Oct-03 21:43
Johnny ²25-Oct-03 21:43 
Generalruntime C++ linking Pin
Alexander M.,25-Oct-03 12:10
Alexander M.,25-Oct-03 12:10 
GeneralRe: runtime C++ linking Pin
Jörgen Sigvardsson26-Oct-03 5:41
Jörgen Sigvardsson26-Oct-03 5:41 
QuestionCurrent username? Pin
M.u.m.b.a25-Oct-03 8:32
M.u.m.b.a25-Oct-03 8:32 
AnswerRe: Current username? Pin
Alexander M.,25-Oct-03 11:44
Alexander M.,25-Oct-03 11:44 
AnswerRe: Current username? Pin
Blake Coverett25-Oct-03 19:19
Blake Coverett25-Oct-03 19:19 
Generalthis is so weird - try it and see Pin
Oinka25-Oct-03 8:06
Oinka25-Oct-03 8:06 
GeneralRe: this is so weird - try it and see Pin
Michael P Butler25-Oct-03 9:05
Michael P Butler25-Oct-03 9:05 
GeneralHey thanks that worked - but I'm still confused Pin
Oinka25-Oct-03 9:14
Oinka25-Oct-03 9:14 
GeneralRe: Hey thanks that worked - but I'm still confused Pin
Michael P Butler25-Oct-03 9:33
Michael P Butler25-Oct-03 9:33 
GeneralC++ Data Structures (3rd), Chapter 3, Exercise 8 a+b, pg 171 Pin
aLiSoN374225-Oct-03 7:58
sussaLiSoN374225-Oct-03 7:58 
GeneralRe: C++ Data Structures (3rd), Chapter 3, Exercise 8 a+b, pg 171 Pin
Oinka25-Oct-03 8:56
Oinka25-Oct-03 8:56 
GeneralC++ Data Structures (3rd), Chapter 4, Exercise 14, p 267 Pin
aLiSoN374225-Oct-03 7:56
sussaLiSoN374225-Oct-03 7:56 
I would really like to find a teacher's version of this book, or an answer guide someplace! Thank you! Alison
------------------------------------
Using one or more stacks, write a code segment to read in a string of characters and determine whether it forms a palindrome. A palindrome is a sequence of characters that reads the same both forward and backward--for example: ABLE WAS I ERE I SAW ELBA.

The character '.' ends the string. Write a message indicating whether the string is a palindrome. You may assume that the data are correct and that the maximum number of characters is 80.
-------------------------------
I'm not sure how to write just a code segment. Not being able to run it leave s me without any direction to go in (knowing if it's right or wrong). Any direction would be appreciated! Thanks!

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.