Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: problems about Template using Pin
Nemanja Trifunovic3-Mar-09 4:27
Nemanja Trifunovic3-Mar-09 4:27 
JokeRe: problems about Template using Pin
Stuart Dootson3-Mar-09 5:47
professionalStuart Dootson3-Mar-09 5:47 
JokeRe: problems about Template using Pin
Eytukan3-Mar-09 6:57
Eytukan3-Mar-09 6:57 
JokeRe: problems about Template using Pin
Stuart Dootson3-Mar-09 8:07
professionalStuart Dootson3-Mar-09 8:07 
JokeRe: problems about Template using Pin
Eytukan3-Mar-09 17:18
Eytukan3-Mar-09 17:18 
GeneralRe: problems about Template using Pin
CPallini3-Mar-09 22:46
mveCPallini3-Mar-09 22:46 
GeneralRe: problems about Template using Pin
CPallini3-Mar-09 22:45
mveCPallini3-Mar-09 22:45 
QuestionShared pointer in VS2008 Pin
vibindia3-Mar-09 3:51
vibindia3-Mar-09 3:51 
I tried using shared pointer in VS 2008 trial edition(Team suite) in a Win32 application,

#include "stdafx.h"
#include <memory>

int _tmain(int argc, _TCHAR* argv[])
{
std::tr1::hexfloat //Only this comes in tr1 namesspace
std::tr1::shared_ptr sharedPtr;
//std::tr1:: error C2039: 'shared_ptr' : is not a member of 'std::tr1'
return 0;
}

It’s supporting auto_ptr but not shared_ptr. Is the problem in my coding or because of trial version.

VIBIN

"Fool's run away,where angle's fear to tread"

AnswerRe: Shared pointer in VS2008 Pin
Stuart Dootson3-Mar-09 3:57
professionalStuart Dootson3-Mar-09 3:57 
QuestionWaitCommEvent Pin
komofilms773-Mar-09 3:05
komofilms773-Mar-09 3:05 
AnswerRe: WaitCommEvent Pin
David Crow3-Mar-09 3:21
David Crow3-Mar-09 3:21 
AnswerRe: WaitCommEvent Pin
Stuart Dootson3-Mar-09 4:07
professionalStuart Dootson3-Mar-09 4:07 
Questionconvert cstring to LPBYTE Pin
amit.code3-Mar-09 2:58
amit.code3-Mar-09 2:58 
AnswerRe: convert cstring to LPBYTE Pin
Cedric Moonen3-Mar-09 3:02
Cedric Moonen3-Mar-09 3:02 
GeneralRe: convert cstring to LPBYTE Pin
amit.code3-Mar-09 3:08
amit.code3-Mar-09 3:08 
AnswerRe: convert cstring to LPBYTE Pin
David Crow3-Mar-09 3:05
David Crow3-Mar-09 3:05 
GeneralRe: convert cstring to LPBYTE Pin
amit.code3-Mar-09 3:12
amit.code3-Mar-09 3:12 
AnswerRe: convert cstring to LPBYTE Pin
Code-o-mat3-Mar-09 3:29
Code-o-mat3-Mar-09 3:29 
GeneralRe: convert cstring to LPBYTE Pin
amit.code3-Mar-09 3:44
amit.code3-Mar-09 3:44 
GeneralRe: convert cstring to LPBYTE Pin
Code-o-mat3-Mar-09 3:50
Code-o-mat3-Mar-09 3:50 
AnswerRe: convert cstring to LPBYTE Pin
«_Superman_»3-Mar-09 16:18
professional«_Superman_»3-Mar-09 16:18 
GeneralRe: convert cstring to LPBYTE Pin
amit.code4-Mar-09 1:47
amit.code4-Mar-09 1:47 
GeneralRe: convert cstring to LPBYTE Pin
Destiny77711-Aug-10 14:23
Destiny77711-Aug-10 14:23 
QuestionHow to Convert my project from VC++ 6.0 to VC++.NET Pin
manoharbalu3-Mar-09 0:01
manoharbalu3-Mar-09 0:01 
AnswerRe: How to Convert my project from VC++ 6.0 to VC++.NET Pin
Eytukan3-Mar-09 0:29
Eytukan3-Mar-09 0:29 

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.