CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2006
    Location
    Timisoara, Romania
    Posts
    433

    [RESOLVED] An article sugestion

    I don't know how important it may seem to be, but it is an ideea: I'd like to read articles (especially about Visual C++) destinated to begginers, covering different subjects/chapters, initiating those who didn't yet work with those parts of programming (like about DLL-s), to look more like a tutorial.

  2. #2
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,758

    Re: An article sugestion

    I'm not sure I follow what you are suggesting.

    If you go to the main site -- www.Codeguru.com -- there are a number of articles like what you suggest. Select C++/Visual C++ and you can drill down to sub-topics on the menus. These list indexes of articles on various topics.

    Brad!
    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

    -----------------------------------------------

  3. #3
    Join Date
    Aug 2006
    Location
    Timisoara, Romania
    Posts
    433

    Post Re: An article sugestion

    I was talking about a kind of "Step-by-Step tutorials", where every or almost every step is explained, and the "project" that is built Step-by-Step has only a teaching intention, with less complexity. Something like a chapter/lesson of a book (many informations about how it works, generaly (explaining about the chapter), and particulary (about that specific function or datatype).

    I have read from arcticles from the forum, but many seemed "complicated" for a new-bie... and... wouldn't be better if they were categorized by complexity (beginner, medium, advanced)?

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: An article sugestion

    Do you want something similar to this?
    http://www.codeguru.com/cpp/sample_chapter/

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    Re: An article sugestion

    In other words...Instead of buying a book, you want people to write it here for free?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  6. #6
    Join Date
    Nov 2004
    Location
    LA. California Raiders #1 AKA: Gangsta Yoda™
    Posts
    616

    Re: An article sugestion

    That would be more of a Tutorial rather then an Article.

    An article doesnt usually explain every single step or line of code as its geared more towards the novice programmers and above.
    VB/Office Guru™ (AKA: Gangsta Yoda™)
    VB Forums - Super Moderator 2001-Present

    Microsoft MVP 2006-2011

    Please use [code]your code goes in here[/code] tags when posting code.

    Senior Software Engineer MCP, BSEE, CET
    VS 2012 Premium, VS 6.0 Enterprise SP6, VSTO, Office Ultimate 2010, Windows 7 Ultimate
    Star Wars Gangsta Rap SE Reputations & Rating Posts Office Primary Interop AssembliesAdvanced VB/Office Guru™ Word SpellChecker™.NETAdvanced VB/Office Guru™ Word SpellChecker™ VB6Outlook Global Address ListVB6/Crystal Report Ex.VB6/CR Print Setup Dialog Ex.

  7. #7
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: An article sugestion

    CodeGuru.com accepts articles for ALL levels of expertise. Articles aren't published before they're reviewed by a team(*). They welcome articles that are complete.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  8. #8
    Join Date
    Jul 2007
    Posts
    71

    Re: An article sugestion

    Check this :

    This site may give you what you expacted.

    http://www.programmingtutorials.com/cplusplus.aspx
    Last edited by pragashan; July 19th, 2007 at 09:05 AM.

  9. #9
    Join Date
    Aug 2006
    Location
    Timisoara, Romania
    Posts
    433

    Post Re: An article sugestion

    The sample chapter is something that I need, thanks!
    Now I understand the difference between an article and a tutorial, thanks!
    ... and thanks for www.programmingtutorials.com!

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

Featured