Click here to Skip to main content
15,902,886 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: connecting to a SQL/MSDE database Pin
wilsonian26-Jan-05 10:59
wilsonian26-Jan-05 10:59 
GeneralRe: connecting to a SQL/MSDE database Pin
elephantstar27-Jan-05 11:05
elephantstar27-Jan-05 11:05 
GeneralRe: connecting to a SQL/MSDE database Pin
wilsonian27-Jan-05 11:26
wilsonian27-Jan-05 11:26 
GeneralRe: connecting to a SQL/MSDE database Pin
elephantstar27-Jan-05 14:05
elephantstar27-Jan-05 14:05 
GeneralCDaoDatabase error Pin
Deian25-Jan-05 12:22
Deian25-Jan-05 12:22 
QuestionHow to get size of dynamic array Pin
r3dqu33n25-Jan-05 10:23
r3dqu33n25-Jan-05 10:23 
AnswerRe: How to get size of dynamic array Pin
Budric B.25-Jan-05 10:45
Budric B.25-Jan-05 10:45 
GeneralRe: How to get size of dynamic array Pin
r3dqu33n26-Jan-05 0:31
r3dqu33n26-Jan-05 0:31 
What i want to do is something as:

char c[255];
int size;

int * myArray=new c;
size=Ubound(myArray); // this is the function what i like

// I do it any times and i want to know it size
// I need to know the lenght of the array, then i know if i can add another
// to the array.
GeneralRe: How to get size of dynamic array Pin
geo_m26-Jan-05 1:29
geo_m26-Jan-05 1:29 
GeneralRe: How to get size of dynamic array Pin
David Crow26-Jan-05 3:08
David Crow26-Jan-05 3:08 
GeneralConvert CString Pin
RedDragon2k25-Jan-05 8:48
RedDragon2k25-Jan-05 8:48 
GeneralRe: Convert CString Pin
toxcct25-Jan-05 9:52
toxcct25-Jan-05 9:52 
GeneralRe: Convert CString Pin
Bob Ciora25-Jan-05 12:26
Bob Ciora25-Jan-05 12:26 
GeneralRe: Convert CString Pin
RedDragon2k26-Jan-05 5:29
RedDragon2k26-Jan-05 5:29 
GeneralRe: Convert CString Pin
digwizfox13-Apr-05 7:08
digwizfox13-Apr-05 7:08 
GeneralOutputting to MFC Dialog Box Pin
CNewbie25-Jan-05 8:35
CNewbie25-Jan-05 8:35 
GeneralRe: Outputting to MFC Dialog Box Pin
Wes Aday25-Jan-05 9:34
professionalWes Aday25-Jan-05 9:34 
GeneralRe: Outputting to MFC Dialog Box Pin
Bob Ciora25-Jan-05 11:02
Bob Ciora25-Jan-05 11:02 
GeneralRe: Outputting to MFC Dialog Box Pin
toxcct25-Jan-05 9:57
toxcct25-Jan-05 9:57 
GeneralRe: Outputting to MFC Dialog Box Pin
CNewbie25-Jan-05 13:06
CNewbie25-Jan-05 13:06 
GeneralRe: Outputting to MFC Dialog Box Pin
CNewbie25-Jan-05 14:10
CNewbie25-Jan-05 14:10 
GeneralRe: Outputting to MFC Dialog Box Pin
FlyingTinman25-Jan-05 14:54
FlyingTinman25-Jan-05 14:54 
GeneralRe: Outputting to MFC Dialog Box Pin
CNewbie25-Jan-05 15:45
CNewbie25-Jan-05 15:45 
GeneralRe: Outputting to MFC Dialog Box Pin
David Crow26-Jan-05 3:21
David Crow26-Jan-05 3:21 
GeneralRe: Outputting to MFC Dialog Box Pin
CNewbie26-Jan-05 16:24
CNewbie26-Jan-05 16:24 

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.