|
|
| About site: Programming/Resources - Mycplus |
Return to Computers also Computers |
| About site: http://www.mycplus.com/ |
Title: Programming/Resources - Mycplus Resources for C/C++, Visual C++ and C# .Net including tutorials and articles, free source codes, and open source utilities. |
|
|
|
|
Martin_Dawes_Systems Provides billing, revenue assurance and CRM solutions to the communications sector. Implements subscriber services for telecommunications companies.
| Clementine_Media_Limited Specializes in 360 virtual tours, QTVR and Java formats, website design and solutions.
| HitRegister_com Domain name registration free with hosting or no host registration.
| RFC_3031 Multiprotocol Label Switching Architecture. E. Rosen, A. Viswanathan, R. Callon. January 2001.
| Small_Business_Web_Site_Design Provides website designs and re-design services for small businesses.
| AllToTray Remove any minimized program from the Taskbar and minimize it to the System Tray. This tool is useful for Outlook Express, Internet Explorer, Microsoft Excel, Microsoft Word and many other programs.
|
|
| Alexa statistic for http://www.mycplus.com/ |
Please visit: http://www.mycplus.com/
|
| Related sites for http://www.mycplus.com/ |
| Boredguru Articles and FAQ's related to Web development technologies, and Web based Business. Blog. Photo gallery. | | Thumbnailer_-_Professional The thumbnailer resizes images on the fly. It supports all popular image formats. Supports customizable alpha blended watermarks. [Windows 2000/NT Server] | | Whitelinks The free service uses standard SSL encryption. | | MalekTips_-_Word_Processing_Table_of_Contents Secrets, tips, tricks, and "Stupid Word Tips". Keyboard shortcuts, navigating between documents, and customizing techniques. | | ASP_Helpdesk,_Inc_ Reseller of Peachtree software. | | RFC_3089 A SOCKS-based IPv6/IPv4 Gateway Mechanism. H. Kitamura. April 2001. | | YeongYang Professional PC chassis, rackmount chassis and accessories manufacturer. | | ICONIX Commercial tools for Ada Development. | | MacsRule Articles, images, online chat, and links. | | Dart_Pro_24 Audio tools for maximizing sound quality with eight restoration functions. | | Net_Ministries For Christian churches and organizations. | | XS2Mail Service to read and send messages from a POP3 or IMAP account. | | BelliBot Documents robot that uses AVR processors; photographs, circuit layouts, description in German. | | DomainToolBox_com Free domain tools, lists, and guides. | | Theoretical_Informatics_and_Applications Publishes original research in the area of theoretical computer science and its applications. | | Holon_Lite Free, full function demonstration version of Holon-86, which builds target programs on DOS platforms. You can use it for real programming. | | Mandarine_Design Graphic design, print design, logos, identity, branding, and web design. Located in New Hampshire, United States. | | 3Magic_Coffee_Table Optimized Java components to display columnar data on all JDKs, from 1.0.2 upwards. [commercial] | | PowerSource_Communications Complete web design, hosting, e-commerce and promotion. Located in Atlanta, Georgia. | | Sun\'s_Key_Graphics Free ethnic web set and graphics: African-American, Asian, Indian, Hispanic, Native American and Irish. |
|
This is websites2007.org cache of m/ as retrieved on 2008.08.29 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
C and C++ Programming tutorials and Source code - MYCPLUS
Home
Tutorials
Blog
Forums
Source Code
Books
Utilities
Free Magazine
FAQs
MYCPLUS SERVICES
C Programming Tutorials
Object Oriented Programming
C++ Programming Tutorials
An Overview of C#
Microsoft DirectX Overview
Advance C++ Topics
C/C++ Programming styles
Programming Articles
Free Programming E-Books
Source Code
Books
Utilities
Free Magazine Subscription
Frequently Asked Questions (FAQs)
Programming Blog
MYCPLUS MENU
MYCPLUS Home
Join mailing lists
Sign guestbook
Link to us
SOURCE CODE
C Programming Source CodeC++ Source CodeMicrosoft Visual C++Microsoft C# .NETVisual BasicASP - Active Server PagesJava and Java relatedASP.NET - C# and VB .NETPHP scriptsJava Script
LOGIN
User Name
Password
Register here
You are here » Home
C PROGRAMMING
Console input and output
The C Programming Language provides input and output support using library functions, which gives an advantage to the system designers to tailor their input and output on their own.
Getting started with C Language
The C language is so named because its predecessor was called B.
The Components of a C Program
Every C program consists of several components combined in a certain way.
Storing Data, Variables & Constants
Computer programs usually work with different types of data
Statements, Expressions & Operators
C programs consist of statements, and most statements are composed of expressions and operators.
Loops & Decisions
We need a mechanism to compare things to take any decision.
Arrays & Strings
An arraty is simply a number of memory locations, each of which can store the same data type.
Functions
A function is a block of code that has a name and it has a property that it is reusable.
Graphics
Graphics in C Language to 16 bit C programming and MS DOS environment.
Pointers
A pointer is a variable that represents the location of a data item.
Unions & Structures
We
can use a single memory location for more than one variable this is called union.
Files Handling
A file is a collection of bytes stored on a secondary storage device.
C# PROGRAMMING
All about Microsoft .NET
The Microsoft .NET Framework, more commonly known as simply the .NET Framework, is a software development platform created by Microsoft.
An overview C# .NET
C# is a new programming language specifically designed for Microsoft .NET Framework.
C# Application Structure
The application begins with the hierarchical levels, listed here in order of appearance.
Predefined Datatypes
Here we will see the data types available in C#.
Statements in C#
C# borrows most of its statements directly from C and C++.
Working with Namespaces
The point behind using namespaces is organization.
Error & Exception Handling
Most applications today contain some form of error handling.
C/C++ UTILITIES
Stack Implementation ( Graphical & Text Mode)
Bank Management System - Accounting Software
Salary Profit/Loss Calculator
C/C++ Compiler Interface
Text editor with Turbo C/C++ compiler like interface
Graphical Scientific Calculator
C++ PROGRAMMING
What's new in C++
Improved Comments Style in C++.
Pointers
We can say the pointer as a variable which holds the memory address of another variable.
Functions
A Function is a self contained block of code with a specific purpose.
Compounded Types in C++
The enumerated type is used in C++ in exactly the same way it was used in ANSI-C.
Encapsulation
Encapsulation is the process of forming objects.
Encapsulation in Detail
Object Oriented Programming -Encapsulation
Inheritance
Inheritance is the process by which objects of one class acquire the properties and functionality of objects of another class.
Inheritance in Detail
Inheritance is the process by which objects acquire the properties and functionality of another object
Multiple inheritance in C++
C++ Language's most powerful feature is multiple inheritance which makes it more powerful than Java.
Virtual Functions
ADVANCE C++
Advance Exception & Error Handling
An exception usually signals an error.
The Standard C++ library
Standard C++ not only incorporates all the Standard C libraries.
Strings in C++
String in C/C++ is not more than a array of characters.
Templates in Standard C++ Library
Templates are of great utility to programmers in C++.
Generic Algorithms
Algorithms are at the core of computing.
Generic Containers
Container classes are the solution to a specific kind of code reuse problem.
Multithreading in C++
Multithreading is becoming an increasingly important part of modern programming.
Classes in C++
Classes in C++ Programming Language.
Constructors in C++
A constructor is a special method that is created when the object is created or defined.
Destructors in C++
A destructor does the cleaning behind the scenes.
C and C++ Programming Resources
C and C++ programming resources website (mycplus.com) is designed to help students and new comers to C and C++ programming. The website provides C and C++ programming resources in many ways. C Programming tutorials provide basic overview of C programming, then C++ programming tutorials and Advance C++ programming tutorials. Source Code section has lot of code about C and C++, JavaScript and Software written in C and C++ programming languages. If you need help in running any source code or examples provided in the tutorials section, check out the comments attached to every tutorial and code. Don't forget to join our mailing list and register yourself with discussion forums to stay informed about any updates and new additions to the website.
Last updated on May 14, 2008.
Recent Comments
Need Urgent help Regrding software
Any good online sources for premium photo paper???
SOS!!!
c++programming
c++proramming
c++ programming
Members:
Scholar
player_libra
Stuarto
Errick
gevchester
Programming Books
Instant ASP Scripts...
Beginning Active Server Pages 3.0...
Beginning ASP Databases...
ASP in a Nutshell...
MCSD Architectures Exam Cram (Exam: 70-100)...
White Papers & Magazines
Data Grids and Service-Oriented Architecture
Information Security: It's Not an Option
IT Optimization as a Source of Sustainable Competitive Advantage
Achieving Tangible Business Benefits with Social Computing Option
Security: New Strides in Preventing Intrusions
Tutorials Index
Sitemap
Copyright
Privacy
Contact
Profile
Tutorials Blog
Forums
Copyright © by MYCPLUS. All rights reserved. # 543
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.mycplus.com//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-269953-1");
pageTracker._initData();
pageTracker._trackPageview();
|
|
| |
Resources | for | C/C++, | Visual | C++ | and | C# | .Net | including | tutorials | and | articles, | free | source | codes, | and | open | source | utilities. |
|
http://www.mycplus.com/
Mycplus 2008 August
dvd rental
dvd
Resources for C/C++, Visual C++ and C# .Net including tutorials and articles, free source codes, and open source utilities.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- MySpace Images - Sportingbet - New York Hotels - Custom Jordans - Repair Bad Credit
|