Click here to Skip to main content
15,892,797 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMDI Initial Window Pin
DanYELL9-Aug-06 6:49
DanYELL9-Aug-06 6:49 
AnswerRe: MDI Initial Window [modified] Pin
bob169729-Aug-06 7:25
bob169729-Aug-06 7:25 
Questionclass template methods Pin
jon-809-Aug-06 6:12
professionaljon-809-Aug-06 6:12 
AnswerRe: class template methods Pin
valikac9-Aug-06 7:34
valikac9-Aug-06 7:34 
QuestionRe: class template methods Pin
jon-809-Aug-06 18:58
professionaljon-809-Aug-06 18:58 
AnswerRe: class template methods Pin
Zac Howland9-Aug-06 10:24
Zac Howland9-Aug-06 10:24 
QuestionRe: class template methods Pin
jon-8010-Aug-06 7:19
professionaljon-8010-Aug-06 7:19 
AnswerRe: class template methods [modified] Pin
Zac Howland10-Aug-06 7:38
Zac Howland10-Aug-06 7:38 
jon_80 wrote:
This is an academic assignment and the tutor discouraged me from using strings, because I can understand arrays of chars more easily I guess.


Most likely, he (or she) wanted you to understand what actually goes on under the hood of the string class (and those like it). This isn't a bad thing, but you should remember that once you understand what it does, there is no need to reinvent the wheel, and doing so is actually bad practice.

edit: Is this code for an assignment? If so, what are the restrictions on the assignment?

jon_80 wrote:
I don't know what vectors are to be honest.


A vector is nothing more than an array. The vector template class wraps an array so that you can dynamically add/remove elements in it without worrying about the details of memory allocation/deallocation for the array yourself.




-- modified at 13:41 Thursday 10th August, 2006

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

QuestionRe: class template methods Pin
jon-8010-Aug-06 7:21
professionaljon-8010-Aug-06 7:21 
AnswerRe: class template methods Pin
Zac Howland10-Aug-06 7:41
Zac Howland10-Aug-06 7:41 
GeneralRe: class template methods Pin
jon-8010-Aug-06 9:18
professionaljon-8010-Aug-06 9:18 
QuestionNeed help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 5:13
Paul Groetzner9-Aug-06 5:13 
QuestionRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 5:58
David Crow9-Aug-06 5:58 
AnswerRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 6:04
Paul Groetzner9-Aug-06 6:04 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 6:51
David Crow9-Aug-06 6:51 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 7:03
Paul Groetzner9-Aug-06 7:03 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 7:11
David Crow9-Aug-06 7:11 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 7:26
Paul Groetzner9-Aug-06 7:26 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 7:32
Paul Groetzner9-Aug-06 7:32 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 8:20
David Crow9-Aug-06 8:20 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 8:31
Paul Groetzner9-Aug-06 8:31 
QuestionRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 8:41
David Crow9-Aug-06 8:41 
AnswerRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 9:04
Paul Groetzner9-Aug-06 9:04 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 9:57
David Crow9-Aug-06 9:57 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 10:29
Paul Groetzner9-Aug-06 10:29 

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.