Marketing Forums                      

Important Announcement Regarding Sponsorship and Advertising

Go Back   Marketing Forums > Webmaster's Lounge > Programming Corner

Programming Corner Anything related to programming... PHP, PERL, ASP, ColdFusion, C++, etc.

Reply
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
Unread 09-06-2010, 09:45 PM   #1
Senior Member
 
Join Date: Jun 2010
iTrader: 0
Referrals: 0
Posts: 169
Reputation: 10
EliteTrader is on a distinguished road
Default C++ learning???

hi mates...
which is the best website that you think is proper for a person who don't know anything about C++ and wants to learn it....if you know any then please share it.
thanks
EliteTrader is offline   Reply With Quote
Unread 09-07-2010, 08:21 PM   #2
Extravaganzeer
 
dave's Avatar
 
Join Date: Oct 2008
iTrader: 0
Referrals: 3
Posts: 510
Reputation: 30
dave is on a distinguished road
Default

Hi, I think this one is the best: C programming.com - Your Resource for C and C++ Programming

I would learn something like PHP first, I wouldn't recommend this as a first programming language as it takes as much effort to compile a program as it takes to write one.

Please read the Rules
dave is online now   Reply With Quote
Unread 09-07-2010, 08:26 PM   #3
Senior Member
 
Join Date: Jun 2010
iTrader: 0
Referrals: 0
Posts: 169
Reputation: 10
EliteTrader is on a distinguished road
Default

ok thanks and from where I can learn and have a good command on PHP???
EliteTrader is offline   Reply With Quote
Unread 09-07-2010, 09:42 PM   #4
Extravaganzeer
 
dave's Avatar
 
Join Date: Oct 2008
iTrader: 0
Referrals: 3
Posts: 510
Reputation: 30
dave is on a distinguished road
Default

PHP: Your first PHP-enabled page - Manual :-)

Please read the Rules
dave is online now   Reply With Quote
Unread 09-16-2010, 06:53 AM   #5
Member
 
Join Date: Sep 2010
iTrader: 0
Referrals: 0
Posts: 94
Reputation: 10
JohnnySaur is on a distinguished road
Default

W3Schools Online Web Tutorials is a good resources to have on learning programming languages.

JohnnySaur is offline   Reply With Quote
Unread 10-05-2010, 04:36 PM   #6
Senior Member
 
Join Date: Jun 2010
iTrader: 0
Referrals: 0
Posts: 169
Reputation: 10
EliteTrader is on a distinguished road
Default

Thanks Dave and Johny! I really appreciate your links as they helped me a lot
EliteTrader is offline   Reply With Quote
Unread 06-07-2011, 09:26 AM   #7
Junior Member
 
Join Date: Jun 2011
iTrader: 0
Referrals: 0
Posts: 8
Reputation: 10
KilieLaurissa is on a distinguished road
Default

Hi,hello friends,please suggest me the best websites and ebooks to learn C programming language that carries good examples as well as good explanation from begining to its critical....





KilieLaurissa is offline   Reply With Quote
Unread 09-06-2011, 04:08 PM   #8
Extravaganzeer
 
dave's Avatar
 
Join Date: Oct 2008
iTrader: 0
Referrals: 3
Posts: 510
Reputation: 30
dave is on a distinguished road
Default

Quote:
Originally Posted by newsky View Post
The C language was developed in 1972 by Dennis Richie at Bell Telephone laboratories, primarily as a systems programming language. That is, a language to write operating systems with. Richie’s primary goals were to produce a minimalistic language that was easy to compile, allowed efficient access to memory, produced efficient code, and did not need extensive run-time support. Despite being a fairly low-level high-level language, it was designed to encourage machine and platform independent programming.

C ended up being so efficient and flexible that in 1973, Ritchie and Ken Thompson rewrote most of the UNIX operating system using C. Many previous operating systems had been written in assembly. Unlike assembly, which ties a program to a specific CPU, C’s excellent portability allowed UNIX to be recompiled on many different types of computers, speeding it’s adoption. C and Unix had their fortunes tied together, and C’s popularity was in part tied to the success of UNIX as an operating system.

In 1978, Brian Kernighan and Dennis Ritchie published a book called “The C Programming Language”. This book, which was commonly known as K&R (after the author’s last names), provided an informal specification for the language and became a de facto standard. When maximum portability was needed, programmers would stick to the recommendations in K&R, because most compilers at the time were implemented to K&R standards.

In 1983, the American National Standards Institute (ANSI) formed a committee to establish a formal standard for C. In 1989 (committees take forever to do anything), they finished, and released the C89 standard, more commonly known as ANSI C. In 1990 the International Organization for Standardization adopted ANSI C (with a few minor modifications). This version of C became known as C90. Compilers eventually became ANSI C/C90 compliant, and programs desiring maximum portability were coded to this standard.

In 1999, the ANSI committee released a new version of C called C99. It adopted many features which had already made their way into compilers as extensions, or had been implemented in C++.

C++ (pronounced see plus plus) was developed by Bjarne Stroustrup at Bell Labs as an extension to C, starting in 1979. C++ was ratified in 1998 by the ISO committee, and again in 2003. A new version of the standard, known as C++0x (implying it will come out before 2010) is being developed as this is written.

The underlying design philosophy of C and C++ can be summed up as “trust the programmer” — which is both wonderful, because the compiler will not stand in your way if you try to do something unorthodox that makes sense, but also dangerous, because the compiler will not stand in your way if you try to do something that could produce unexpected results. That is one of the primary reasons why knowing how NOT to code C/C++ is important — because there are quite a few pitfalls that new programmers are likely to fall into if caught unaware.

C++ adds many new features to the C language, and is perhaps best thought of as a superset of C, though this is not strictly true as C99 introduced a few features that do not exist in C++. C++’s claim to fame results primarily from the fact that it is an object-oriented language. As for what an object is and how it differs from traditional programming methods, well, we’ll cover that in just a few sections.
Why are you cutting and pasting from another site, do you want to get banned?

Please read the Rules
dave is online now   Reply With Quote
Unread 02-22-2012, 09:05 AM   #9
Junior Member
 
Join Date: Feb 2012
iTrader: 0
Referrals: 0
Posts: 1
Reputation: 10
johnmathew44 is on a distinguished road
Default

Which is the best and easiest programming language????

johnmathew44 is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Never Stop Learning! dave General Marketing Chat 3 09-17-2010 03:02 AM


All times are GMT. The time now is 10:45 PM.


Navigation
Marketing Forums Homepage
Forum Home
Marketing Forums News
iTrader
Calendar
Forum Rules
Forum Statistics

FREE Link Directory
Link Directory Home
Link Exchange Programs
Affiliate Networks
Business Opps
CPM Ad Networks
Contextual Ad Networks
Domain Parking
Paid To Click
Paid To Read
Paid For Action
Paid To Promote
Shopping Rewards
Pay Per Click Programs
PPC Search Engines
Pay Per Sale
Work At Home Opps
Advertisements

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
Marketing Forums | This is a Metabin Ltd. Website