Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
Amit Dey24-Jan-04 11:55
Amit Dey24-Jan-04 11:55 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 12:06
BrockVnm24-Jan-04 12:06 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
Anonymous24-Jan-04 12:20
Anonymous24-Jan-04 12:20 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 12:24
BrockVnm24-Jan-04 12:24 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
Anonymous24-Jan-04 12:40
Anonymous24-Jan-04 12:40 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 13:37
BrockVnm24-Jan-04 13:37 
GeneralDirectMusic looping wavs Pin
Mad Docs Hairy Belly24-Jan-04 9:08
Mad Docs Hairy Belly24-Jan-04 9:08 
Generalconstructor implementation question Pin
nss24-Jan-04 8:20
nss24-Jan-04 8:20 
GeneralRe: constructor implementation question Pin
bneacetp24-Jan-04 15:05
bneacetp24-Jan-04 15:05 
GeneralRe: constructor --thanks! Pin
nss24-Jan-04 16:37
nss24-Jan-04 16:37 
GeneralRe: constructor --thanks! Pin
bneacetp24-Jan-04 17:59
bneacetp24-Jan-04 17:59 
GeneralATL ActiveX > .NET Pin
dabossuk24-Jan-04 6:21
dabossuk24-Jan-04 6:21 
GeneralOverloading the = operator Pin
magpierre24-Jan-04 5:37
magpierre24-Jan-04 5:37 
GeneralRe: Overloading the = operator Pin
J. Eric Vaughan24-Jan-04 6:04
J. Eric Vaughan24-Jan-04 6:04 
GeneralRe: Overloading the = operator Pin
Jörgen Sigvardsson24-Jan-04 6:04
Jörgen Sigvardsson24-Jan-04 6:04 
GeneralC++ Question. Pin
WREY24-Jan-04 4:42
WREY24-Jan-04 4:42 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 5:09
Jörgen Sigvardsson24-Jan-04 5:09 
GeneralRe: C++ Question. Pin
WREY24-Jan-04 5:56
WREY24-Jan-04 5:56 
GeneralRe: C++ Question. Pin
PJ Arends24-Jan-04 9:35
professionalPJ Arends24-Jan-04 9:35 
GeneralRe: C++ Question. Pin
MrNiceBerG24-Jan-04 5:25
MrNiceBerG24-Jan-04 5:25 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 5:59
Jörgen Sigvardsson24-Jan-04 5:59 
GeneralRe: C++ Question. Pin
WREY24-Jan-04 6:04
WREY24-Jan-04 6:04 
GeneralRe: C++ Question. Pin
Michael Dunn24-Jan-04 6:13
sitebuilderMichael Dunn24-Jan-04 6:13 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 9:42
Jörgen Sigvardsson24-Jan-04 9:42 
GeneralRe: C++ Question. Pin
Inam24-Jan-04 6:57
Inam24-Jan-04 6:57 
If u are dealing with the array like this int arr[x][y] at compile time than by using pointers u can do it at runtime like for one dimensional array int *arr=new int[x];
where x can have any value similarly one can do it for two dimensional array.

Inam

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.