Home
Music_Metasearch
Music Top Sites
Music Store

AllMusicListings
Concert Listings
Concert Tickets

AllMusicTalk
Chat Rooms
Message Boards

MusicNews
Pop Music News
Pop Music Reviews
Music Business
MP3 News

Community Blogs
Free Member Blogs

AllMusicPages
Free Web Pages

AllMusicBookmarks
Your Bookmarks

AllMusicFun
Musical Postcards
Relationship Test
Tarot Readings
Numerology

Music Auctions
Auctions
Classifieds

Music Apparel
AllMusicSearch Apparel

Music Store
MP3 Players
Audio Equipment
MP3 Software

Musical Instruments

Music Books
Music Magazines

Music T-Shirts

Alternative Rock
Blues
Broadway & Vocal
Children's
Christian & Gospel
Classic Rock
Classical
Country
Dance & DJ
Folk
Hard Rock & Metal
International
Jazz
Latin Music
Miscellaneous
New Age
Opera & Vocal
Pop
R&B
Rap & Hip-Hop
Rock
Soundtracks

Music Videos
Music DVDs

AllMusicSearch Music Directory
Web Directory
AllMusicSearch.com Music Guide

FAQs, Help, and Tutorials (34)

Categories:

See Also:
This category in other languages:

German

Editor's Picks:

http://www.howstuffworks.com/c.htm
» How Stuff Works: C Programming Language Open in a new browser windowEditor's Pick
   Complete, thoroughly-illustrated C programming language tutorial with many examples to assist in becoming a C programmer.
   http://www.howstuffworks.com/c.htm

Sites:

http://www.vectorsite.net/tscpp.html
» A Little C Primer Open in a new browser window
   Quick introduction, written by a novice, intended for use by novices, but assumes familiarity with a programming language. By Greg Goebel. Public domain.
   http://www.vectorsite.net/tscpp.html
http://members.shaw.ca/ipatters/
» A Programming Tutorial in C Open in a new browser window
   A web site to teach the basics of the C programming language as defined by ANSI/ISO. (C99)
   http://members.shaw.ca/ipatters/
http://www.aolserver.com/docs/devel/c/
» AOLserver C Developer's Guide Open in a new browser window
   Guide with examples.
   http://www.aolserver.com/docs/devel/c/
http://www.brainbell.com/tutors/c/Advice_and_Warnings_for_C/
» Advice and Warning for C Open in a new browser window
   A mature C/C++ tutorial, designed to improve your knowledge of the language itself.
   http://www.brainbell.com/tutors/c/Advice_and_Warnings_for_C/
http://www.ibm.com/developerworks/aix/library/au-hook_duttaC.html
» Best Practices for Programming in C Open in a new browser window
   Set of styles and guidelines written by two technical consultants for IBM.
   http://www.ibm.com/developerworks/aix/library/au-hook_duttaC.html
http://www.faqs.org/faqs/C-faq/
» C FAQs Open in a new browser window
   Includes a collection of links to various FAQs as well as who maintains them.
   http://www.faqs.org/faqs/C-faq/
http://www.its.strath.ac.uk/courses/c/
» C Programming Open in a new browser window
   A tutorial that starts with the very basic and ends with the very complex.
   http://www.its.strath.ac.uk/courses/c/
http://www.eskimo.com/~scs/cclass/notes/top.html
» C Programming Notes Open in a new browser window
   Covers the basics of input/output, string functions and explanations of basic data types and operators.
   http://www.eskimo.com/~scs/cclass/notes/top.html
http://www.sysprog.net/cplus.html
» C Tutorial for Mainframers Open in a new browser window
   Beginners C tutorial for programmers on the mainframe.
   http://www.sysprog.net/cplus.html
http://people.cs.uchicago.edu/~iancooke/osstuff/ccc.html
» C for C++ Programmers Open in a new browser window
   By Ian Cooke. Highlights the differences with C++ including comments, input/output, memory allocation, variable declarations, constants, structures, booleans, libraries and suggested reading.
   http://people.cs.uchicago.edu/~iancooke/osstuff/ccc.html
http://randimus.freeservers.com/cstuff.html
» C for the Mentally Derranged Open in a new browser window
   Easy to understand C tutorials for absolute beginners.
   http://randimus.freeservers.com/cstuff.html
http://visualcplus.blogspot.com/
» C++ Maniac Open in a new browser window
   A weblog containing daily lessons for programming with Visual Studio, using the C language.
   http://visualcplus.blogspot.com/
http://www.examware.com/tutor6.html
» C/C++ Tutorials Open in a new browser window
   Links to online tutorials.
   http://www.examware.com/tutor6.html
http://www.codeteacher.com/category.php?ID=2
» Code Teacher Open in a new browser window
   Large collection of links to C/C++ tutorials on the web.
   http://www.codeteacher.com/category.php?ID=2
http://datastructures.itgo.com/
» Data Structures in C Open in a new browser window
   Lists, trees, sorts and searches.
   http://datastructures.itgo.com/
http://www.physics.drexel.edu/students/courses/Comp_Phys/General/C_basics/
» Drexel University C Tutorial Open in a new browser window
   A beginner level tutorial for C that aims at getting a reader new to C started as quickly as possible.
   http://www.physics.drexel.edu/students/courses/Comp_Phys/General/C_basics/
http://c-faq.com/
» FAQ: comp.lang.c Open in a new browser window
   Frequently Asked Questions.
   http://c-faq.com/
http://friedspace.com/CProg.html
» FriedSpace C Programming Tutorial Open in a new browser window
   Series of detailed tutorials for beginners in C, based around real world programming examples. Keyed to Pelles C.
   http://friedspace.com/CProg.html
http://www.tutorials4u.com/c/
» John McGuinn's C Programming Tutorial Open in a new browser window
   A basic tutorial in using the C programming language.
   http://www.tutorials4u.com/c/
http://members.tripod.com/~johnt/c.html
» Learn C in 5 Hours Open in a new browser window
   C tutorial with examples.
   http://members.tripod.com/~johnt/c.html
http://www.accu.informika.ru/acornsig/public/articles/oop_c.html
» Object Oriented Programming in C Open in a new browser window
   Paul Field's paper, published in C Vu 4:1 (November 1991), on how to use an object-like discipline with a procedural language.
   http://www.accu.informika.ru/acornsig/public/articles/oop_c.html
http://www.pottsoft.com/home/c_course/course.html
» Phil's C Course Open in a new browser window
   Phil Ottewell's C programming course.
   http://www.pottsoft.com/home/c_course/course.html
http://www.cs.cf.ac.uk/Dave/C/CE.html
» Programming in C: UNIX System Calls and Subroutines using C Open in a new browser window
   Lecture notes with integrated exercises, solutions and marking By A. D. Marshall.
   http://www.cs.cf.ac.uk/Dave/C/CE.html
http://www.mycplus.com/
» Programming resources for C/C++, Visual C++ and C# .Net Programmers - MYCPLUS Open in a new browser window
   Programming resources for C/C++/C#. Provides tutorials, articles, source code, utilities, books and free magazines.
   http://www.mycplus.com/
http://www.hermetic.ch/cfunlib/arrays/arrays.htm
» Static and Dynamic Allocation of Multi-Dimensional Arrays Open in a new browser window
   A discussion of how static and dynamic multidimensional arrays are allocated in C.
   http://www.hermetic.ch/cfunlib/arrays/arrays.htm
http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
» The C Library Reference Guide Open in a new browser window
   Complete reference to the ANSI C language.
   http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
http://crasseux.com/books/ctutorial/
» The GNU C Programming Tutorial Open in a new browser window
   Detailed coverage of each of the main elements of the C language and how to program in C, with special emphasis on the GNU/Linux compiler and associated toolset.
   http://crasseux.com/books/ctutorial/
http://www.aasted.org/GC/c-tut.php
» The Ground Cero Guide to C Open in a new browser window
   Attempts to introduce absolute beginners to C.
   http://www.aasted.org/GC/c-tut.php
http://www.lysator.liu.se/c/ten-commandments.html
» The Ten Commandments for C Programmers Open in a new browser window
   C programming guidelines, with a humorous presentation, yet very true and useful. By Henry Spencer.
   http://www.lysator.liu.se/c/ten-commandments.html
http://users.bestweb.net/~ctips/
» Tips on C Programming Open in a new browser window
   An idiosyncratic collection of advice on how to write C when developing large programs.
   http://users.bestweb.net/~ctips/
http://pw1.netcom.com/~tjensen/ptr/pointers.htm
» Tutorial: Pointers and Arrays Open in a new browser window
   A tutorial on pointers and arrays in the C programming language by Ted Jensen.
   http://pw1.netcom.com/~tjensen/ptr/pointers.htm
http://pravin.insanitybegins.com/win32
» Windows Programming Tutorial with C Open in a new browser window
   A tutorial on Win32 programming with C, for beginners.
   http://pravin.insanitybegins.com/win32
http://www.eskimo.com/~scs/C-faq.top.html
» comp.lang.c Frequently Asked Questions Open in a new browser window
   An HTML version of the Usenet comp.lang.c collection of questions, together with presumably definitive answers.
   http://www.eskimo.com/~scs/C-faq.top.html

This category needs an editor

Last Updated: 2008-07-17 18:10:30



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by AllMusicSearch.com editors

Free previews by Thumbshots.org