Search Results

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: STUDENT#101 ; Forum: C++ and child forums
Forum: C++ Nov 6th, 2008
Replies: 3
Views: 304
Posted By STUDENT#101
hi I have crreated a conde to try and take input rom a user as a string then break it up into bits and pass it o it's
functions but the values are not releacting at the functions and anyone has...
Forum: C++ Oct 9th, 2008
Replies: 28
Views: 2,754
Posted By STUDENT#101
can you give the site cauz I have a assignment coming up and I dn't really wanna do it myself
Forum: C++ Oct 9th, 2008
Replies: 10
Views: 1,072
Posted By STUDENT#101
yes i am sorry about the qoute but as for cin.ignore() I have to disagree, I'm using linux and it is neccesary for me to include it. In a way I surpose I was wrong for forgettng the semicolon but...
Forum: C++ Oct 6th, 2008
Replies: 3
Views: 439
Posted By STUDENT#101
hi all!

how do I multipluy values inside the array I have tied the following but the compiler is giving me a error

double a=(h[0]*b[1])+......
Forum: C++ Oct 6th, 2008
Replies: 10
Views: 1,072
Posted By STUDENT#101
#include<iostream>
#include<string>
using namespace std;
int main()
{
string msg;
cout<<enter massage"<<endl;
cin.ignore();
getline(cin,msg);
int z=msg.length();
Forum: C++ Oct 4th, 2008
Replies: 6
Views: 1,078
Posted By STUDENT#101
k
The rest I still have to think about but for outputing

cout<<"commision\t"<<"blah\t"<<"blah"<<endl;
for(int n=0;n<blah;n++)
{
cout<<commision<<"\t"<<blah<<"\t"<<blah<<endl;
}

NB blah...
Forum: C++ Oct 4th, 2008
Replies: 4
Views: 587
Posted By STUDENT#101
Hi could anyone tell me how to compile a three tear program in VC++. I am using g++ in school and so for practice at home I am using VC++ but I just can't get it to compile.

thanks in advance.
Forum: C++ Oct 4th, 2008
Replies: 28
Views: 2,754
Posted By STUDENT#101
I don't think that was his assignment it might ectaully have been classwork or homework.
Forum: C++ Oct 2nd, 2008
Replies: 6
Views: 1,078
Posted By STUDENT#101
I didn't really read your code as I am in a hurry.
this might be long and consume a lot of memory but you sho;uld try it anyway: why don't you take input from a file and store it into two parallel...
Forum: C++ Aug 15th, 2008
Replies: 2
Views: 482
Posted By STUDENT#101
so this is what I have done

#include<iostream>

#include<string>
void menu();

using namespace std;
char choice;
Forum: C++ Aug 15th, 2008
Replies: 1
Views: 345
Posted By STUDENT#101
hi they is this program that I have created and the problem now is that I need it to be infinate unil he user enters the letter c.
I hafe created a while loop then made the variable which stores...
Forum: C++ Aug 12th, 2008
Replies: 4
Views: 623
Posted By STUDENT#101
Forum: C++ Aug 7th, 2008
Replies: 4
Views: 623
Posted By STUDENT#101
I wish to create a program that will be a quiz game (multiple choice) questions I need to be able to display it and the options and allow the user to use the mouse to click to the option which he...
Showing results 1 to 13 of 13

 


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

©2003 - 2009 DaniWeb® LLC