Click here to Skip to main content
15,892,927 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: how to search a name in a file in torbo c Pin
Christian Graus30-Nov-07 17:52
protectorChristian Graus30-Nov-07 17:52 
AnswerRe: how to search a name in a file in torbo c Pin
Paul Conrad1-Dec-07 9:42
professionalPaul Conrad1-Dec-07 9:42 
Questionusing MFC Extension UI dll in .NET Pin
kushu29-Nov-07 19:40
kushu29-Nov-07 19:40 
AnswerRe: using MFC Extension UI dll in .NET Pin
led mike30-Nov-07 4:17
led mike30-Nov-07 4:17 
QuestionRe: using MFC Extension UI dll in .NET Pin
kushu5-Dec-07 18:11
kushu5-Dec-07 18:11 
QuestionConvert Binary to Hex Code? Pin
spalanivel29-Nov-07 0:55
spalanivel29-Nov-07 0:55 
AnswerRe: Convert Binary to Hex Code? Pin
Christian Graus30-Nov-07 18:40
protectorChristian Graus30-Nov-07 18:40 
Questionhow to get object name Pin
K. Sant.28-Nov-07 23:07
K. Sant.28-Nov-07 23:07 
hi ,

i am trying to get the object name, see the code below, but not able to find method, what could be the code in place of ???????.

#include "iostream"
using namespace std;
class A{
public:
int i;
void printObjectname(){
cout << ????????;//<--what could be here, to print the object name as 'objectA'
}
};

int _tmain(int argc, _TCHAR* argv[])
{
A *objectA = new A();
objectA->printObjectname();

return 0;
}


santosh
AnswerRe: how to get object name Pin
Luc Pattyn28-Nov-07 23:51
sitebuilderLuc Pattyn28-Nov-07 23:51 
Questionhtml to .csv Pin
Tom Paronis28-Nov-07 11:32
Tom Paronis28-Nov-07 11:32 
AnswerRe: html to .csv Pin
Christian Graus28-Nov-07 15:12
protectorChristian Graus28-Nov-07 15:12 
GeneralRe: html to .csv Pin
Tom Paronis28-Nov-07 15:20
Tom Paronis28-Nov-07 15:20 
GeneralRe: html to .csv Pin
Christian Graus29-Nov-07 0:07
protectorChristian Graus29-Nov-07 0:07 
QuestionProblem with recv() function in winsock.h header file Pin
Raghavendra Pise27-Nov-07 21:13
Raghavendra Pise27-Nov-07 21:13 
AnswerRe: Problem with recv() function in winsock.h header file Pin
Christian Graus28-Nov-07 0:36
protectorChristian Graus28-Nov-07 0:36 
QuestionUsing boost test Pin
monsieur_jj26-Nov-07 20:56
monsieur_jj26-Nov-07 20:56 
AnswerRe: Using boost test Pin
Christian Graus26-Nov-07 22:24
protectorChristian Graus26-Nov-07 22:24 
GeneralRe: Using boost test Pin
monsieur_jj27-Nov-07 13:33
monsieur_jj27-Nov-07 13:33 
GeneralRe: Using boost test Pin
Christian Graus28-Nov-07 0:36
protectorChristian Graus28-Nov-07 0:36 
GeneralRe: Using boost test Pin
monsieur_jj28-Nov-07 14:44
monsieur_jj28-Nov-07 14:44 
Questioncan anybody explain me how the size of an empty class is 1byte Pin
philiptabraham26-Nov-07 20:14
philiptabraham26-Nov-07 20:14 
AnswerRe: can anybody explain me how the size of an empty class is 1byte Pin
Christian Graus26-Nov-07 22:41
protectorChristian Graus26-Nov-07 22:41 
AnswerRe: can anybody explain me how the size of an empty class is 1byte Pin
Mark Salsbery27-Nov-07 7:28
Mark Salsbery27-Nov-07 7:28 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
led mike27-Nov-07 7:51
led mike27-Nov-07 7:51 
GeneralRe: can anybody explain me how the size of an empty class is 1byte Pin
Mark Salsbery27-Nov-07 8:05
Mark Salsbery27-Nov-07 8:05 

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.