Click here to Skip to main content
15,890,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: completely and full working free sms worldwide sending application in visual c++ !!!!! Pin
ThatsAlok16-Jul-06 21:49
ThatsAlok16-Jul-06 21:49 
QuestionMFC saving contents in a window Pin
LakshmiPathiRao14-Jul-06 20:29
LakshmiPathiRao14-Jul-06 20:29 
AnswerRe: MFC saving contents in a window Pin
Hamid_RT14-Jul-06 21:22
Hamid_RT14-Jul-06 21:22 
AnswerRe: MFC saving contents in a window Pin
A_Fa15-Jul-06 0:05
A_Fa15-Jul-06 0:05 
QuestionProblem in resolution Pin
Anu_Bala14-Jul-06 20:13
Anu_Bala14-Jul-06 20:13 
AnswerRe: Problem in resolution Pin
Hamid_RT14-Jul-06 21:18
Hamid_RT14-Jul-06 21:18 
AnswerRe: Problem in resolution Pin
FarPointer14-Jul-06 23:12
FarPointer14-Jul-06 23:12 
QuestionAsk a problem,about template:) Pin
rxgmoral14-Jul-06 19:41
rxgmoral14-Jul-06 19:41 
Ask a problem,about templateSmile | :)

i write template class
<<<<<<<<<class.h>>>>>>>>
#pragma once
template <class t=""> class Tem
{
public:
T rxg(T a);
};

<<<<<<<<<class.cpp>>>>>>>>
#include "stdafx.h"
#include "class.h"
template<class t="">T Tem<t>::rxg(T a)
{
return a;
}


<<<<<<<<<<<dialog.cpp>>>>>>>>>
#include "Class.h"
................................
Tem<int> moral;
int a=moral.rxg(10);


Error:
Test.obj : error LNK2019: unresolved external symbol "public: int __thiscall Tem<int>::rxg(int)" (?rxg@?$Tem@H@@QAEHH@Z) referenced in function "public: void __thiscall CAboutDlg::OnBnClickedOk(void)" (?OnBnClickedOk@CAboutDlg@@QAEXXZ)

thankSmile | :)
AnswerRe: Ask a problem,about template:) Pin
FarPointer14-Jul-06 23:01
FarPointer14-Jul-06 23:01 
GeneralRe: Ask a problem,about template:) Pin
rxgmoral16-Jul-06 16:06
rxgmoral16-Jul-06 16:06 
Questioncable modem [modified] Pin
locoone14-Jul-06 19:31
locoone14-Jul-06 19:31 
QuestionSaving A window Pin
Nagaraju_Focus14-Jul-06 18:53
Nagaraju_Focus14-Jul-06 18:53 
AnswerRe: Saving A window Pin
Hamid_RT14-Jul-06 19:03
Hamid_RT14-Jul-06 19:03 
GeneralRe: Saving A window Pin
Nagaraju_Focus14-Jul-06 20:31
Nagaraju_Focus14-Jul-06 20:31 
GeneralRe: Saving A window Pin
Hamid_RT14-Jul-06 21:21
Hamid_RT14-Jul-06 21:21 
AnswerRe: Saving A window Pin
FarPointer14-Jul-06 22:55
FarPointer14-Jul-06 22:55 
QuestionHow to hide my dialog without any flash as soon as my application start? Pin
NianHawk14-Jul-06 18:38
NianHawk14-Jul-06 18:38 
AnswerRe: How to hide my dialog without any flash as soon as my application start? Pin
FarPointer14-Jul-06 23:07
FarPointer14-Jul-06 23:07 
QuestionPrinting fill patterns Pin
lizamathew14-Jul-06 18:01
lizamathew14-Jul-06 18:01 
QuestionHow to write the printer installation code? Pin
hsinheng14-Jul-06 17:54
hsinheng14-Jul-06 17:54 
Questioni need help Pin
syed imran azmat14-Jul-06 11:09
syed imran azmat14-Jul-06 11:09 
GeneralRe: i need help... Pin
Marc Clifton14-Jul-06 11:11
mvaMarc Clifton14-Jul-06 11:11 
GeneralI have always wondered Pin
Ennis Ray Lynch, Jr.14-Jul-06 11:14
Ennis Ray Lynch, Jr.14-Jul-06 11:14 
Questionhow to integrate a console C++ program to MFC program Pin
mrby12314-Jul-06 9:57
mrby12314-Jul-06 9:57 
AnswerRe: how to integrate a console C++ program to MFC program Pin
Jun Du14-Jul-06 10:15
Jun Du14-Jul-06 10:15 

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.