Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: RenjithVR
Forum: C++ Feb 6th, 2009
Replies: 2
Views: 248
Posted By RenjithVR
Hi CPPRULZ ,

Might be these links can give you the answers.

1) http://www.codersource.net/cpp_copy_constructors.html

2) http://www.daniweb.com/forums/thread38304.html
Forum: C++ Sep 3rd, 2008
Replies: 4
Views: 723
Posted By RenjithVR
Replace your line 9 with "string Data[20];"
also don't forget to comment line 34.
Forum: C++ Jul 9th, 2008
Replies: 7
Views: 1,580
Posted By RenjithVR
http://www.computing.net/answers/programming/c-private-constructor-why/11546.html
Forum: C++ Jul 2nd, 2008
Replies: 5
Views: 547
Posted By RenjithVR
like this,

#include <iostream>
#include <string>
#include <sstream>
using namespace std;


int main()
{
Forum: C++ Jul 2nd, 2008
Replies: 4
Solved: about ints
Views: 432
Posted By RenjithVR
#include<iostream.h>
main()
{
int t,n;
cout<<"Enter a number:";
cin>>n;
t=n%10;
n=n/10;
cout<<"is:"<<n;
cout<<"is:"<<t;
Forum: C++ Jul 1st, 2008
Replies: 3
Solved: loop switch
Views: 1,972
Posted By RenjithVR
case '1' : int HipValley(int& Rise1, int& Rise2, double& Eave, float& a);
what is this?
int HipValley(int& Rise1, int& Rise2, double& Eave, float& a);

is this a function call?

If so no...
Forum: C++ Jun 27th, 2008
Replies: 9
Solved: Assignment help
Views: 641
Posted By RenjithVR
my prevoius posy only help you to remove the error. this will works fine


#include <iostream>
#include <string>
using namespace std;

const int NR_PLAYERS = 4;

void inputInformation(int...
Forum: C++ Jun 27th, 2008
Replies: 9
Solved: Assignment help
Views: 641
Posted By RenjithVR
use the following
names = (string*)namesMore;
instead of
names = namesMore;
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC