Forum: C++
Feb 13th, 2006, 8:01 AM
|
|
Replies: 7
Views: 346
how much time is required to learn c++?
hi guys,
its rahul again. how much time does it take to become really proficient in c++? do any of you have a study plan? i have bought complete reference to c++ by herbert schildt and plan to study...
|
Forum: C++
Feb 13th, 2006, 7:42 AM
|
|
Replies: 10
Views: 351
|
Forum: C++
Feb 10th, 2006, 8:33 AM
|
|
Replies: 2
Views: 132
i dont know what is wrong with this one
//this is a program for copying one array to another
#include<iostream.h>
class array
{
int i,a[10],b[10];
public:void out()
{
cout<<"enter the elements of the first...
|
Forum: C++
Feb 10th, 2006, 8:08 AM
|
|
Replies: 9
Views: 251
|
Forum: C++
Feb 10th, 2006, 7:59 AM
|
|
Replies: 9
Views: 251
how to assign one array to another?
hi guys,
i am new to c++.
i want to know how to assign arrays.
for example if i declare an array and assign some values to it
and then if i wnat to store the...
|