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

C / C++ / MFC

 
GeneralRe: stack around the variable 'values' was corrupted Pin
Michael Dunn20-Aug-06 10:35
sitebuilderMichael Dunn20-Aug-06 10:35 
GeneralRe: stack around the variable 'values' was corrupted Pin
jon-8020-Aug-06 13:38
professionaljon-8020-Aug-06 13:38 
Questionhow to connect to a website using VC++ Pin
micku20-Aug-06 5:40
micku20-Aug-06 5:40 
AnswerRe: how to connect to a website using VC++ Pin
Ravi Bhavnani20-Aug-06 5:45
professionalRavi Bhavnani20-Aug-06 5:45 
Questionshowing and hiding controls Pin
Waldermort20-Aug-06 3:07
Waldermort20-Aug-06 3:07 
AnswerRe: showing and hiding controls [modified] Pin
Sarath C20-Aug-06 3:22
Sarath C20-Aug-06 3:22 
GeneralRe: showing and hiding controls Pin
Waldermort20-Aug-06 4:37
Waldermort20-Aug-06 4:37 
QuestionPossible to make structures with arrays dynamic? Pin
KanuAMBC20-Aug-06 0:12
KanuAMBC20-Aug-06 0:12 
Currently i have a structure of

struct data
{
long int addNumber,addPostal,exMth,exYear;
char fName[40],lsName[40],addStreet[40],addCity[40],addState[40];
};

data dataRecords[100];

This is used to store values in dataRecords[0],dataRecords[1], etc...
In using this method, I can only store up to a max of 0-100 records. Is there anyway where number of dataRecords can be made dynamic? instead of limiting it to 100. There is another method of using linked list instead, but i dun have enuff time to change my whole program to adapt to it.

Thanks
AnswerRe: Possible to make structures with arrays dynamic? Pin
Cedric Moonen20-Aug-06 2:39
Cedric Moonen20-Aug-06 2:39 
AnswerRe: Possible to make structures with arrays dynamic? Pin
Waldermort20-Aug-06 3:10
Waldermort20-Aug-06 3:10 
AnswerRe: Possible to make structures with arrays dynamic? Pin
Hamid_RT22-Aug-06 7:25
Hamid_RT22-Aug-06 7:25 
Questionbuilt-in variables for VC? Pin
George_George19-Aug-06 23:35
George_George19-Aug-06 23:35 
AnswerRe: built-in variables for VC? Pin
Mike Dimmick20-Aug-06 5:53
Mike Dimmick20-Aug-06 5:53 
GeneralRe: built-in variables for VC? Pin
George_George20-Aug-06 17:37
George_George20-Aug-06 17:37 
QuestionComparing strings to a table of values Pin
Rigsby6619-Aug-06 23:07
Rigsby6619-Aug-06 23:07 
Questionhow to get the execution path of dll Pin
mt_samiei19-Aug-06 22:28
mt_samiei19-Aug-06 22:28 
AnswerRe: how to get the execution path of dll Pin
Mike Dimmick20-Aug-06 6:07
Mike Dimmick20-Aug-06 6:07 
GeneralRe: how to get the execution path of dll Pin
mt_samiei22-Aug-06 19:27
mt_samiei22-Aug-06 19:27 
QuestionPortrait to LandScape Pin
georgekjolly19-Aug-06 21:50
georgekjolly19-Aug-06 21:50 
AnswerRe: Portrait to LandScape Pin
bob1697220-Aug-06 4:48
bob1697220-Aug-06 4:48 
AnswerRe: Portrait to LandScape Pin
Hamid_RT22-Aug-06 7:25
Hamid_RT22-Aug-06 7:25 
QuestionSprite Animation Pin
lman81719-Aug-06 21:35
lman81719-Aug-06 21:35 
AnswerRe: Sprite Animation Pin
Mike Dimmick20-Aug-06 6:24
Mike Dimmick20-Aug-06 6:24 
Questioncapturing keyboard events Pin
Vissu8919-Aug-06 20:04
Vissu8919-Aug-06 20:04 
AnswerRe: capturing keyboard events [modified] Pin
bob1697220-Aug-06 4:40
bob1697220-Aug-06 4:40 

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.