Click here to Skip to main content
15,888,303 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvideo capture Pin
marun8622-Feb-06 20:50
marun8622-Feb-06 20:50 
AnswerRe: video capture Pin
J512198224-Feb-06 0:02
J512198224-Feb-06 0:02 
Questiontabs on list box control Pin
picazo22-Feb-06 20:33
picazo22-Feb-06 20:33 
Questionchecking the validity of hex? Pin
namaskaaram22-Feb-06 19:23
namaskaaram22-Feb-06 19:23 
AnswerRe: checking the validity of hex? Pin
Ryan Binns22-Feb-06 19:39
Ryan Binns22-Feb-06 19:39 
GeneralRe: checking the validity of hex? Pin
Blake Miller23-Feb-06 4:44
Blake Miller23-Feb-06 4:44 
GeneralRe: checking the validity of hex? Pin
Ryan Binns23-Feb-06 18:06
Ryan Binns23-Feb-06 18:06 
GeneralRe: checking the validity of hex? Pin
Blake Miller24-Feb-06 4:27
Blake Miller24-Feb-06 4:27 
Given the nature of the original question, I chose not to make any assumptions.

We actually had production code similar to the following (greatly paraphrased)...
<br />
// check for ascii characters...<br />
if( cChar > 'a' && cChar < 'z' ){<br />
 ... blah blah blah...<br />
}<br />


I suppose you can already see what is wrong with that, even if they were only looking for lower case characters...


People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks
AnswerRe: checking the validity of hex? Pin
kakan22-Feb-06 19:40
professionalkakan22-Feb-06 19:40 
Questionlow level file functions? Pin
filthy mcnasty22-Feb-06 18:23
filthy mcnasty22-Feb-06 18:23 
AnswerRe: low level file functions? Pin
Ryan Binns22-Feb-06 18:44
Ryan Binns22-Feb-06 18:44 
GeneralRe: low level file functions? Pin
filthy mcnasty6-Mar-06 22:29
filthy mcnasty6-Mar-06 22:29 
QuestionWindows Sockets implementation Pin
Rohan Bhosale22-Feb-06 18:14
Rohan Bhosale22-Feb-06 18:14 
QuestionIs there any replacement for CComboboxEx::FindString Pin
followait22-Feb-06 17:46
followait22-Feb-06 17:46 
AnswerRe: Is there any replacement for CComboboxEx::FindString Pin
Joe Woodbury22-Feb-06 18:03
professionalJoe Woodbury22-Feb-06 18:03 
GeneralRe: Is there any replacement for CComboboxEx::FindString Pin
followait22-Feb-06 21:26
followait22-Feb-06 21:26 
AnswerRe: Is there any replacement for CComboboxEx::FindString Pin
Ryan Binns22-Feb-06 18:09
Ryan Binns22-Feb-06 18:09 
GeneralRe: Is there any replacement for CComboboxEx::FindString Pin
followait22-Feb-06 21:24
followait22-Feb-06 21:24 
GeneralRe: Is there any replacement for CComboboxEx::FindString Pin
Ryan Binns22-Feb-06 21:29
Ryan Binns22-Feb-06 21:29 
GeneralRe: Is there any replacement for CComboboxEx::FindString Pin
followait23-Feb-06 17:35
followait23-Feb-06 17:35 
GeneralRe: Is there any replacement for CComboboxEx::FindString Pin
Ryan Binns23-Feb-06 17:44
Ryan Binns23-Feb-06 17:44 
Questionwant to expand and collapse a paragraph vertically Pin
Khawar Abbas122-Feb-06 17:46
Khawar Abbas122-Feb-06 17:46 
QuestionPlease help for generating exe file! Pin
tiancaidao22-Feb-06 16:31
tiancaidao22-Feb-06 16:31 
AnswerRe: Please help for generating exe file! Pin
StarMeteor22-Feb-06 17:05
StarMeteor22-Feb-06 17:05 
GeneralRe: Please help for generating exe file! Pin
tiancaidao22-Feb-06 18:09
tiancaidao22-Feb-06 18:09 

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.