C++ What to learn next -


right i'm finished general things , not know else learn.

am learing http://www.cplusplus.com/doc/tutorial/

am new in c++ maybe 2-3 month learn all.

i have learned , tested following:

basics of c++

  • structure of program
  • variables. data types.
  • constants
  • operators
  • basic input/output

control structures

  • functions (i)
  • functions (ii)

compound data types

  • arrays
  • character sequences
  • pointers
  • dynamic memory
  • data structures
  • other data types

object oriented programming

  • classes (i)
  • classes (ii)
  • friendship , inheritance
  • polymorphism

advanced concepts

  • templates
  • namespaces
  • exceptions
  • type casting
  • preprocessor directives

and confused bcs idk next learn. can me next start studying improve knowledge. interested networking.

prev. expiriance 5-6 year in php.

realy thanks.

i recommend learning posix thread library. since interested in networking, if haven't done so, start looking @ code of open source network simulator tools glomosim or ns3 , implement own protocol layer of choice.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -