Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Very strange bug with VS6 SP5 Pin
Michael Dunn9-Jan-04 17:25
sitebuilderMichael Dunn9-Jan-04 17:25 
GeneralMS Word and VC++ Pin
Duncan Wells9-Jan-04 2:24
Duncan Wells9-Jan-04 2:24 
GeneralRe: MS Word and VC++ Pin
Animesh Rawal9-Jan-04 2:47
Animesh Rawal9-Jan-04 2:47 
GeneralRe: MS Word and VC++ [edited] Pin
Michael P Butler9-Jan-04 3:06
Michael P Butler9-Jan-04 3:06 
GeneralRe: MS Word and VC++ [edited] Pin
Duncan Wells9-Jan-04 3:41
Duncan Wells9-Jan-04 3:41 
GeneralRe: MS Word and VC++ [edited] Pin
Michael P Butler9-Jan-04 5:42
Michael P Butler9-Jan-04 5:42 
GeneralSearching for letters/numbers help needed.. Pin
IrishSonic9-Jan-04 2:11
IrishSonic9-Jan-04 2:11 
GeneralRe: Searching for letters/numbers help needed.. Pin
valikac9-Jan-04 5:56
valikac9-Jan-04 5:56 
One possible solution is a map with custom sort/find algorithm. In this case, the sort/find algorithm would search based on the size of the key instead of the entire string in the map as well as from beginning to last.

std::string sTemp = "Year 2004";
...
// Find algorithm
return sTemp.substr(0, 4) == "Year";

Kuphryn
GeneralDisable Rich Edit Text Control Pin
Anonymous9-Jan-04 1:47
Anonymous9-Jan-04 1:47 
GeneralRe: Disable Rich Edit Text Control Pin
David Crow9-Jan-04 2:28
David Crow9-Jan-04 2:28 
GeneralRe: Disable Rich Edit Text Control Pin
Anonymous9-Jan-04 2:53
Anonymous9-Jan-04 2:53 
GeneralRe: Disable Rich Edit Text Control Pin
David Crow9-Jan-04 3:22
David Crow9-Jan-04 3:22 
GeneralKey Stroke Disabled But Mouse Click Enabled Pin
Anonymous9-Jan-04 4:18
Anonymous9-Jan-04 4:18 
GeneralError 430. Pin
Shenthil9-Jan-04 1:27
Shenthil9-Jan-04 1:27 
GeneralRe: Error 430. Pin
Michael P Butler9-Jan-04 1:42
Michael P Butler9-Jan-04 1:42 
GeneralRe: Error 430. Pin
Shenthil9-Jan-04 6:00
Shenthil9-Jan-04 6:00 
GeneralRe: Error 430. Pin
Michael P Butler9-Jan-04 6:30
Michael P Butler9-Jan-04 6:30 
Generaldynamic DefPushButton Pin
GeraldoLuiz9-Jan-04 1:18
GeraldoLuiz9-Jan-04 1:18 
GeneralRe: dynamic DefPushButton Pin
David Crow9-Jan-04 2:32
David Crow9-Jan-04 2:32 
GeneralRe: dynamic DefPushButton Pin
GeraldoLuiz9-Jan-04 3:53
GeraldoLuiz9-Jan-04 3:53 
Questionwhat do I need to install in order to be able to use msxml.dll in my projects? Pin
Joan M9-Jan-04 0:33
professionalJoan M9-Jan-04 0:33 
AnswerRe: what do I need to install in order to be able to use msxml.dll in my projects? Pin
Shenthil9-Jan-04 1:31
Shenthil9-Jan-04 1:31 
GeneralMessenger annoying msg box Pin
ShowSay9-Jan-04 0:26
ShowSay9-Jan-04 0:26 
GeneralRe: Messenger annoying msg box Pin
Ian Darling9-Jan-04 0:36
Ian Darling9-Jan-04 0:36 
GeneralRe: Messenger annoying msg box Pin
Michael P Butler9-Jan-04 0:47
Michael P Butler9-Jan-04 0:47 

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.