Sunteți pe pagina 1din 2

C++ Language

(http://www.cplusplus.com/doc/tutorial/)
These tutorials explain the C++ language from its basics up to the newest features introduced by C+
+11. Chapters have a practical orientation, with example programs in all sections to start practicing
what is being explained right away.
Introduction
Compilers
Basics of C++

Structure of a program
Variables and types
Constants
Operators
Basic Input/Output

Program structure

Control Structures
Functions
Overloads and templates
Name visibility

Compound data types

Arrays
Character sequences
Pointers
Dynamic Memory
Data structures
Other data types

Classes

Classes (I)
Classes (II)
Special members
Friendship and inheritance
Polymorphism

Other language features


Type conversions
Exceptions
Preprocessor directives
C++ Standard Library
Input/Output with files
NS-3 simulator
Discrete-event network simulator
-Targeted primarily for research & educational use.
NS-3 project is an open-source project developing ns-3 (2006).
-Introducing new NS-3 users to the system in a structured way .
Build several example simulations:
-Introduces, explains key concepts & features.
NS-3 Keypoints:
(open-source project)
-Open Environment for Researchers
-To contribute & share their software.
(new simulator)
NS-2 & NS-3 Written in C++ .
Not a backwards-compatible extension of NS-2.
Some models ported from ns-2 to ns-3.
Does not support the ns-2 API
ABOUT NS-3
Developed to provide an open, extensible network simulation platform
For networking research and education
Provides models of how packet data networks work & perform
Provides simulation engine for users to conduct simulation experiments
http://code.nsnam.org.
http://www.nsnam.org/releases/

S-ar putea să vă placă și