Click here to Skip to main content
15,881,852 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Which type of Regex best to learn for programming with C? Pin
Richard MacCutchan17-Dec-18 3:53
mveRichard MacCutchan17-Dec-18 3:53 
GeneralRe: Which type of Regex best to learn for programming with C? Pin
HS_C_Student17-Dec-18 5:57
HS_C_Student17-Dec-18 5:57 
GeneralRe: Which type of Regex best to learn for programming with C? Pin
Richard MacCutchan17-Dec-18 6:48
mveRichard MacCutchan17-Dec-18 6:48 
AnswerRe: Which type of Regex best to learn for programming with C? Pin
John R. Shaw9-Jan-20 20:50
John R. Shaw9-Jan-20 20:50 
QuestionDirectory manipulation in C++ Pin
tasumisra16-Oct-18 4:26
tasumisra16-Oct-18 4:26 
AnswerRe: Directory manipulation in C++ Pin
Richard MacCutchan16-Oct-18 4:34
mveRichard MacCutchan16-Oct-18 4:34 
QuestionMicrosoft Office Object Library Pin
JM225114-Oct-18 5:31
JM225114-Oct-18 5:31 
QuestionUnable to find atlapp.h file in Visual Studio 2017 Pin
Krishna Rao Yekkali29-Aug-18 0:17
Krishna Rao Yekkali29-Aug-18 0:17 
AnswerRe: Unable to find atlapp.h file in Visual Studio 2017 Pin
Jochen Arndt29-Aug-18 0:38
professionalJochen Arndt29-Aug-18 0:38 
GeneralRe: Unable to find atlapp.h file in Visual Studio 2017 Pin
Krishna Rao Yekkali29-Aug-18 19:41
Krishna Rao Yekkali29-Aug-18 19:41 
QuestionCEditCtrl in FrameWnd Pin
john56321-Aug-18 22:24
john56321-Aug-18 22:24 
AnswerRe: CEditCtrl in FrameWnd Pin
Jochen Arndt1-Aug-18 23:33
professionalJochen Arndt1-Aug-18 23:33 
QuestionMFC VC2015 How to build from command line both settings: Use Shared DLL and Use Static DLL Pin
Member 1024558715-Jul-18 1:37
professionalMember 1024558715-Jul-18 1:37 
AnswerRe: MFC VC2015 How to build from command line both settings: Use Shared DLL and Use Static DLL Pin
Jochen Arndt15-Jul-18 22:24
professionalJochen Arndt15-Jul-18 22:24 
GeneralRe: MFC VC2015 How to build from command line both settings: Use Shared DLL and Use Static DLL Pin
Member 1024558716-Jul-18 0:12
professionalMember 1024558716-Jul-18 0:12 
QuestionHow to use CUDA programming to calculate and process the correct number Pin
Member 1378925119-Apr-18 21:35
Member 1378925119-Apr-18 21:35 
Bandwidth test - test memory bandwidth.

Especially important for PCIE capability. Different MB has different PCIE capability.

The CUDA adaptor performance is depend on the capability of PCIE. It could be the performance bottleneck.

On the following programming drills, the number of clock cycles necessary for computation and utilised memory bandwidth have to be computing.

(1) parallelization in the programs - using 256 threads

(2) improving the memory access modes

(3) testing the parallelization by using 512/1024

(4) utilizing BLOCKS in the computation

(5) utilizing shared memory

(6) improving the computation oerfdormance by using a Treesum algorithm

(7) resolving the memory band conflict issue, encountered in applying Treesum algorithm with the shared memory

AnswerRe: How to use CUDA programming to calculate and process the correct number Pin
Richard MacCutchan19-Apr-18 21:54
mveRichard MacCutchan19-Apr-18 21:54 
Rant[REPOST] How to use CUDA programming to calculate and process the correct number Pin
Richard Deeming20-Apr-18 1:10
mveRichard Deeming20-Apr-18 1:10 
QuestionHide context menu on CScrollBar in MFC. Pin
Sampath57918-Apr-18 3:07
Sampath57918-Apr-18 3:07 
AnswerRe: Hide context menu on CScrollBar in MFC. Pin
Victor Nijegorodov18-Apr-18 10:10
Victor Nijegorodov18-Apr-18 10:10 
GeneralRe: Hide context menu on CScrollBar in MFC. Pin
Sampath57919-Apr-18 2:10
Sampath57919-Apr-18 2:10 
AnswerRe: Hide context menu on CScrollBar in MFC. Pin
Jochen Arndt19-Apr-18 3:05
professionalJochen Arndt19-Apr-18 3:05 
GeneralRe: Hide context menu on CScrollBar in MFC. Pin
Sampath57919-Apr-18 17:24
Sampath57919-Apr-18 17:24 
QuestionHow to use .Def File Pin
tasumisra10-Apr-18 19:57
tasumisra10-Apr-18 19:57 
AnswerRe: How to use .Def File Pin
Richard MacCutchan10-Apr-18 21:02
mveRichard MacCutchan10-Apr-18 21:02 

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.