CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2014
    Posts
    5

    CodeInstitution | Need Advice

    Hey,

    Over the past few weeks I've been working on a site: http://codeinstitution.net I was wondering if you could give opinions on it.

  2. #2
    Join Date
    Apr 2014
    Posts
    5

    Re: CodeInstitution | Need Advice

    Still looking for advice. Please pm me.

  3. #3
    Join Date
    Apr 2014
    Posts
    5

    Re: CodeInstitution | Need Advice

    Anyone have any advice?

  4. #4
    Join Date
    Apr 2014
    Posts
    5

    Re: CodeInstitution | Need Advice

    Anyone have any advice?

  5. #5
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: CodeInstitution | Need Advice

    IMO don't try and teach c and c++ together. The Your first program lesson is very confusing as you try to teach both the c and c++ way of displaying 'Hello World'. If you want to provide lessons for c and c++ then have different tracks and teach good practice for each of these languages separately. c and c++ are different languages and each has its own standard. The 'c' part of c++ is very like the c language but there are differences and the one approaches writing a program is different if you are using c++ to c.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  6. #6
    Join Date
    Apr 2014
    Posts
    5

    Re: CodeInstitution | Need Advice

    Quote Originally Posted by 2kaud View Post
    IMO don't try and teach c and c++ together. The Your first program lesson is very confusing as you try to teach both the c and c++ way of displaying 'Hello World'. If you want to provide lessons for c and c++ then have different tracks and teach good practice for each of these languages separately. c and c++ are different languages and each has its own standard. The 'c' part of c++ is very like the c language but there are differences and the one approaches writing a program is different if you are using c++ to c.
    Thanks for the advice. The problem is that a lot of those lessons were written by other users and I don't want to remove the lessons, because I don't have any to begin with. If you could help by contributing to the site, that'd be great.

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