Results 1 to 14 of 14

Thread: C++ Forums FAQ?

  1. #1

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409

    C++ Forums FAQ?

    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.
    Attached Files Attached Files
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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 ).

    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
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    This is a hash: #
    This is a pound: £
    Silly me!

    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.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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 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?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5
    Megatron
    Guest
    Great job, Vlatko! This will come in handy for most of the questions being asked.

  6. #6

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Do you mind if I add a few bits at the beginning on basic program structure?
    No, you can add some bits.


    Tnx, Megatron.
    Last edited by Vlatko; May 18th, 2001 at 03:46 AM.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  7. #7
    Banned
    Join Date
    Feb 2001
    Location
    Back to sh*tland
    Posts
    294
    Say what is better in each link (a simple comment)

    Great!

  8. #8

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Well, guys after reading your comments i sent version 1 of the FAQ to john.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  9. #9
    Member
    Join Date
    Feb 2001
    Posts
    57

    Excellent!

    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

  10. #10

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Thanks chilibean!
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  11. #11
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  12. #12

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    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.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  13. #13
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024
    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.
    MSVS 6, .NET & .NET 2003 Pro
    I HATE MSDN with .NET & .NET 2003!!!

    Check out my sites:
    http://www.filthyhands.com
    http://www.techno-coding.com


  14. #14
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width