Thread: not just theoretical tutorials!!

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    1

    Angry not just theoretical tutorials!!

    I want to find some practical explanations about C not just theoretical tutorials about how a program in C is written without giving any further information on concrete programs.I thought I found a solution-by viewing the source code of some programs,but I realized that I was lying myself in a way.I want to see the structure and logical order in a program.And of course lots of examples and navigations on them.)))))
    P.S. I`d be very gratefull to you if you could help me

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Well with C the main concept is the function. There is no real logical order. That has more to do with C++'s encapsulation, inheritance, polymorphism, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-06-2007, 05:10 PM
  2. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  3. Wiki for Tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-16-2005, 03:03 PM
  4. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM
  5. Best way to organize tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-30-2004, 04:41 AM