Thread: NEW C++ tutorial website

  1. #1
    Registered User
    Join Date
    Dec 2012
    Posts
    3

    NEW C++ tutorial website

    Hy. I just found a new site about C++ programming languages. On this site you have complete C++ tutorials a detailed step-by-step guide for successful programming.
    Check it out and let me know what you think.
    MEGA C++ TUTORIALS
    http://megacplusplustutorials.blogspot.com

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    It would be improved if you didn't assume a particular compiler.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Dec 2012
    Posts
    3

    _answer

    Quote Originally Posted by Salem View Post
    It would be improved if you didn't assume a particular compiler.
    The compiler is VISUAL BASIC 2012 or DEV C++

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    You missed the point.

    If you get rid of stdafx.h and have just int main ( int argv, char *argv[] ) then you shouldn't need to say "use the foo compiler", because it would work with all compilers.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    OK - you've made your sales pitch, there's no need to publish every edit you make over here as well.

    FWIW, try to be original, and not just copy/paste from the works of other people.

    Like this:
    MEGA C++ Tutorials: Understanding storage duration and scope
    is just lifted from this:
    Ivor Horton's Beginning Visual C++ 2012 - Ivor Horton - Google Books
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. website for asking
    By hugoguan in forum C Programming
    Replies: 2
    Last Post: 12-10-2010, 11:03 AM
  2. Website tutorial; Command line arguments
    By TheUnknownFacto in forum C++ Programming
    Replies: 5
    Last Post: 04-23-2007, 09:42 AM
  3. My new website !!
    By Brain Cell in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 01-16-2005, 09:45 AM
  4. Another website name...
    By RoD in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 08-25-2003, 12:58 PM

Tags for this Thread