Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

C++ language tutorial for newbie

simply_mark

 
 
Symbianize Angel
Veteran Member
Messages
2,506
Reaction score
91
Points
128
C++ Language Tutorial

This tutorial is for those people who want to learn programming in C++ and do not necessarily have any previous knowledge of other programming languages. Of course any knowledge of other programming languages or any general computer skill can be useful to better understand this tutorial, although it is not essential.

It is also suitable for those who need a little update on the new features the language has acquired from the latest standards.

If you are familiar with the C language, you can take the first three parts of this tutorial as a review of concepts, since they mainly explain the C part of C++. There are slight differences in the C++ syntax for some C features, so I recommend you its reading anyway.

The 4th part describes object-oriented programming.

The 5th part mostly describes the new features introduced by ANSI-C++ standard.


+

The tutorial is divided in six parts, and each part is divided on its turn into different sections covering a topic each one. You can access any section directly from the section index available on the left side bar, or begin the tutorial from any point and follow the links at the bottom of each section.

Many sections include examples that describe the use of the newly acquired knowledge in the chapter. It is recommended to read these examples and to be able to understand each of the code lines that constitute it before passing to the next chapter.

A good way to gain experience with a programming language is by modifying and adding new functionalities on your own to the example programs that you fully understand. Don't be scared to modify the examples provided with this tutorial, that's the way to learn!

Tutorial Link:
http://www.cplusplus.com/doc/tutorial/

Malaki ang maitutulong nyan sa lahat ng interesadong matuto ng C++ programming language. :thumbsup:

:thanks: for reading. :salute:
 
#include<stdio.h>
main()
{
printf("Aba, ok to ah mark.. ngayon ko lang to nakita.. hehe..\n");
}

<!--salamat TS.. :D -->
 
Wala pong anuman mga kasama. :salute:
cheers!!! :yipee:
 
Hi....! need more help for my project in java:help:......

hmmm...parang off topic ang post mo dude. Dun po kayo mag-post sa java related threads para mas marami ang makakabasa. Anyway, shoot, baka me maitulong akowh...;)
 
static char x[9] = "\n.sknahT";for(int i=9;i>0;--i)printf("%c",x);
 
Last edited:
mga sir? pa ask lang. posible ba na pde makapagprogram gamit yung cp ? language ng C++ na portable pang cp style lang ^ ^ meron kaya nun?? kung meron po pa link nmn ng DL link. thanks po
 
wahaha... ang gulo.. parang imposible po yan kuya.. low end kasi..
 
Back
Top Bottom