Sponsors
Tips and Tutorials
Game Programming in C
A good tutorials for beginners who have never drawn a pixel on the screen, and has nowhere to get started. This tutorial is for C programmers who want to start learning game programming.
Price: free Rate:
4.5(out of 5) Vote:5
How to load file into memory using plain ANSI C language
This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.
Price: free Rate:
0.0(out of 5) Vote:0
Thinking in C++
Bruce Eckel has kindly provided his book "Thinking in C++, Second Edition" free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates.
Price: free Rate:
0.0(out of 5) Vote:0
ANSI C++
Programs written in ANSI C++ can be more predictable, more readable, and more robust. An integral part of ANSI C++ is the standard library with its rich set of prefabricated abstractions. Using the library, a programmer can easily solve problems with a few C++ statements that in pre-standard C++ required deep thought and significantly more lines of code. The result is a visible reduction of complexity in ANSI C++ programs.
Price: free Rate:
0.0(out of 5) Vote:0
Programming in C++ : Rules and Recommendations
The purpose of this document is to define one style of programming in C++. The rules and recommendations presented here are not final, but should serve as a basis for continued work with C++. This collection of rules should be seen as a dynamic document; suggestions for improvements are encouraged. A form for requesting new rules or changes to rules has been included as an appendix to this document.
Price: free Rate:
2.0(out of 5) Vote:1
Industrial Strength C++
This free ebook defines a C++ coding standard that should be valid and usable for almost all programmers. ISO 9000 as well as the Capability Maturity Model (CMM) states that coding standards are mandatory for any company with quality ambitions. Developing such a coding standard is, however, a non-trivial task, particularly for a complex multi- paradigm language like C++. In this ebook we give you a good start for a programming standard for a particular company or project.
Price: free Rate:
0.0(out of 5) Vote:0
Basic C++ functions
This is a tutorial in which the people who are visiting can gather knowledge about functions on C and C++. This tutorial elaborately discusses about two functions which are coded differently but give same results. By the end of the tutorial the visitors can use C and C++ functions effeciently.
Price: Free Rate:
5.0(out of 5) Vote:1
The Design of C++0x
In this article, Bjarne Stroustrup examines the main principles used to guide the development of C++0x, the next version of the C++ Standard.
Price: free Rate:
0.0(out of 5) Vote:0
Beginning Visual C++ 6.0
This is an useful tutorial through which you can gain more knowledge about the Visual C++ programming concepts. The author teaches you about the method of declaring variables in VC++, various datatypes, operators, in-built functions such as c-in, c-out and various string maninpulation functions such as toupper tolower, compare, replace etc., control statements, arrays etc., The author also tells you about the file handling mechanism in VC++.
Price: Free Rate:
5.0(out of 5) Vote:1
Connecting To Mysql Database
This is a small tutorial that shows how to use MYSQL C++ API to connect to MYSQL.
Price: Free Rate:
2.5(out of 5) Vote:3

