Click here to Skip to main content
15,923,557 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: reading cookie vakue in vc++ Pin
david bagaturia1-Oct-07 22:36
david bagaturia1-Oct-07 22:36 
QuestionInternetGetCookie returning false always,plz help me to read cookie value from VC++ Pin
rindam30-Sep-07 19:07
rindam30-Sep-07 19:07 
AnswerRe: InternetGetCookie returning false always,plz help me to read cookie value from VC++ Pin
Stuart Dootson30-Sep-07 20:49
professionalStuart Dootson30-Sep-07 20:49 
GeneralRe: InternetGetCookie returning false always,plz help me to read cookie value from VC++ Pin
rindam30-Sep-07 21:26
rindam30-Sep-07 21:26 
GeneralRe: InternetGetCookie returning false always,plz help me to read cookie value from VC++ Pin
rindam30-Sep-07 23:52
rindam30-Sep-07 23:52 
GeneralRe: InternetGetCookie returning false always,plz help me to read cookie value from VC++ Pin
Stuart Dootson1-Oct-07 4:28
professionalStuart Dootson1-Oct-07 4:28 
Questionbitwise operators for std string? Pin
mellib30-Sep-07 9:45
mellib30-Sep-07 9:45 
AnswerRe: bitwise operators for std string? Pin
Stuart Dootson30-Sep-07 20:38
professionalStuart Dootson30-Sep-07 20:38 
mellib wrote:
However this seems a little inefficient to me, and I would prefer to use the bitwise operator on the whole string, as a chunk of memory.
mellib wrote:
Is there a more efficient way of doing it that iterating through the strings?

The only efficiency you'll gain is in lines of code - the performance would be exactly the same - the only way you can apply a bitwise operator to a memory range is to iterate through it. You could iterate through the strings a longword at a time instead of a byte (although the only way of doing that probably makes unwarranted assumptions about std::string implementation details).

Seriously - measure the performance and determine if it has a serious impact on your code before trying to optimise.



QuestionHow to read cookie for particular site from VC++ Pin
rindam28-Sep-07 21:47
rindam28-Sep-07 21:47 
Questionhow to detect whether is a user is logged in or not from IE Toolbar Pin
rindam27-Sep-07 23:45
rindam27-Sep-07 23:45 
QuestionNeed a solution for Err: _DllMain@12 already defined in MainHook.obj Pin
Rahul Vaishnav27-Sep-07 0:52
Rahul Vaishnav27-Sep-07 0:52 
AnswerRe: Need a solution for Err: _DllMain@12 already defined in MainHook.obj Pin
Stuart Dootson27-Sep-07 1:34
professionalStuart Dootson27-Sep-07 1:34 
AnswerRe: refershing a selected node in MMC SnapIn on pressing F5 Pin
Rahul Vaishnav25-Sep-07 21:24
Rahul Vaishnav25-Sep-07 21:24 
GeneralRe: refershing a selected node in MMC SnapIn on pressing F5 Pin
Thanks for all the fish26-Sep-07 20:12
Thanks for all the fish26-Sep-07 20:12 
QuestionDoes this ATL Code Leak memory? Pin
Killer319-Sep-07 18:40
Killer319-Sep-07 18:40 
AnswerRe: Does this ATL Code Leak memory? Pin
Stuart Dootson19-Sep-07 21:58
professionalStuart Dootson19-Sep-07 21:58 
QuestionForward Referencing in VS2005 (Attributed COM) Pin
arun140518-Sep-07 2:19
arun140518-Sep-07 2:19 
QuestionSorting with STL set and map [modified] Pin
JimmyAberg17-Sep-07 12:24
professionalJimmyAberg17-Sep-07 12:24 
AnswerRe: Sorting with STL set and map Pin
Stuart Dootson17-Sep-07 21:20
professionalStuart Dootson17-Sep-07 21:20 
QuestionControls Tab Order in WTL dialog not working Pin
Sam52914-Sep-07 2:21
Sam52914-Sep-07 2:21 
Questionmmc change image in scope pane and resultpane item Pin
Thanks for all the fish12-Sep-07 20:32
Thanks for all the fish12-Sep-07 20:32 
Questionadding combobox in listcontrol Pin
Thanks for all the fish9-Sep-07 20:49
Thanks for all the fish9-Sep-07 20:49 
Questionhow to connect to MySQL database in ATL and WTL Project in vc++ Pin
Dhiraj kumar Saini9-Sep-07 20:39
Dhiraj kumar Saini9-Sep-07 20:39 
AnswerRe: how to connect to MySQL database in ATL and WTL Project in vc++ Pin
Stuart Dootson9-Sep-07 21:14
professionalStuart Dootson9-Sep-07 21:14 
GeneralRe: how to connect to MySQL database in ATL and WTL Project in vc++ Pin
Dhiraj kumar Saini12-Sep-07 1:36
Dhiraj kumar Saini12-Sep-07 1:36 

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.