google-site-verification: googlebaca44933768a824.html [Tutorial] C/#C/C++ Language - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

[Tutorial] C/#C/C++ Language

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Tutorial] C/#C/C++ Language

    C++ Language
    • C & C++ [23 Tutorials]

    Code:
    www.mindview.net/Books/DownloadSites
    C/C++ Programming:
    Code:
     www-control.eng.cam.ac.uk/~pcr20/C_Manual/booktoc.html
    A to Z of C:


    Code:
    guideme.itgo.com/atozofc/
    Advanced Linux Programming:

    Code:
    www.advancedlinuxprogramming.com/
    C Programming (Brian Brown):

    Code:
    www.xploiter.com/mirrors/cprogram/cstart.htm
    C Programming Note (Steve Summit):

    Code:
    www.eskimo.com/~scs/cclass/notes/top.html
    C Programming Tutorial (K&R version 4):
    Code:
    www.iu.hio.no/~mark/CTutorial/CTutorial.html
    C Library Reference Guide:

    Code:
    www.acm.uiuc.edu/webmonkeys/book/c_guide/index.html
    C Programming (Steve Holmes):
    Code:
    www.strath.ac.uk/CC/Courses/NewCcourse/ccourse.html
    C/C++ Reference:

    Code:
    www.cplusplus.com/ref/
    C++ Annotations:

    Code:
    www.icce.rug.nl/documents/cplusplus/
    C++ Programming for Scientists:

    Code:
    math.nist.gov/mcsd/Staff/RPozo/c++class/
    C++ in Action:

    Code:
    www.relisoft.com/book/index.htm
    C++ Programming HOW-TO:

    Code:
    www.ccoding.com/book/cproghowto.pdf
    C++ Standard Template Library Programmer's Guide:

    Code:
     www.sgi.com/tech/stl/
    Complete C++ Language Tutorial:

    Code:
    www.cplusplus.com/doc/tutorial/
    Coronado Enterprises C++ Tutor, v 2.2:

    Code:
     www.glenmccl.com/tutor.htm
    Data Structures and Algorithms with Object-Oriented Design Patterns in C++:

    Code:
     www.brpreiss.com/books/opus4/html/book.html
    Introduction to C and C++ Programming:

    Code:
     www.deakin.edu.au/~agoodman/ctutorial/
    Introduction to C++ Programming:

    Code:
     www.cee.hw.ac.uk/~pjbk/pathways/cpp1/cpp1.html
    Introduction to Object-Oriented Programming Using C++:

    Code:
     www.gnacademy.org/uu-gna/text/cc/Tutorial/tutorial.html
    Object-Oriented Programming with ANSI C:

    Code:
     www.planetpdf.com/codecuts/pdfs/ooc.pdf
    Optimizing C++:

    Code:
     www.steveheller.com/opt/
    Programming in C (peter Burden):

    Code:
     www.scit.wlv.ac.uk/~jphb/cbook/html/
    Programming in C -- UNIX System Calls and Subroutines Using C:

    Code:
     www.cs.cf.ac.uk/Dave/C/CE.html
    Programming Linux Games:

    Code:
     www.overcode.net/~overcode/writing/plg/
    C++ Programming for Scientists :

    Code:
     math.nist.gov/~RPozo/c++class/
    A Beginners' C++ book:

    Code:
     www.uow.edu.au/~nabg/ABC/ABC.html
    Introduction to C and C++ Programming:

    Code:
     www.deakin.edu.au/individuals-sites/?request=~agoodman/ctuto...
    The Art of Unix Programming:

    Code:
     www.catb.org/~esr/writings/taoup/html/
    Introduction to Object-Oriented Programming Using C++:

    Code:
     www.gnacademy.org/text/cc/Tutorial/tutorial.html
    C Programming:

    Code:
     www.its.strath.ac.uk/courses/c
    Teach Yourself C++ in 21 Days (several links):

    Code:
     www.edcomp.com/search.aspx?query=%22c%2B%2B+in+21%22&t=0
    Standard Visual C++ Library Overview:

    Code:
     www.quanmongmo.net/computer/c++/html/mucluc.php
    Teach Yourself Visual C++ in 21 Days:

    Code:
     www.adminmod.org/karel/2/index.htm
    Techniques for Scientific C++:

    Code:
     www.osl.iu.edu/~tveldhui/papers/techniques/
    The Forger's Win32 API Tutorial:

    Code:
     www.winprog.org/tutorial/
    Thinking in C++, by Bruce Eckel, 2nd Edition, Vol. 1:

    Code:
     www.smart2help.com/e-books/ticpp-2nd-ed-vol-one/Frames.html
    Thinking in C++, by Bruce Eckel, 2nd Edition, Vol. 2:


    Code:
     www.smart2help.com/e-books/ticpp-2nd-ed-vol-two/Index.htm
    Who's Afraid of C++?:

    Code:
     www.steveheller.com/whos/
    Windows API Tutorials:

    Code:
     www.relisoft.com/win32/index.htm
    Writing Bug-Free C Code:

    Code:
     www.duckware.com/bugfreec/
    • C++ Training

    Title: C++
    Author: Arthur L. Lee
    Release Date: 2000-04-24
    Duration: 5 hrs / 43 lessons
    Compatibility: Win Vista, XP, 2000, 98SE, Mac OS X, OS 9, Linux
    Work Files: Yes

    Download
    Code:
    http://rapidshare.com/files/44291395/VTC.intro.to.C__.rar
    • C++ Primer (4th Edition)



    This new edition of C++ Primer, a favorite choice for a first C++ book, has been greatly improved with the latest and greatest on C++, stressing the built-in language features of the C++ Standard Library. For this new version--weighing in at a massive 1,237 pages--Stanley Lippman, a well-known C++ expert, teams up with Jos?e Lajoie, who has helped define the C++ international language standard. The new material is excellent for programmers who want to get the most out of new and advanced features in the language.

    The authors still introduce the basics of C++, including data types and pointers, but quickly move on to stress how to get the most out of the built-in features of ISO-standard C++. Throughout this book built-in support for the C++ Standard Library, such as container classes like vectors and maps, and other standard features, such as the string class, are integrated into a tried-and- proven basic-language tutorial.

    The major new features of C++ (templates, name spaces, and run-time type identification) all get their due. The result is an authoritative guide to basic and advanced C++ in a clear and readable style, with plenty of short, practical examples throughout the text. The book includes exercises--some quite challenging--for every section: a perfect choice both for self-study and the classroom. --Richard Dragan --This text refers to an out of print or unavailable edition of this title.


    Code:
    http://rapidshare.com/files/103537701/C.2.plus.Primer.4th.Ed-virTuAlZin.rar
    • Creating games in C++: A step by step guide

    464 pages | 2006 | PDF | 1,28 Mb | MU

    Creating Games in C++: A Step-by-Step Guide

    Do you love video games? Ever wondered if you could create one of your own, with all the bells and whistles? It's not as complicated as you'd think, and you don't need to be a math whiz or a programming genius to do it. In fact, everything you need to create your first game, "Invasion of the Slugwroths," is included in this book and CD-ROM.

    Author David Conger starts at square one, introducing the tools of the trade and all the basic concepts for getting started programming with C++, the language that powers most current commercial games. Plus, he's put a wealth of top-notch (and free) tools on the CD-ROM, including the Dev-C++ compiler, linker, and debugger -- and his own LlamaWorks2D game engine. Step-by-step instructions and ample illustrations take you through game program structure, integrating sound and music into games, floating-point math, C++ arrays, and much more. Using the sample programs and the source code to run them, you can follow along as you learn.

    Code:
    http://www.megaupload.com/?d=OX2ZZZEO
    • The C++ Programming Language (Special 3rd edition)

    Author: Bjarne Stroustrup
    Publication Date: 2000-02-15
    Number Of Pages: 911
    Format: PDF (Good Quality)

    Code:
    http://rapidshare.com/files/68954615/The_C___Programming_Language_Special_3rd_Edition.rar
    Solution Manual:


    Code:
    http://rapidshare.com/files/69158494/C___Solutions.Companion_to_C__Programming_language.rar
    • C++ Tutorial Websites

    Code:
    www.cplusplus.com/doc/tutorial/
    www.glenmccl.com/tutor.htm
    www.cprogramming.com/tutorial.html
    www.intap.net/~drw/cpp/
    www.codersource.net/codersource_cppprogramming.html
    www.cs.wustl.edu/~schmidt/C++/
    www.functionx.com/cpp/index.htm
    devcentral.iftech.com/articles/C++/default.php
    cplus.about.com/
    • Deitel C++ The Complete VIDEO Training Course (4th edition)

    Complete C++ Training Course, The (4th Edition) (Prentice Hall Complete Training Courses)
    By Harvey M. Deitel, Paul J. Deitel,

    * Number Of Pages: 1400
    * Publication Date: 2003-04-11



    Book Description:
    Harvey and Paul Deitel are world famous for their best-selling books on programming and their signature LIVE CODE? approach to teaching programming languages. Using their new book C++ How to Program, Fourth Edition and the C++ Multimedia Cyber Classroom, the team at Deitel and Associates, Inc. provides the fastest and most effective way to learn how to program in C++. The course covers every key concept and technique ANSI C++ developers need to master: control structures, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more. The multimedia CD-ROM allows you to "learn by doing" with over 250 LIVE-CODE? programs consisting of over 14,000 lines of code. Listen as the experts provide over 14 hours of detailed audio descriptions of the code, then fine tune your skills with hundreds of programming exercises and interactive exercises. Take advantage of the exceptionally comprehensive coverage of C++ programming concepts in the fully searchable e-book on the CD and the printed edition in the package. You'll be a C++ expert faster than you ever imagined! To follow the DEITEL? publishing program, please register atwww.deitel.net/newsletter/subscribe.html for the new DEITEL BUZZ ONLINEe-mail newsletter.

    Code:
    http://rapidshare.com/files/82407598/dc.4th.edition.pm.part01.tar
    http://rapidshare.com/files/82407224/dc.4th.edition.pm.part02.tar
    http://rapidshare.com/files/82407913/dc.4th.edition.pm.part03.tar
    http://rapidshare.com/files/82406756/dc.4th.edition.pm.part04.tar
    http://rapidshare.com/files/82406256/dc.4th.edition.pm.part05.tar
    http://rapidshare.com/files/82408425/dc.4th.edition.pm.part06.tar
    http://rapidshare.com/files/82408782/dc.4th.edition.pm.part07.tar
    • C++ Network Programming Vol.1

    Code:
    http://austin.youareinferior.net/books/Addison.Wesley.C++.Network%20Programming,Volume.1.chm
    • C++ Network Programming Vol. 2

    Code:
    http://austin.youareinferior.net/books/Addison.Wesley.C++.Network%20Programming,Volume.2.chm
    • C++ BuilderX Mobile Edition

    Drive productivity with a robust C++ development environment with timesaving tools, wizards, and GUI form and menu designers, built to simplify mobile application development, including “on-target” debugging and deployment of C++ applications. The intuitive development environment helps streamline the development process, enabling you to create better C++ code for mobile devices, faster. Developed in cooperation with industry-leading mobile device manufacturers, C++BuilderX Mobile Edition includes integrated support for market-leading mobile devices, in a flexible development environment. C++BuilderX 1.5 Mobile Edition adds true Rapid Application Development for Series 60 developers.

    Code:
    http://info.borland.com/survey/cbx15_mobile_edition.html
    • C++ GUI Programming With Qt 4

    Code:
    http://mihd.net/pu6bv9
    C Language
    • Pebbles learning C

    Pebbles Learning C [CD Image File ISO] [Training Video]

    Introduction to C Language
    Overview of C
    Running C Programs
    Structure of C Programs
    Keywords, Tokens & Identifiers
    Logical & Bitwise Operator
    Special Operator

    Datatypes, Operators & Expressions
    Data Types
    Arithmetic & Relation Operator
    Logical & Bitwise Operator
    Special Statements

    Input/Output & Control Statements
    Getchar(), gets(), scanf(), Printf()
    Decision Making Statements
    Looping Statements

    Array, Strung & Functions
    One Dimensional and two dimensional arrays
    Implementation of arrays
    Declaring and initialization strings
    String Handling Functions
    Category of C Functions
    Nesting of Functions
    Storage Class

    Structures & Pointers
    Defining A Structure
    Initializing of Structure
    Accessing Structure Members
    Defining a Pointer
    Initialization a Pointer
    Structure Pointers

    --- The Course offers a graphic driven navigation menu enabling quick and easy access to the topics covered

    --- The entire course is systematically planed with well-defined sections to make the learning process simpler

    --- The voice over explains every step in detail, acting as your virtual instructor

    --- The practice session at the end of each chapter helps you check how much you have managed to learn from a given chapter and the skill assessment module helps you test your own knowledge

    Code:
    http://rapidshare.com/files/5532970/Learning_C.rar
    • C Tutorials

    Code:
    www.cprogramming.com/tutorial.html
    www.physics.drexel.edu/courses/CompPhys/General/C_basics/
    www.cs.cf.ac.uk/Dave/C/
    www.its.strath.ac.uk/courses/c/
    www.iu.hio.no/~mark/CTutorial/CTutorial.html
    www.le.ac.uk/cc/tutorials/c/
    • Programming In Objective C
      Code:
      http://austin.youareinferior.net/books/Sams%20-%20Programming%20In%20Objective-C.chm

    C# Language
    • Illustrated C# 2008

    * Details of the C# 2008 language presented in a clear, concise treatment
    * New features in the latest version of .NET, in the author?s unique visual style
    * How C# differs from and is similar to other programming languages, aiding migrating C++ and VB programmers who already know how languages work

    Who is this book for?

    * Visual Basic programmers interested in moving to C#
    * C++ programmers interested in moving to C#
    * Novice programmers interested in learning C#
    * Students in introductory programming classes learning C#
    Code:
    http://rapidshare.com/files/100139948/Apress.Illustrated.C.rar
    • The C# Programming Language

    Book Description
    Learn C# presents the C# programming language. It covers the language features introduced in Visual Studio versions 1.0, 2.0, and 3.0, with an emphasis on the powerful features introduced in C# 2.0 and the great enhancements introduced in C# 3.0. The book demonstrates each language feature with ready-to-run examples and drills. Each chapter ends with a summary of the key points learned in that chapter.

    Pages:425

    Code:
    http://rapidshare.com/files/82117288/C_Sharp.pdf
    • C# Network Programming

    Code:
    http://mihd.net/2djcaw
    Regards,
    Atari.2600









    #2
    w00t! Now no one has an excuse to say "How do I make hacks?" haha. Awesome post!
    Buy Hack

    Sig made by Xaen

    Comment

    Working...
    X