Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: myodbc mysql HELP! Pin
eusto18-Apr-06 0:43
eusto18-Apr-06 0:43 
QuestionRe: Convert STL string -->TCHAR (final clairification) Pin
chasetoys17-Apr-06 7:59
chasetoys17-Apr-06 7:59 
AnswerRe: Convert STL string -->TCHAR (final clairification) Pin
Saurabh.Garg17-Apr-06 17:07
Saurabh.Garg17-Apr-06 17:07 
Question[RESOLVED]Socket function failed in dll called dynamically Pin
Fredericfr17-Apr-06 6:42
Fredericfr17-Apr-06 6:42 
AnswerRe: Socket function failed in dll called dynamically Pin
Michael Dunn17-Apr-06 7:57
sitebuilderMichael Dunn17-Apr-06 7:57 
GeneralRe: Socket function failed in dll called dynamically Pin
Fredericfr17-Apr-06 8:32
Fredericfr17-Apr-06 8:32 
QuestionHow give the dimension to line. Pin
sataoa17-Apr-06 6:34
sataoa17-Apr-06 6:34 
QuestionDynamic arrays Pin
Waldermort17-Apr-06 6:12
Waldermort17-Apr-06 6:12 
Somewhat of a trivial question but I never did grasp the concept. I know that using the new operator we are able to create arrays of a runtime defined size. But this is when you know exactly what size you need the array. eg.
char *foo = "Hello world";
char *bar = new char [strlen(foo) + 1];
But, lets say that code is within a loop, and I want to keep increasing the size of the array without loss of data. How is this done?

In a pratical example, I am working on some code which will open an excel like workbook. Upon reading the file the worksheets are found 1 by 1 and not all at once. Therefore I need to create an array of worksheets and enlarge it each time a new worksheet is found.
AnswerRe: Dynamic arrays Pin
Joe Woodbury17-Apr-06 6:25
professionalJoe Woodbury17-Apr-06 6:25 
GeneralRe: Dynamic arrays Pin
Waldermort17-Apr-06 6:32
Waldermort17-Apr-06 6:32 
GeneralRe: Dynamic arrays Pin
David Crow17-Apr-06 7:17
David Crow17-Apr-06 7:17 
GeneralRe: Dynamic arrays Pin
Waldermort17-Apr-06 8:21
Waldermort17-Apr-06 8:21 
GeneralRe: Dynamic arrays Pin
Nemanja Trifunovic17-Apr-06 9:02
Nemanja Trifunovic17-Apr-06 9:02 
GeneralRe: Dynamic arrays Pin
Waldermort17-Apr-06 9:14
Waldermort17-Apr-06 9:14 
GeneralRe: Dynamic arrays Pin
Nemanja Trifunovic17-Apr-06 10:41
Nemanja Trifunovic17-Apr-06 10:41 
AnswerRe: Dynamic arrays Pin
Joe Woodbury17-Apr-06 10:29
professionalJoe Woodbury17-Apr-06 10:29 
GeneralRe: Dynamic arrays Pin
Nemanja Trifunovic17-Apr-06 10:46
Nemanja Trifunovic17-Apr-06 10:46 
GeneralRe: Dynamic arrays Pin
Joe Woodbury17-Apr-06 21:21
professionalJoe Woodbury17-Apr-06 21:21 
QuestionImpersonation and Access Rights Pin
Putta_V17-Apr-06 5:28
Putta_V17-Apr-06 5:28 
QuestionLinker Error ?? Pin
jinbabaj17-Apr-06 5:03
jinbabaj17-Apr-06 5:03 
AnswerRe: Linker Error ?? Pin
David Crow17-Apr-06 5:11
David Crow17-Apr-06 5:11 
GeneralRe: Linker Error ?? Pin
jinbabaj17-Apr-06 16:08
jinbabaj17-Apr-06 16:08 
GeneralRe: Linker Error ?? Pin
David Crow18-Apr-06 3:11
David Crow18-Apr-06 3:11 
GeneralRe: Linker Error ?? Pin
jinbabaj17-Apr-06 16:15
jinbabaj17-Apr-06 16:15 
QuestionD3D 2D Texture(PNG File) How to set ColorKey Pin
akira3217-Apr-06 4:24
akira3217-Apr-06 4: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.