User profile: Syrian Lucianos

User info
User name:Syrian Lucianos
Old user name:Eyad SyriaLover
Name:Syrian Lucianos
Location:Syria-Damascus-Barzeh
Bio:Studies Informatics Engineering At Faculty Of Informatics Engineering-Arab International University (AIU)
History
Joined:
Number of posts:6
Latest posts:

i need some explanation about the exceptions.
Hello everyone. i've got a several questions in my mind,but first take a look at this code: [code]...

A problem with overloading the >> operator for a custom array class
Hello everyone. i'am making a simple class for dynamic arrays in C++: [code] #include <iostre...

A small problem with C++ stream manipulators
i need to make a stream manipulator which takes a number and multiplies it by (-1),something like th...

in c++,is there something similar to the "arguments" object in javascript?
hello guys... maybe some of you had a previous experience with javascript. in javascript,there's som...

should i use a recursive function or a "for" loop to calculate the factorial of a number?
so i have two pieces of code,both perform the same task "which is to calculate the factorial of a sp...