UNIX Socket FAQ

A forum for questions and answers about network programming on Linux and all other Unix-like systems

You are not logged in.

  • Index
  • » C++
  • » learning for C++ programming language

#1 2014-07-24 12:24 PM

faridreza99
Member
Registered: 2014-07-20
Posts: 2

learning for C++ programming language

How to learn C++ programming?

Offline

#2 2014-07-24 05:40 PM

i3839
Oddministrator
From: Amsterdam
Registered: 2003-06-07
Posts: 2,239

Re: learning for C++ programming language

Start with plain C first, C++ is pretty horrible.

Offline

#3 2014-08-09 09:39 AM

tahmoures
Member
Registered: 2014-08-09
Posts: 6

Re: learning for C++ programming language

read the book "C++ complete reference"
it is nice also try to rewrite the the programs by yourself and run them.

Offline

#4 2019-04-02 11:44 AM

sarahah
Member
Registered: 2019-04-02
Posts: 1

Re: learning for C++ programming language

I am new to web designing and website development and have started learning C++.

Offline

#5 2019-05-20 07:57 AM

Savnisharma
Member
Registered: 2019-05-20
Posts: 1
Website

Re: learning for C++ programming language

First learn

Object Oriented concepts.

Second learn

Syntax and semantics of the language.

Third learn

Loop, pointers,data structures(structure, union, stacks, etc) concepts.

Forth learn

Applying Object Oriented concepts using C++ constructs and functionality (Class, namespace, function overloading/ overriding, etc).

Fifth learn

C++ generic libraries.

Sixth learn

Third party libraries and apis to integrate and increase functionality of the C++ application.

That's all.

Offline

  • Index
  • » C++
  • » learning for C++ programming language

Board footer

Powered by FluxBB