Thread: found a very good tutorial of C/C++

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    9

    found a very good tutorial of C/C++

    hey guys, I have found a very good tutorial for C/C++. although the contents are not enough but its really nice!!

    check this out
    Tech Stuffs: A Technology Space

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Moved to General Discussions so that we can all evaluate the material.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Mar 2009
    Location
    the middle of nowhere
    Posts
    11
    I prefer this boards FAQs information. I think it's a great help especially to someone who like me is fairly new to C programming

  4. #4
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    I'm annoyed that there is no explicitly stated goal for this tutorial. It reads more like a textbook, but it's incomplete. It's almost as if the author is parroting someone else's writing, or he left his notes for people to browse. Not saying that it's unhelpful, but not something I would recommend. Everyone has a different way of notetaking after all.
    Last edited by whiteflags; 03-26-2009 at 02:43 PM. Reason: grammar

  5. #5
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    The author of the website already advertised this link here and if I recall we criticized its quality quite deeply. ... and yet, it seems he still has not fixed his syntax errors, which can be found even in his "first C program" tutorial. Honestly, I could care less about how well a tutorial is structured and explained if the information itself is not correct. Though, I wouldn't even say that the quality of the structure and explanation is even on par in this case.

    I think Nelson DeMille is a pretty good writer, but I wouldn't want him teaching me how to assemble a nuclear warhead.
    Last edited by SlyMaelstrom; 03-26-2009 at 03:06 PM.
    Sent from my iPadŽ

  6. #6
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    For BASIC and ADVANCED account servers, to avoid your server down, you can set up 24x7 monitoring. Login to your account and click monitoring check box in 7x24 MONITORING.
    LOL. Classic.

  7. #7
    Registered User
    Join Date
    Feb 2009
    Posts
    9
    I dont know if it has been shared already in this forum, but honestly I'd say that I could be able to clear few concepts after taking a look on few topics.

    May be, the author have copied the contents from somewhere else but really the work is greatly appreciated.
    by the way, its recommendation are not bad like using GCC compiler and IDEs instead of text editor!!!

  8. #8
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    If this was the thread everyone believes is about the same thing again (I thought it was too at first glance) you may be wrong, the first one was previously hosted at the same place I think, hence the similarity.

    If they are different (one may be abandoned), the first one sadly did not take my recommendation about adding some some honest credentials, which this current storehouse of knowledge at least does under "contact", which is to say the site is by a college student in their final year, and obviously they learned as much as you might realistically expect, and I guess the site then may reflect some general knowledge but perhaps not a completely to be trusted authority.

    Quote Originally Posted by surrounded View Post
    by the way, its recommendation are not bad like using GCC compiler and IDEs instead of text editor!!!
    That is just backward! The IDE's I've looked at seem very focussed on the maintenance of large projects -- you do not really need a makefile for anything under 50000 bytes in C unless you are just tooling around, and 50000 bytes of code is a lot. That most real programming is probably done by people with years of professional experience who might desire and benefit from such contraptions makes sense, but I don't think they should be sold that way to beginners. Start by learning to use the compiler with a decent, code oriented text editor in the simplest configuration you can for your environment. You can always learn the art of the IDE later.

    [edit] no those two sites are from the same source, one is a re-write of the other
    Last edited by MK27; 03-27-2009 at 07:40 AM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Line Counting
    By 00Sven in forum C Programming
    Replies: 26
    Last Post: 04-02-2006, 08:59 PM
  2. need good resource tutorial
    By Bleech in forum Windows Programming
    Replies: 3
    Last Post: 12-17-2005, 01:03 PM
  3. Anyone know a good tutorial on windows sockets?
    By Xoid in forum C Programming
    Replies: 1
    Last Post: 06-21-2003, 08:41 AM
  4. Link to a good Builder Tutorial
    By incognito in forum C++ Programming
    Replies: 1
    Last Post: 11-17-2001, 04:11 PM
  5. A good link i found .
    By The Gweech in forum C++ Programming
    Replies: 0
    Last Post: 10-26-2001, 06:38 PM