User: gethelpcpp123

  • Public profile

User profile: gethelpcpp123

User info
User name:gethelpcpp123
History
Joined:
Number of posts:24
Latest posts:

Copy constructor
Thank you a lot!

Copy constructor
Why do we bother and make a copy constructor in a class? I did not understand the documentation att...

help in understanding a simple pointers example code.. (i posted this also in the beginners branch)
#include <iostream> using namespace std; void main() { int *p; int *pa; pa=new int[100]; ...

understanding a simple pointers code
#include <iostream> using namespace std; void main() { int *p; int *pa; pa=new int[10...

program that calculates the value of exponential
Write a program that computes the value of e-x by using the formula: e-x= 1- x/1! + x2/2! - x3/3...

This user does not accept Private Messages