Forum: Legacy and Other Languages Aug 18th, 2009 |
| Replies: 0 Views: 585 Hello I am a beginner in programming using PLDs and am trying to figure out how I could get all the sums and carries of the 4 bit adder to be outputed onto one pin.
One in ectual fact I am... |
Forum: JavaScript / DHTML / AJAX Apr 20th, 2009 |
| Replies: 1 Views: 741 please help with this program it outputs and stores the last data added into the array(replaces all other data with the last data that was stored in the array).
<html>
<head>
<script... |
Forum: C++ Nov 6th, 2008 |
| Replies: 3 Views: 293 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,683 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,042 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: 429 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,042 #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,049 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: 563 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,683 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,049 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: 467 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: 337 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: 612 |
Forum: C++ Aug 7th, 2008 |
| Replies: 4 Views: 612 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... |
Forum: Community Introductions Aug 7th, 2008 |
| Replies: 6 Views: 399 Hello everyone im a c++ student who is a beginner in programming :) |