PDA

Click to See Complete Forum and Search --> : C++ Forums FAQ?


Vlatko
May 17th, 2001, 08:19 AM
Beacuse we all agreed that a tutorial is needed, i decided to make one. I talked to parksie who was supposed to make it but he had exams, and i had nothing to do so here it is. Have a look at it, search for mistakes ,missing things and when everything is OK i will send it to John to put it in the forums.

parksie
May 17th, 2001, 12:39 PM
This is a hash: #
This is a pound: £

Just thought I'd point that out ;) Nice FAQ though :) Not totally sure about the formatting, it's a bit hard to read (especially on my 14" running at 1024x768 :eek:).

Also, don't mix the FILE* and fstream paradigms together in the same code, because it really bloats the program using two different sets.

Other than that, nice work mate :D

Vlatko
May 17th, 2001, 03:35 PM
This is a hash: #
This is a pound: £


Silly me! :rolleyes:

Just curious: How do your eyes stand 1024 x 768 on 14". I have a 15" monitor and 1024 x 768 is making me cry. :rolleyes:

parksie
May 17th, 2001, 03:40 PM
Er...I sit about 20cm from the screen ;) My eyesight's really good so they don't mind too much. I still want my 17" back :( (it broke).

Oh, and I just took a look at the source :eek: Damn that's vicious...remind me to remove MS's kneecaps for FrontPage :) I'm just tidying the code up a tad now (monospaced code examples and all the rest).

Do you mind if I add a few bits at the beginning on basic program structure?

Megatron
May 17th, 2001, 06:08 PM
Great job, Vlatko! This will come in handy for most of the questions being asked.

Vlatko
May 18th, 2001, 03:38 AM
Do you mind if I add a few bits at the beginning on basic program structure?

No, you can add some bits.


Tnx, Megatron. :cool:

Good Dreams
May 18th, 2001, 06:49 PM
Say what is better in each link (a simple comment)

Great! :cool:

Vlatko
May 19th, 2001, 12:41 PM
Well, guys after reading your comments i sent version 1 of the FAQ to john.

chilibean
May 21st, 2001, 09:11 PM
Great Job on the FAQ Vlatko (and everyone else who helped)! Now beginners can ask better questions and we can get away from posting the same message hundreds of times. Can't wait till the next update.

chilibean

Vlatko
May 22nd, 2001, 05:33 AM
Thanks chilibean! :cool:

parksie
May 22nd, 2001, 12:15 PM
Things I'm thinking about that could go into the next revision of the FAQ:

Monospaced code (syntax-coloured? I have a prog 2 do this)
Internationalisation using TCHAR and generic function prototypes
What to watch out for when using C++ to make DLLs for VB usage

Vlatko
May 23rd, 2001, 07:15 AM
Yes, i forgot that making C++ dlls for use in VB is one of the most FAQ on the forums.

It's a must go in the new version. :)

Technocrat
May 23rd, 2001, 10:01 AM
You might want to include a section for books that are not free. Books like Beginning Visual C++ by Ivor Horton, C++ for Dummies, etc. As much as I hate paying for things there is just something about a paper book that I like better than online.

Also links to MSDN, Direct X SDK, Parksie's starting program, and Microsoft starting SDK (I dont remember what it is called) would also be really helpful.

parksie
May 24th, 2001, 04:30 PM
There's the generic programs in the PSDK but they're a little out of date now...I don't think they got updated for 64-bit usage.